main.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>766</width>
  10. <height>522</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>../image/1.ico</normaloff>../image/1.ico</iconset>
  19. </property>
  20. <property name="layoutDirection">
  21. <enum>Qt::LeftToRight</enum>
  22. </property>
  23. <layout class="QGridLayout" name="gridLayout_2">
  24. <item row="1" column="1">
  25. <layout class="QVBoxLayout" name="verticalLayout">
  26. <item>
  27. <layout class="QHBoxLayout" name="horizontalLayout_2">
  28. <item>
  29. <widget class="QLabel" name="label_2">
  30. <property name="text">
  31. <string>TextLabel</string>
  32. </property>
  33. </widget>
  34. </item>
  35. <item>
  36. <widget class="QLineEdit" name="lineEdit"/>
  37. </item>
  38. <item>
  39. <widget class="QLabel" name="label_3">
  40. <property name="text">
  41. <string>TextLabel</string>
  42. </property>
  43. </widget>
  44. </item>
  45. </layout>
  46. </item>
  47. <item>
  48. <layout class="QHBoxLayout" name="horizontalLayout">
  49. <item>
  50. <widget class="QCheckBox" name="checkBox">
  51. <property name="text">
  52. <string>CheckBox</string>
  53. </property>
  54. </widget>
  55. </item>
  56. <item>
  57. <widget class="QCheckBox" name="checkBox_5">
  58. <property name="text">
  59. <string>CheckBox</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QCheckBox" name="checkBox_4">
  65. <property name="text">
  66. <string>CheckBox</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <widget class="QCheckBox" name="checkBox_3">
  72. <property name="text">
  73. <string>CheckBox</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QCheckBox" name="checkBox_2">
  79. <property name="text">
  80. <string>CheckBox</string>
  81. </property>
  82. </widget>
  83. </item>
  84. </layout>
  85. </item>
  86. <item>
  87. <widget class="QTableView" name="tableView"/>
  88. </item>
  89. <item>
  90. <widget class="QLabel" name="label">
  91. <property name="text">
  92. <string>TextLabel</string>
  93. </property>
  94. </widget>
  95. </item>
  96. </layout>
  97. </item>
  98. </layout>
  99. </widget>
  100. <resources/>
  101. <connections/>
  102. <designerdata>
  103. <property name="gridDeltaX">
  104. <number>10</number>
  105. </property>
  106. <property name="gridDeltaY">
  107. <number>10</number>
  108. </property>
  109. <property name="gridSnapX">
  110. <bool>true</bool>
  111. </property>
  112. <property name="gridSnapY">
  113. <bool>true</bool>
  114. </property>
  115. <property name="gridVisible">
  116. <bool>true</bool>
  117. </property>
  118. </designerdata>
  119. </ui>