/epxSubmit_dialog.ui

http://ewitool.googlecode.com/ · Unknown · 285 lines · 285 code · 0 blank · 0 comment · 0 complexity · 66488396f1b251d6575562f69af5c766 MD5 · raw file

  1. <ui version="4.0" >
  2. <class>epxSubmit_Dialog</class>
  3. <widget class="QDialog" name="epxSubmit_Dialog" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>470</width>
  9. <height>409</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>EWItool - Submit to Patch Exchange</string>
  14. </property>
  15. <property name="toolTip" >
  16. <string>Click if patch is not to be shared with other users. Be sure to do this for any commercial patches!</string>
  17. </property>
  18. <widget class="QDialogButtonBox" name="buttonBox" >
  19. <property name="geometry" >
  20. <rect>
  21. <x>100</x>
  22. <y>360</y>
  23. <width>341</width>
  24. <height>32</height>
  25. </rect>
  26. </property>
  27. <property name="orientation" >
  28. <enum>Qt::Horizontal</enum>
  29. </property>
  30. <property name="standardButtons" >
  31. <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
  32. </property>
  33. </widget>
  34. <widget class="QLabel" name="label" >
  35. <property name="geometry" >
  36. <rect>
  37. <x>20</x>
  38. <y>20</y>
  39. <width>471</width>
  40. <height>51</height>
  41. </rect>
  42. </property>
  43. <property name="text" >
  44. <string>Please complete the fields below so your patch can be catalogued correctly</string>
  45. </property>
  46. <property name="wordWrap" >
  47. <bool>true</bool>
  48. </property>
  49. </widget>
  50. <widget class="QLabel" name="label_2" >
  51. <property name="geometry" >
  52. <rect>
  53. <x>20</x>
  54. <y>80</y>
  55. <width>57</width>
  56. <height>18</height>
  57. </rect>
  58. </property>
  59. <property name="text" >
  60. <string>Name:</string>
  61. </property>
  62. </widget>
  63. <widget class="QLabel" name="name_label" >
  64. <property name="geometry" >
  65. <rect>
  66. <x>120</x>
  67. <y>79</y>
  68. <width>321</width>
  69. <height>21</height>
  70. </rect>
  71. </property>
  72. <property name="frameShape" >
  73. <enum>QFrame::Box</enum>
  74. </property>
  75. <property name="text" >
  76. <string/>
  77. </property>
  78. </widget>
  79. <widget class="QLabel" name="label_3" >
  80. <property name="geometry" >
  81. <rect>
  82. <x>20</x>
  83. <y>120</y>
  84. <width>63</width>
  85. <height>18</height>
  86. </rect>
  87. </property>
  88. <property name="text" >
  89. <string>Origin:</string>
  90. </property>
  91. </widget>
  92. <widget class="QLineEdit" name="origin_lineEdit" >
  93. <property name="geometry" >
  94. <rect>
  95. <x>120</x>
  96. <y>115</y>
  97. <width>321</width>
  98. <height>27</height>
  99. </rect>
  100. </property>
  101. <property name="toolTip" >
  102. <string>E.g. 'Your Nickname' or 'Akai'</string>
  103. </property>
  104. <property name="text" >
  105. <string/>
  106. </property>
  107. <property name="maxLength" >
  108. <number>32</number>
  109. </property>
  110. </widget>
  111. <widget class="QLabel" name="label_4" >
  112. <property name="geometry" >
  113. <rect>
  114. <x>20</x>
  115. <y>157</y>
  116. <width>57</width>
  117. <height>21</height>
  118. </rect>
  119. </property>
  120. <property name="text" >
  121. <string>Type:</string>
  122. </property>
  123. </widget>
  124. <widget class="QComboBox" name="type_comboBox" >
  125. <property name="geometry" >
  126. <rect>
  127. <x>120</x>
  128. <y>150</y>
  129. <width>201</width>
  130. <height>26</height>
  131. </rect>
  132. </property>
  133. </widget>
  134. <widget class="QLabel" name="label_5" >
  135. <property name="geometry" >
  136. <rect>
  137. <x>20</x>
  138. <y>190</y>
  139. <width>81</width>
  140. <height>18</height>
  141. </rect>
  142. </property>
  143. <property name="text" >
  144. <string>Description:</string>
  145. </property>
  146. </widget>
  147. <widget class="QTextEdit" name="desc_textEdit" >
  148. <property name="geometry" >
  149. <rect>
  150. <x>120</x>
  151. <y>190</y>
  152. <width>321</width>
  153. <height>101</height>
  154. </rect>
  155. </property>
  156. <property name="verticalScrollBarPolicy" >
  157. <enum>Qt::ScrollBarAlwaysOff</enum>
  158. </property>
  159. <property name="horizontalScrollBarPolicy" >
  160. <enum>Qt::ScrollBarAlwaysOff</enum>
  161. </property>
  162. <property name="tabStopWidth" >
  163. <number>4</number>
  164. </property>
  165. <property name="acceptRichText" >
  166. <bool>false</bool>
  167. </property>
  168. </widget>
  169. <widget class="QLabel" name="label_6" >
  170. <property name="geometry" >
  171. <rect>
  172. <x>20</x>
  173. <y>310</y>
  174. <width>57</width>
  175. <height>31</height>
  176. </rect>
  177. </property>
  178. <property name="text" >
  179. <string>Tags:</string>
  180. </property>
  181. </widget>
  182. <widget class="QLineEdit" name="tags_lineEdit" >
  183. <property name="geometry" >
  184. <rect>
  185. <x>120</x>
  186. <y>310</y>
  187. <width>321</width>
  188. <height>27</height>
  189. </rect>
  190. </property>
  191. <property name="toolTip" >
  192. <string>Key words associated with this patch</string>
  193. </property>
  194. <property name="maxLength" >
  195. <number>128</number>
  196. </property>
  197. </widget>
  198. <widget class="QLabel" name="label_7" >
  199. <property name="geometry" >
  200. <rect>
  201. <x>20</x>
  202. <y>210</y>
  203. <width>81</width>
  204. <height>31</height>
  205. </rect>
  206. </property>
  207. <property name="font" >
  208. <font>
  209. <pointsize>7</pointsize>
  210. </font>
  211. </property>
  212. <property name="text" >
  213. <string>(Optional - Max. 256 characters)</string>
  214. </property>
  215. <property name="wordWrap" >
  216. <bool>true</bool>
  217. </property>
  218. </widget>
  219. <widget class="QCheckBox" name="private_checkBox" >
  220. <property name="geometry" >
  221. <rect>
  222. <x>360</x>
  223. <y>150</y>
  224. <width>83</width>
  225. <height>23</height>
  226. </rect>
  227. </property>
  228. <property name="text" >
  229. <string>Private</string>
  230. </property>
  231. </widget>
  232. </widget>
  233. <resources/>
  234. <connections>
  235. <connection>
  236. <sender>buttonBox</sender>
  237. <signal>accepted()</signal>
  238. <receiver>epxSubmit_Dialog</receiver>
  239. <slot>accept()</slot>
  240. <hints>
  241. <hint type="sourcelabel" >
  242. <x>248</x>
  243. <y>254</y>
  244. </hint>
  245. <hint type="destinationlabel" >
  246. <x>157</x>
  247. <y>274</y>
  248. </hint>
  249. </hints>
  250. </connection>
  251. <connection>
  252. <sender>buttonBox</sender>
  253. <signal>rejected()</signal>
  254. <receiver>epxSubmit_Dialog</receiver>
  255. <slot>reject()</slot>
  256. <hints>
  257. <hint type="sourcelabel" >
  258. <x>316</x>
  259. <y>260</y>
  260. </hint>
  261. <hint type="destinationlabel" >
  262. <x>286</x>
  263. <y>274</y>
  264. </hint>
  265. </hints>
  266. </connection>
  267. </connections>
  268. <designerdata>
  269. <property name="gridDeltaX" >
  270. <number>10</number>
  271. </property>
  272. <property name="gridDeltaY" >
  273. <number>10</number>
  274. </property>
  275. <property name="gridSnapX" >
  276. <bool>true</bool>
  277. </property>
  278. <property name="gridSnapY" >
  279. <bool>true</bool>
  280. </property>
  281. <property name="gridVisible" >
  282. <bool>true</bool>
  283. </property>
  284. </designerdata>
  285. </ui>