Scan.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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>998</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="QFormLayout" name="formLayout">
  19. <item row="0" column="0">
  20. <widget class="QLabel" name="material">
  21. <property name="font">
  22. <font>
  23. <pointsize>14</pointsize>
  24. <weight>75</weight>
  25. <bold>true</bold>
  26. </font>
  27. </property>
  28. <property name="text">
  29. <string>物料类型</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="0" column="1">
  34. <widget class="QComboBox" name="materialType">
  35. <property name="font">
  36. <font>
  37. <pointsize>14</pointsize>
  38. <weight>75</weight>
  39. <bold>true</bold>
  40. <underline>false</underline>
  41. </font>
  42. </property>
  43. <property name="maxVisibleItems">
  44. <number>11</number>
  45. </property>
  46. </widget>
  47. </item>
  48. </layout>
  49. </item>
  50. <item row="2" column="0">
  51. <widget class="QPlainTextEdit" name="plainTextEdit">
  52. <property name="font">
  53. <font>
  54. <pointsize>14</pointsize>
  55. </font>
  56. </property>
  57. <property name="plainText">
  58. <string/>
  59. </property>
  60. </widget>
  61. </item>
  62. <item row="1" column="0">
  63. <widget class="QSplitter" name="splitter_2">
  64. <property name="orientation">
  65. <enum>Qt::Horizontal</enum>
  66. </property>
  67. <widget class="QPushButton" name="open">
  68. <property name="font">
  69. <font>
  70. <pointsize>14</pointsize>
  71. <weight>75</weight>
  72. <bold>true</bold>
  73. </font>
  74. </property>
  75. <property name="text">
  76. <string>打开文件</string>
  77. </property>
  78. </widget>
  79. <widget class="QPushButton" name="save">
  80. <property name="font">
  81. <font>
  82. <pointsize>14</pointsize>
  83. <weight>75</weight>
  84. <bold>true</bold>
  85. </font>
  86. </property>
  87. <property name="text">
  88. <string>另存为</string>
  89. </property>
  90. </widget>
  91. </widget>
  92. </item>
  93. <item row="3" column="0">
  94. <layout class="QHBoxLayout" name="horizontalLayout">
  95. <item>
  96. <layout class="QGridLayout" name="gridLayout">
  97. <item row="0" column="0">
  98. <widget class="QLabel" name="label">
  99. <property name="font">
  100. <font>
  101. <pointsize>14</pointsize>
  102. <weight>75</weight>
  103. <bold>true</bold>
  104. </font>
  105. </property>
  106. <property name="text">
  107. <string>版本代码:</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="0" column="1">
  112. <widget class="QLabel" name="versionCode">
  113. <property name="font">
  114. <font>
  115. <pointsize>14</pointsize>
  116. </font>
  117. </property>
  118. <property name="text">
  119. <string>1111</string>
  120. </property>
  121. </widget>
  122. </item>
  123. </layout>
  124. </item>
  125. <item>
  126. <spacer name="horizontalSpacer">
  127. <property name="orientation">
  128. <enum>Qt::Horizontal</enum>
  129. </property>
  130. <property name="sizeHint" stdset="0">
  131. <size>
  132. <width>40</width>
  133. <height>20</height>
  134. </size>
  135. </property>
  136. </spacer>
  137. </item>
  138. <item>
  139. <layout class="QGridLayout" name="gridLayout_2">
  140. <item row="0" column="1">
  141. <widget class="QLabel" name="Deliverydate">
  142. <property name="font">
  143. <font>
  144. <pointsize>14</pointsize>
  145. </font>
  146. </property>
  147. <property name="text">
  148. <string>1111</string>
  149. </property>
  150. </widget>
  151. </item>
  152. <item row="0" column="0">
  153. <widget class="QLabel" name="label_5">
  154. <property name="font">
  155. <font>
  156. <pointsize>14</pointsize>
  157. <weight>75</weight>
  158. <bold>true</bold>
  159. </font>
  160. </property>
  161. <property name="text">
  162. <string>发料日期:</string>
  163. </property>
  164. </widget>
  165. </item>
  166. </layout>
  167. </item>
  168. </layout>
  169. </item>
  170. </layout>
  171. </widget>
  172. <resources/>
  173. <connections/>
  174. </ui>