mainwindow.ui 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>214</width>
  10. <height>155</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>PPT Assistant</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="resource.qrc">
  18. <normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralWidget">
  21. <widget class="QPushButton" name="pushButton">
  22. <property name="geometry">
  23. <rect>
  24. <x>50</x>
  25. <y>90</y>
  26. <width>111</width>
  27. <height>31</height>
  28. </rect>
  29. </property>
  30. <property name="text">
  31. <string>START</string>
  32. </property>
  33. </widget>
  34. <widget class="QLabel" name="label">
  35. <property name="geometry">
  36. <rect>
  37. <x>30</x>
  38. <y>30</y>
  39. <width>161</width>
  40. <height>25</height>
  41. </rect>
  42. </property>
  43. <property name="autoFillBackground">
  44. <bool>false</bool>
  45. </property>
  46. <property name="text">
  47. <string>Assistent is closed</string>
  48. </property>
  49. </widget>
  50. </widget>
  51. </widget>
  52. <layoutdefault spacing="6" margin="11"/>
  53. <resources>
  54. <include location="resource.qrc"/>
  55. </resources>
  56. <connections/>
  57. </ui>