settingnum.ui__ 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SettingNum</class>
  4. <widget class="QDialog" name="SettingNum">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>810</width>
  10. <height>705</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QWidget" name="widget" native="true">
  19. <widget class="QWidget" name="widget_top" native="true">
  20. <property name="geometry">
  21. <rect>
  22. <x>0</x>
  23. <y>0</y>
  24. <width>788</width>
  25. <height>50</height>
  26. </rect>
  27. </property>
  28. <widget class="QLabel" name="label_settingName">
  29. <property name="geometry">
  30. <rect>
  31. <x>32</x>
  32. <y>16</y>
  33. <width>80</width>
  34. <height>18</height>
  35. </rect>
  36. </property>
  37. <property name="text">
  38. <string>组屏配置</string>
  39. </property>
  40. </widget>
  41. <widget class="QPushButton" name="pBtn_close">
  42. <property name="geometry">
  43. <rect>
  44. <x>738</x>
  45. <y>13</y>
  46. <width>24</width>
  47. <height>24</height>
  48. </rect>
  49. </property>
  50. <property name="text">
  51. <string/>
  52. </property>
  53. </widget>
  54. </widget>
  55. <widget class="QLabel" name="label_x1">
  56. <property name="geometry">
  57. <rect>
  58. <x>32</x>
  59. <y>89</y>
  60. <width>7</width>
  61. <height>14</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>*</string>
  66. </property>
  67. </widget>
  68. <widget class="QLabel" name="label_nc1">
  69. <property name="geometry">
  70. <rect>
  71. <x>40</x>
  72. <y>89</y>
  73. <width>70</width>
  74. <height>14</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>通道行数:</string>
  79. </property>
  80. </widget>
  81. <widget class="CustomComboBox" name="comboBox_rowNum">
  82. <property name="geometry">
  83. <rect>
  84. <x>110</x>
  85. <y>80</y>
  86. <width>82</width>
  87. <height>32</height>
  88. </rect>
  89. </property>
  90. </widget>
  91. <widget class="QLabel" name="label_nc2">
  92. <property name="geometry">
  93. <rect>
  94. <x>240</x>
  95. <y>89</y>
  96. <width>70</width>
  97. <height>14</height>
  98. </rect>
  99. </property>
  100. <property name="text">
  101. <string>通道列数:</string>
  102. </property>
  103. </widget>
  104. <widget class="QLabel" name="label_x2">
  105. <property name="geometry">
  106. <rect>
  107. <x>232</x>
  108. <y>89</y>
  109. <width>7</width>
  110. <height>14</height>
  111. </rect>
  112. </property>
  113. <property name="text">
  114. <string>*</string>
  115. </property>
  116. </widget>
  117. <widget class="CustomComboBox" name="comboBox_columnNum">
  118. <property name="geometry">
  119. <rect>
  120. <x>310</x>
  121. <y>80</y>
  122. <width>82</width>
  123. <height>32</height>
  124. </rect>
  125. </property>
  126. </widget>
  127. <widget class="QWidget" name="widget_list" native="true">
  128. <property name="geometry">
  129. <rect>
  130. <x>32</x>
  131. <y>143</y>
  132. <width>724</width>
  133. <height>432</height>
  134. </rect>
  135. </property>
  136. </widget>
  137. <widget class="QPushButton" name="pBtn_ok">
  138. <property name="geometry">
  139. <rect>
  140. <x>560</x>
  141. <y>606</y>
  142. <width>90</width>
  143. <height>40</height>
  144. </rect>
  145. </property>
  146. <property name="text">
  147. <string>保存</string>
  148. </property>
  149. </widget>
  150. <widget class="QPushButton" name="pBtn_cancel">
  151. <property name="geometry">
  152. <rect>
  153. <x>666</x>
  154. <y>606</y>
  155. <width>90</width>
  156. <height>40</height>
  157. </rect>
  158. </property>
  159. <property name="text">
  160. <string>取消</string>
  161. </property>
  162. </widget>
  163. </widget>
  164. </item>
  165. </layout>
  166. </widget>
  167. <customwidgets>
  168. <customwidget>
  169. <class>CustomComboBox</class>
  170. <extends>QComboBox</extends>
  171. <header location="global">customcombobox.h</header>
  172. </customwidget>
  173. </customwidgets>
  174. <resources/>
  175. <connections/>
  176. </ui>