Scan.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>992</width>
  10. <height>811</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_3">
  17. <item row="0" column="0">
  18. <layout class="QHBoxLayout" name="horizontalLayout_2">
  19. <item>
  20. <widget class="QLabel" name="material">
  21. <property name="minimumSize">
  22. <size>
  23. <width>100</width>
  24. <height>0</height>
  25. </size>
  26. </property>
  27. <property name="maximumSize">
  28. <size>
  29. <width>100</width>
  30. <height>16777215</height>
  31. </size>
  32. </property>
  33. <property name="font">
  34. <font>
  35. <pointsize>14</pointsize>
  36. <weight>75</weight>
  37. <bold>true</bold>
  38. </font>
  39. </property>
  40. <property name="text">
  41. <string>物料类型:</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QComboBox" name="materialType">
  47. <property name="font">
  48. <font>
  49. <pointsize>14</pointsize>
  50. <weight>75</weight>
  51. <bold>true</bold>
  52. </font>
  53. </property>
  54. </widget>
  55. </item>
  56. <item>
  57. <widget class="QPushButton" name="open">
  58. <property name="minimumSize">
  59. <size>
  60. <width>100</width>
  61. <height>0</height>
  62. </size>
  63. </property>
  64. <property name="maximumSize">
  65. <size>
  66. <width>100</width>
  67. <height>16777215</height>
  68. </size>
  69. </property>
  70. <property name="font">
  71. <font>
  72. <pointsize>14</pointsize>
  73. <weight>75</weight>
  74. <bold>true</bold>
  75. </font>
  76. </property>
  77. <property name="layoutDirection">
  78. <enum>Qt::LeftToRight</enum>
  79. </property>
  80. <property name="text">
  81. <string>打开文件</string>
  82. </property>
  83. </widget>
  84. </item>
  85. </layout>
  86. </item>
  87. <item row="1" column="0">
  88. <widget class="QPlainTextEdit" name="plainTextEdit">
  89. <property name="minimumSize">
  90. <size>
  91. <width>12</width>
  92. <height>0</height>
  93. </size>
  94. </property>
  95. <property name="font">
  96. <font>
  97. <family>宋体</family>
  98. <pointsize>14</pointsize>
  99. </font>
  100. </property>
  101. <property name="plainText">
  102. <string/>
  103. </property>
  104. </widget>
  105. </item>
  106. <item row="2" column="0">
  107. <layout class="QHBoxLayout" name="horizontalLayout">
  108. <item>
  109. <layout class="QGridLayout" name="gridLayout">
  110. <item row="0" column="0">
  111. <widget class="QLabel" name="label">
  112. <property name="font">
  113. <font>
  114. <pointsize>14</pointsize>
  115. <weight>75</weight>
  116. <bold>true</bold>
  117. </font>
  118. </property>
  119. <property name="text">
  120. <string>版本代码:</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="0" column="1">
  125. <widget class="QLabel" name="versionCode">
  126. <property name="font">
  127. <font>
  128. <pointsize>14</pointsize>
  129. </font>
  130. </property>
  131. <property name="text">
  132. <string>1111</string>
  133. </property>
  134. </widget>
  135. </item>
  136. </layout>
  137. </item>
  138. <item>
  139. <spacer name="horizontalSpacer">
  140. <property name="orientation">
  141. <enum>Qt::Horizontal</enum>
  142. </property>
  143. <property name="sizeHint" stdset="0">
  144. <size>
  145. <width>40</width>
  146. <height>20</height>
  147. </size>
  148. </property>
  149. </spacer>
  150. </item>
  151. <item>
  152. <layout class="QGridLayout" name="gridLayout_2">
  153. <item row="0" column="0">
  154. <widget class="QLabel" name="label_5">
  155. <property name="font">
  156. <font>
  157. <pointsize>14</pointsize>
  158. <weight>75</weight>
  159. <bold>true</bold>
  160. </font>
  161. </property>
  162. <property name="text">
  163. <string>发料日期:</string>
  164. </property>
  165. </widget>
  166. </item>
  167. <item row="0" column="1">
  168. <widget class="QLabel" name="Deliverydate">
  169. <property name="font">
  170. <font>
  171. <pointsize>14</pointsize>
  172. </font>
  173. </property>
  174. <property name="text">
  175. <string>1111</string>
  176. </property>
  177. </widget>
  178. </item>
  179. </layout>
  180. </item>
  181. </layout>
  182. </item>
  183. </layout>
  184. </widget>
  185. <resources/>
  186. <connections/>
  187. </ui>