paramconfig.ui 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ParamConfig</class>
  4. <widget class="QDialog" name="ParamConfig">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>430</width>
  10. <height>720</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>430</width>
  22. <height>720</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>430</width>
  28. <height>720</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Form</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <item>
  36. <widget class="QWidget" name="widget" native="true">
  37. <property name="sizePolicy">
  38. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  39. <horstretch>0</horstretch>
  40. <verstretch>0</verstretch>
  41. </sizepolicy>
  42. </property>
  43. <property name="minimumSize">
  44. <size>
  45. <width>408</width>
  46. <height>698</height>
  47. </size>
  48. </property>
  49. <widget class="QWidget" name="widget_top" native="true">
  50. <property name="geometry">
  51. <rect>
  52. <x>0</x>
  53. <y>0</y>
  54. <width>408</width>
  55. <height>50</height>
  56. </rect>
  57. </property>
  58. <widget class="QPushButton" name="pBtn_close">
  59. <property name="geometry">
  60. <rect>
  61. <x>368</x>
  62. <y>13</y>
  63. <width>24</width>
  64. <height>24</height>
  65. </rect>
  66. </property>
  67. <property name="text">
  68. <string/>
  69. </property>
  70. </widget>
  71. <widget class="QLabel" name="label_title">
  72. <property name="geometry">
  73. <rect>
  74. <x>32</x>
  75. <y>16</y>
  76. <width>80</width>
  77. <height>18</height>
  78. </rect>
  79. </property>
  80. <property name="text">
  81. <string>视图配置</string>
  82. </property>
  83. </widget>
  84. </widget>
  85. <widget class="QLabel" name="label_NC1">
  86. <property name="geometry">
  87. <rect>
  88. <x>32</x>
  89. <y>89</y>
  90. <width>42</width>
  91. <height>14</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>时基:</string>
  96. </property>
  97. </widget>
  98. <widget class="CustomComboBox" name="comboBox_time">
  99. <property name="geometry">
  100. <rect>
  101. <x>74</x>
  102. <y>80</y>
  103. <width>302</width>
  104. <height>32</height>
  105. </rect>
  106. </property>
  107. </widget>
  108. <widget class="QLabel" name="label_line1">
  109. <property name="geometry">
  110. <rect>
  111. <x>32</x>
  112. <y>142</y>
  113. <width>344</width>
  114. <height>1</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string/>
  119. </property>
  120. </widget>
  121. <widget class="QWidget" name="widget_container" native="true">
  122. <property name="geometry">
  123. <rect>
  124. <x>32</x>
  125. <y>173</y>
  126. <width>344</width>
  127. <height>424</height>
  128. </rect>
  129. </property>
  130. </widget>
  131. <widget class="QPushButton" name="pBtn_save">
  132. <property name="geometry">
  133. <rect>
  134. <x>180</x>
  135. <y>627</y>
  136. <width>90</width>
  137. <height>40</height>
  138. </rect>
  139. </property>
  140. <property name="text">
  141. <string>保存</string>
  142. </property>
  143. </widget>
  144. <widget class="QPushButton" name="pBtn_cancel">
  145. <property name="geometry">
  146. <rect>
  147. <x>286</x>
  148. <y>627</y>
  149. <width>90</width>
  150. <height>40</height>
  151. </rect>
  152. </property>
  153. <property name="text">
  154. <string>取消</string>
  155. </property>
  156. </widget>
  157. </widget>
  158. </item>
  159. </layout>
  160. </widget>
  161. <customwidgets>
  162. <customwidget>
  163. <class>CustomComboBox</class>
  164. <extends>QComboBox</extends>
  165. <header location="global">customcombobox.h</header>
  166. </customwidget>
  167. </customwidgets>
  168. <resources/>
  169. <connections/>
  170. </ui>