123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>214</width>
- <height>155</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>PPT Assistant</string>
- </property>
- <property name="windowIcon">
- <iconset resource="resource.qrc">
- <normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>90</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>START</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>30</y>
- <width>161</width>
- <height>25</height>
- </rect>
- </property>
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Assistent is closed</string>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources>
- <include location="resource.qrc"/>
- </resources>
- <connections/>
- </ui>
|