projectdialog.ui 4.4 KB

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