projectdialog.ui 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ProjectDialog</class>
  4. <widget class="QDialog" name="ProjectDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>560</width>
  10. <height>439</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="2" column="0">
  18. <widget class="QDialogButtonBox" name="buttonBox">
  19. <property name="orientation">
  20. <enum>Qt::Orientation::Horizontal</enum>
  21. </property>
  22. <property name="standardButtons">
  23. <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="1" column="0">
  28. <layout class="QFormLayout" name="formLayout">
  29. <item row="0" column="0">
  30. <widget class="QLabel" name="labName">
  31. <property name="text">
  32. <string>工程名称:</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="0" column="1">
  37. <widget class="QLineEdit" name="editName"/>
  38. </item>
  39. <item row="1" column="0">
  40. <widget class="QLabel" name="labHTID">
  41. <property name="text">
  42. <string>合同编号:</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item row="1" column="1">
  47. <widget class="QLineEdit" name="editHTID"/>
  48. </item>
  49. <item row="2" column="0">
  50. <widget class="QLabel" name="labXMBH">
  51. <property name="text">
  52. <string>项目编号:</string>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="2" column="1">
  57. <widget class="QLineEdit" name="editXMBH"/>
  58. </item>
  59. <item row="3" column="0">
  60. <widget class="QLabel" name="labOperaName">
  61. <property name="text">
  62. <string>井上爆破员:</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="4" column="0">
  67. <widget class="QLabel" name="labBlastName">
  68. <property name="text">
  69. <string>井下爆破员:</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="5" column="0">
  74. <widget class="QLabel" name="label_2">
  75. <property name="text">
  76. <string>安全员:</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item row="6" column="0">
  81. <widget class="QLabel" name="labAddress">
  82. <property name="text">
  83. <string>井下地址:</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="6" column="1">
  88. <layout class="QHBoxLayout" name="horizontalLayout">
  89. <item>
  90. <widget class="QComboBox" name="comboBoxAddr"/>
  91. </item>
  92. <item>
  93. <widget class="QComboBox" name="comboBoxAddr_2"/>
  94. </item>
  95. <item>
  96. <widget class="QComboBox" name="comboBoxAddr_3"/>
  97. </item>
  98. </layout>
  99. </item>
  100. <item row="7" column="0">
  101. <widget class="QLabel" name="label">
  102. <property name="text">
  103. <string>采场地址:</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="7" column="1">
  108. <widget class="QLineEdit" name="level4Address"/>
  109. </item>
  110. <item row="8" column="0">
  111. <widget class="QLabel" name="labRegCount">
  112. <property name="text">
  113. <string>起爆器数量:</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="8" column="1">
  118. <widget class="QLineEdit" name="editRegCount"/>
  119. </item>
  120. <item row="9" column="0">
  121. <widget class="QLabel" name="labDetNum">
  122. <property name="text">
  123. <string>雷管数量:</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="9" column="1">
  128. <widget class="QLineEdit" name="editDetNum"/>
  129. </item>
  130. <item row="4" column="1">
  131. <widget class="QWidget" name="undergroundOperatorsWidget" native="true"/>
  132. </item>
  133. <item row="5" column="1">
  134. <widget class="QWidget" name="safetyInspectorsWidget" native="true"/>
  135. </item>
  136. <item row="3" column="1">
  137. <widget class="QWidget" name="groundOperatorsWidget" native="true"/>
  138. </item>
  139. </layout>
  140. </item>
  141. </layout>
  142. </widget>
  143. <resources/>
  144. <connections>
  145. <connection>
  146. <sender>buttonBox</sender>
  147. <signal>accepted()</signal>
  148. <receiver>ProjectDialog</receiver>
  149. <slot>accept()</slot>
  150. <hints>
  151. <hint type="sourcelabel">
  152. <x>248</x>
  153. <y>254</y>
  154. </hint>
  155. <hint type="destinationlabel">
  156. <x>157</x>
  157. <y>274</y>
  158. </hint>
  159. </hints>
  160. </connection>
  161. <connection>
  162. <sender>buttonBox</sender>
  163. <signal>rejected()</signal>
  164. <receiver>ProjectDialog</receiver>
  165. <slot>reject()</slot>
  166. <hints>
  167. <hint type="sourcelabel">
  168. <x>316</x>
  169. <y>260</y>
  170. </hint>
  171. <hint type="destinationlabel">
  172. <x>286</x>
  173. <y>274</y>
  174. </hint>
  175. </hints>
  176. </connection>
  177. </connections>
  178. </ui>