1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>266</width>
- <height>126</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>200</width>
- <height>100</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>400</width>
- <height>300</height>
- </size>
- </property>
- <property name="baseSize">
- <size>
- <width>200</width>
- <height>100</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>DaemonProcess_EVAL</string>
- </property>
- <property name="windowIcon">
- <iconset resource="img.qrc">
- <normaloff>:/img/Logo.png</normaloff>:/img/Logo.png</iconset>
- </property>
- <widget class="QWidget" name="mainwidget">
- <property name="minimumSize">
- <size>
- <width>400</width>
- <height>300</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>800</width>
- <height>600</height>
- </size>
- </property>
- <property name="baseSize">
- <size>
- <width>400</width>
- <height>300</height>
- </size>
- </property>
- <property name="font">
- <font>
- <family>Agency FB</family>
- </font>
- </property>
- </widget>
- </widget>
- <resources>
- <include location="img.qrc"/>
- </resources>
- <connections/>
- </ui>
|