DialogNewGVL.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogNewGVL</class>
  4. <widget class="QDialog" name="DialogNewGVL">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>375</width>
  10. <height>303</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogNewGVL</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>50</y>
  21. <width>351</width>
  22. <height>181</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string/>
  27. </property>
  28. <widget class="QLabel" name="label_Name">
  29. <property name="enabled">
  30. <bool>true</bool>
  31. </property>
  32. <property name="geometry">
  33. <rect>
  34. <x>40</x>
  35. <y>30</y>
  36. <width>61</width>
  37. <height>31</height>
  38. </rect>
  39. </property>
  40. <property name="text">
  41. <string>名称:</string>
  42. </property>
  43. <property name="alignment">
  44. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  45. </property>
  46. </widget>
  47. <widget class="QLineEdit" name="editName">
  48. <property name="geometry">
  49. <rect>
  50. <x>110</x>
  51. <y>30</y>
  52. <width>201</width>
  53. <height>31</height>
  54. </rect>
  55. </property>
  56. </widget>
  57. <widget class="QLabel" name="label_Tyoe">
  58. <property name="enabled">
  59. <bool>true</bool>
  60. </property>
  61. <property name="geometry">
  62. <rect>
  63. <x>40</x>
  64. <y>80</y>
  65. <width>61</width>
  66. <height>31</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>类型:</string>
  71. </property>
  72. <property name="alignment">
  73. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  74. </property>
  75. </widget>
  76. <widget class="QComboBox" name="comboGvlType">
  77. <property name="geometry">
  78. <rect>
  79. <x>110</x>
  80. <y>80</y>
  81. <width>201</width>
  82. <height>31</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QComboBox" name="comboHdw">
  87. <property name="geometry">
  88. <rect>
  89. <x>110</x>
  90. <y>130</y>
  91. <width>201</width>
  92. <height>31</height>
  93. </rect>
  94. </property>
  95. </widget>
  96. <widget class="QLabel" name="label_Hdw">
  97. <property name="enabled">
  98. <bool>true</bool>
  99. </property>
  100. <property name="geometry">
  101. <rect>
  102. <x>40</x>
  103. <y>130</y>
  104. <width>61</width>
  105. <height>31</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>硬件组态:</string>
  110. </property>
  111. <property name="alignment">
  112. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  113. </property>
  114. </widget>
  115. </widget>
  116. <widget class="QPushButton" name="createButton">
  117. <property name="geometry">
  118. <rect>
  119. <x>140</x>
  120. <y>250</y>
  121. <width>91</width>
  122. <height>31</height>
  123. </rect>
  124. </property>
  125. <property name="styleSheet">
  126. <string notr="true"/>
  127. </property>
  128. <property name="text">
  129. <string>Create</string>
  130. </property>
  131. <property name="default">
  132. <bool>true</bool>
  133. </property>
  134. </widget>
  135. <widget class="QPushButton" name="cancelButton">
  136. <property name="geometry">
  137. <rect>
  138. <x>260</x>
  139. <y>250</y>
  140. <width>91</width>
  141. <height>31</height>
  142. </rect>
  143. </property>
  144. <property name="styleSheet">
  145. <string notr="true"/>
  146. </property>
  147. <property name="text">
  148. <string>Cancel</string>
  149. </property>
  150. </widget>
  151. <widget class="QLabel" name="labelTitle">
  152. <property name="enabled">
  153. <bool>false</bool>
  154. </property>
  155. <property name="geometry">
  156. <rect>
  157. <x>0</x>
  158. <y>0</y>
  159. <width>381</width>
  160. <height>45</height>
  161. </rect>
  162. </property>
  163. <property name="text">
  164. <string>创建新的全局变量组</string>
  165. </property>
  166. </widget>
  167. </widget>
  168. <layoutdefault spacing="6" margin="11"/>
  169. <resources/>
  170. <connections/>
  171. </ui>