mainWindow.ui 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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>260</width>
  10. <height>313</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>10</x>
  21. <y>10</y>
  22. <width>241</width>
  23. <height>91</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>I am a button</string>
  28. </property>
  29. </widget>
  30. <widget class="QLabel" name="label_stuff">
  31. <property name="geometry">
  32. <rect>
  33. <x>10</x>
  34. <y>112</y>
  35. <width>241</width>
  36. <height>91</height>
  37. </rect>
  38. </property>
  39. </widget>
  40. <widget class="QLabel" name="label_stuff2">
  41. <property name="geometry">
  42. <rect>
  43. <x>10</x>
  44. <y>212</y>
  45. <width>241</width>
  46. <height>91</height>
  47. </rect>
  48. </property>
  49. </widget>
  50. </widget>
  51. </widget>
  52. <resources/>
  53. <connections/>
  54. </ui>