extExport.ui 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ExportDialog</class>
  4. <widget class="QDialog" name="ExportDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>450</width>
  10. <height>505</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Export Barcodes</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="resources.qrc">
  18. <normaloff>:res/zint-qt.ico</normaloff>:res/zint-qt.ico</iconset>
  19. </property>
  20. <layout class="QVBoxLayout" name="verticalLayoutExp">
  21. <item>
  22. <layout class="QGridLayout" name="gridLayoutExpFile">
  23. <item row="0" column="0">
  24. <widget class="QLabel" name="lblDestPath">
  25. <property name="text">
  26. <string>&amp;Destination Path:</string>
  27. </property>
  28. <property name="toolTip">
  29. <string>Destination folder</string>
  30. </property>
  31. <property name="buddy">
  32. <cstring>linDestPath</cstring>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="0" column="1">
  37. <widget class="QLineEdit" name="linDestPath">
  38. <property name="geometry">
  39. <rect>
  40. <x>140</x>
  41. <y>10</y>
  42. <width>261</width>
  43. <height>22</height>
  44. </rect>
  45. </property>
  46. <property name="toolTip">
  47. <string>Destination folder</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="0" column="2">
  52. <widget class="QToolButton" name="btnDestPath">
  53. <property name="toolTip">
  54. <string>Find a destination for your files</string>
  55. </property>
  56. <property name="text">
  57. <string>&amp;...</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="1" column="0">
  62. <widget class="QLabel" name="lblPrefix">
  63. <property name="text">
  64. <string>File Name &amp;Prefix:</string>
  65. </property>
  66. <property name="toolTip">
  67. <string>The first part of the filenames</string>
  68. </property>
  69. <property name="buddy">
  70. <cstring>linPrefix</cstring>
  71. </property>
  72. </widget>
  73. </item>
  74. <item row="1" column="1" colspan="2">
  75. <widget class="QLineEdit" name="linPrefix">
  76. <property name="toolTip">
  77. <string>The first part of the filenames</string>
  78. </property>
  79. <property name="text">
  80. <string>bcs_</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="2" column="0">
  85. <widget class="QLabel" name="lblPostfix">
  86. <property name="text">
  87. <string>File Name Postfi&amp;x:</string>
  88. </property>
  89. <property name="toolTip">
  90. <string>The last part of the filenames</string>
  91. </property>
  92. <property name="buddy">
  93. <cstring>linPostfix</cstring>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="2" column="1" colspan="2">
  98. <widget class="QLineEdit" name="linPostfix">
  99. <property name="toolTip">
  100. <string>The last part of the filenames</string>
  101. </property>
  102. <property name="text">
  103. <string></string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="3" column="0">
  108. <widget class="QLabel" name="lblFileName">
  109. <property name="text">
  110. <string>File &amp;Name:</string>
  111. </property>
  112. <property name="toolTip">
  113. <string>Set the naming convention used by the files</string>
  114. </property>
  115. <property name="buddy">
  116. <cstring>cmbFileName</cstring>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="3" column="1" colspan="2">
  121. <widget class="QComboBox" name="cmbFileName">
  122. <property name="toolTip">
  123. <string>Set the naming convention used by the files</string>
  124. </property>
  125. <item>
  126. <property name="text">
  127. <string>Same as Data</string>
  128. </property>
  129. </item>
  130. <item>
  131. <property name="text">
  132. <string>Serial Number</string>
  133. </property>
  134. </item>
  135. </widget>
  136. </item>
  137. <item row="4" column="0">
  138. <widget class="QLabel" name="lblFileType">
  139. <property name="text">
  140. <string>File &amp;Type:</string>
  141. </property>
  142. <property name="toolTip">
  143. <string>The type of file which you want to create</string>
  144. </property>
  145. <property name="buddy">
  146. <cstring>cmbFileType</cstring>
  147. </property>
  148. </widget>
  149. </item>
  150. <item row="4" column="1" colspan="2">
  151. <widget class="QComboBox" name="cmbFileType">
  152. <property name="toolTip">
  153. <string>The type of file which you want to create</string>
  154. </property>
  155. <item>
  156. <property name="text">
  157. <string>Portable Network Graphic (*.png)</string>
  158. </property>
  159. </item>
  160. <item>
  161. <property name="text">
  162. <string>Encapsulated Post Script (*.eps)</string>
  163. </property>
  164. </item>
  165. <item>
  166. <property name="text">
  167. <string>Graphics Interchange Format (*.gif)</string>
  168. </property>
  169. </item>
  170. <item>
  171. <property name="text">
  172. <string>Scalable Vector Graphic (*.svg)</string>
  173. </property>
  174. </item>
  175. <item>
  176. <property name="text">
  177. <string>Windows Bitmap (*.bmp)</string>
  178. </property>
  179. </item>
  180. <item>
  181. <property name="text">
  182. <string>ZSoft PC Painter Image (*.pcx)</string>
  183. </property>
  184. </item>
  185. <item>
  186. <property name="text">
  187. <string>Extended Metafile (*.emf)</string>
  188. </property>
  189. </item>
  190. <item>
  191. <property name="text">
  192. <string>Tagged Image File Format (*.tif)</string>
  193. </property>
  194. </item>
  195. </widget>
  196. </item>
  197. </layout>
  198. </item>
  199. <item>
  200. <layout class="QHBoxLayout" name="horzLayoutExpBtns">
  201. <item>
  202. <spacer name="horzSpacerExpBtns">
  203. <property name="orientation">
  204. <enum>Qt::Horizontal</enum>
  205. </property>
  206. <property name="sizeHint" stdset="0">
  207. <size>
  208. <width>40</width>
  209. <height>20</height>
  210. </size>
  211. </property>
  212. </spacer>
  213. </item>
  214. <item>
  215. <widget class="QPushButton" name="btnOK">
  216. <property name="text">
  217. <string>&amp;Export</string>
  218. </property>
  219. <property name="toolTip">
  220. <string>Create files</string>
  221. </property>
  222. </widget>
  223. </item>
  224. <item>
  225. <widget class="QPushButton" name="btnCancel">
  226. <property name="text">
  227. <string>&amp;Close</string>
  228. </property>
  229. <property name="toolTip">
  230. <string>Close window</string>
  231. </property>
  232. </widget>
  233. </item>
  234. </layout>
  235. </item>
  236. <item>
  237. <widget class="QLabel" name="lblFeedback">
  238. <property name="text">
  239. <string>Export Results:</string>
  240. </property>
  241. </widget>
  242. </item>
  243. <item>
  244. <widget class="QPlainTextEdit" name="txtFeedback">
  245. <property name="readOnly">
  246. <bool>true</bool>
  247. </property>
  248. </widget>
  249. </item>
  250. </layout>
  251. </widget>
  252. <resources/>
  253. <connections/>
  254. </ui>