Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

56 рядки
1.2 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CMainPage</class>
  4. <widget class="QWidget" name="CMainPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>2048</width>
  10. <height>1024</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QCheckBox" name="checkBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>270</x>
  20. <y>230</y>
  21. <width>70</width>
  22. <height>17</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>CheckBox</string>
  27. </property>
  28. </widget>
  29. <widget class="QTabWidget" name="mMainTabWidget">
  30. <property name="geometry">
  31. <rect>
  32. <x>0</x>
  33. <y>0</y>
  34. <width>2051</width>
  35. <height>1031</height>
  36. </rect>
  37. </property>
  38. <property name="currentIndex">
  39. <number>0</number>
  40. </property>
  41. <widget class="QWidget" name="Test">
  42. <attribute name="title">
  43. <string>Tab 1</string>
  44. </attribute>
  45. </widget>
  46. <widget class="QWidget" name="tab_2">
  47. <attribute name="title">
  48. <string>Tab 2</string>
  49. </attribute>
  50. </widget>
  51. </widget>
  52. </widget>
  53. <resources/>
  54. <connections/>
  55. </ui>