Demo001_2.ui 798 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Demo001_2</class>
  4. <widget class="QMainWindow" name="Demo001_2">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPushButton" name="pushButton">
  18. <property name="geometry">
  19. <rect>
  20. <x>180</x>
  21. <y>140</y>
  22. <width>391</width>
  23. <height>271</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>PushButton</string>
  28. </property>
  29. </widget>
  30. </widget>
  31. <widget class="QStatusBar" name="statusbar"/>
  32. </widget>
  33. <resources/>
  34. <connections/>
  35. </ui>