Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

53 řádky
1.1 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. <widget class="QWidget" name="Test">
  39. <attribute name="title">
  40. <string>Tab 1</string>
  41. </attribute>
  42. </widget>
  43. <widget class="QWidget" name="tab_2">
  44. <attribute name="title">
  45. <string>Tab 2</string>
  46. </attribute>
  47. </widget>
  48. </widget>
  49. </widget>
  50. <resources/>
  51. <connections/>
  52. </ui>