You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.3 KiB

2 years ago
  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>1269</width>
  10. <height>787</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QTabWidget" name="tabWidget">
  18. <property name="geometry">
  19. <rect>
  20. <x>130</x>
  21. <y>50</y>
  22. <width>621</width>
  23. <height>381</height>
  24. </rect>
  25. </property>
  26. <property name="currentIndex">
  27. <number>1</number>
  28. </property>
  29. <widget class="QWidget" name="main">
  30. <attribute name="title">
  31. <string>Tab 1</string>
  32. </attribute>
  33. <widget class="QPushButton" name="pushButton_2">
  34. <property name="geometry">
  35. <rect>
  36. <x>10</x>
  37. <y>20</y>
  38. <width>91</width>
  39. <height>41</height>
  40. </rect>
  41. </property>
  42. <property name="text">
  43. <string>PushButton</string>
  44. </property>
  45. </widget>
  46. </widget>
  47. <widget class="QWidget" name="reg">
  48. <attribute name="title">
  49. <string>Tab 2</string>
  50. </attribute>
  51. <widget class="QPushButton" name="pushButton_3">
  52. <property name="geometry">
  53. <rect>
  54. <x>360</x>
  55. <y>210</y>
  56. <width>131</width>
  57. <height>71</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string>PushButton</string>
  62. </property>
  63. </widget>
  64. </widget>
  65. </widget>
  66. <widget class="QPushButton" name="pushButton">
  67. <property name="geometry">
  68. <rect>
  69. <x>30</x>
  70. <y>70</y>
  71. <width>91</width>
  72. <height>31</height>
  73. </rect>
  74. </property>
  75. <property name="text">
  76. <string>PushButton</string>
  77. </property>
  78. </widget>
  79. </widget>
  80. <widget class="QMenuBar" name="menubar">
  81. <property name="geometry">
  82. <rect>
  83. <x>0</x>
  84. <y>0</y>
  85. <width>1269</width>
  86. <height>23</height>
  87. </rect>
  88. </property>
  89. <widget class="QMenu" name="menu123">
  90. <property name="title">
  91. <string>123</string>
  92. </property>
  93. </widget>
  94. <addaction name="menu123"/>
  95. </widget>
  96. <widget class="QStatusBar" name="statusbar"/>
  97. </widget>
  98. <resources/>
  99. <connections/>
  100. </ui>