dlg_createComposite.ui 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogBase</class>
  4. <widget class="QDialog" name="DialogBase">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>650</width>
  13. <height>380</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="minimumSize">
  23. <size>
  24. <width>650</width>
  25. <height>380</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>650</width>
  31. <height>380</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>Layman - Create Composite</string>
  36. </property>
  37. <widget class="QPushButton" name="pushButton_CreateComposition">
  38. <property name="geometry">
  39. <rect>
  40. <x>287</x>
  41. <y>340</y>
  42. <width>141</width>
  43. <height>27</height>
  44. </rect>
  45. </property>
  46. <property name="text">
  47. <string>Create </string>
  48. </property>
  49. </widget>
  50. <widget class="QPushButton" name="pushButton_close">
  51. <property name="geometry">
  52. <rect>
  53. <x>449</x>
  54. <y>340</y>
  55. <width>151</width>
  56. <height>28</height>
  57. </rect>
  58. </property>
  59. <property name="text">
  60. <string>Storno</string>
  61. </property>
  62. </widget>
  63. <widget class="QTreeWidget" name="treeWidget">
  64. <property name="geometry">
  65. <rect>
  66. <x>288</x>
  67. <y>46</y>
  68. <width>311</width>
  69. <height>241</height>
  70. </rect>
  71. </property>
  72. <column>
  73. <property name="text">
  74. <string>Layer</string>
  75. </property>
  76. </column>
  77. </widget>
  78. <widget class="QLabel" name="label">
  79. <property name="geometry">
  80. <rect>
  81. <x>290</x>
  82. <y>17</y>
  83. <width>311</width>
  84. <height>16</height>
  85. </rect>
  86. </property>
  87. <property name="text">
  88. <string>You can choose externt of composition from layer:</string>
  89. </property>
  90. </widget>
  91. <widget class="QLabel" name="label_2">
  92. <property name="geometry">
  93. <rect>
  94. <x>40</x>
  95. <y>380</y>
  96. <width>141</width>
  97. <height>16</height>
  98. </rect>
  99. </property>
  100. <property name="text">
  101. <string>Composition name:</string>
  102. </property>
  103. </widget>
  104. <widget class="QLineEdit" name="lineEdit">
  105. <property name="geometry">
  106. <rect>
  107. <x>30</x>
  108. <y>410</y>
  109. <width>201</width>
  110. <height>22</height>
  111. </rect>
  112. </property>
  113. </widget>
  114. <widget class="QLineEdit" name="lineEdit_2">
  115. <property name="geometry">
  116. <rect>
  117. <x>20</x>
  118. <y>46</y>
  119. <width>201</width>
  120. <height>22</height>
  121. </rect>
  122. </property>
  123. </widget>
  124. <widget class="QLabel" name="label_3">
  125. <property name="geometry">
  126. <rect>
  127. <x>21</x>
  128. <y>20</y>
  129. <width>141</width>
  130. <height>16</height>
  131. </rect>
  132. </property>
  133. <property name="text">
  134. <string>Title:</string>
  135. </property>
  136. </widget>
  137. <widget class="QLineEdit" name="lineEdit_3">
  138. <property name="geometry">
  139. <rect>
  140. <x>92</x>
  141. <y>177</y>
  142. <width>130</width>
  143. <height>22</height>
  144. </rect>
  145. </property>
  146. </widget>
  147. <widget class="QLineEdit" name="lineEdit_4">
  148. <property name="geometry">
  149. <rect>
  150. <x>92</x>
  151. <y>207</y>
  152. <width>130</width>
  153. <height>22</height>
  154. </rect>
  155. </property>
  156. </widget>
  157. <widget class="QLineEdit" name="lineEdit_5">
  158. <property name="geometry">
  159. <rect>
  160. <x>92</x>
  161. <y>237</y>
  162. <width>130</width>
  163. <height>22</height>
  164. </rect>
  165. </property>
  166. </widget>
  167. <widget class="QLineEdit" name="lineEdit_6">
  168. <property name="geometry">
  169. <rect>
  170. <x>92</x>
  171. <y>267</y>
  172. <width>130</width>
  173. <height>22</height>
  174. </rect>
  175. </property>
  176. </widget>
  177. <widget class="QLabel" name="label_4">
  178. <property name="geometry">
  179. <rect>
  180. <x>22</x>
  181. <y>150</y>
  182. <width>211</width>
  183. <height>16</height>
  184. </rect>
  185. </property>
  186. <property name="text">
  187. <string>Extent of canvas:</string>
  188. </property>
  189. </widget>
  190. <widget class="QLabel" name="label_5">
  191. <property name="geometry">
  192. <rect>
  193. <x>22</x>
  194. <y>181</y>
  195. <width>41</width>
  196. <height>16</height>
  197. </rect>
  198. </property>
  199. <property name="text">
  200. <string>XMin:</string>
  201. </property>
  202. </widget>
  203. <widget class="QLabel" name="label_6">
  204. <property name="geometry">
  205. <rect>
  206. <x>22</x>
  207. <y>210</y>
  208. <width>41</width>
  209. <height>16</height>
  210. </rect>
  211. </property>
  212. <property name="text">
  213. <string>XMax:</string>
  214. </property>
  215. </widget>
  216. <widget class="QLabel" name="label_7">
  217. <property name="geometry">
  218. <rect>
  219. <x>22</x>
  220. <y>241</y>
  221. <width>41</width>
  222. <height>16</height>
  223. </rect>
  224. </property>
  225. <property name="text">
  226. <string>YMin:</string>
  227. </property>
  228. </widget>
  229. <widget class="QLabel" name="label_8">
  230. <property name="geometry">
  231. <rect>
  232. <x>22</x>
  233. <y>270</y>
  234. <width>41</width>
  235. <height>16</height>
  236. </rect>
  237. </property>
  238. <property name="text">
  239. <string>YMax:</string>
  240. </property>
  241. </widget>
  242. <widget class="QLineEdit" name="lineEdit_7">
  243. <property name="geometry">
  244. <rect>
  245. <x>20</x>
  246. <y>110</y>
  247. <width>201</width>
  248. <height>22</height>
  249. </rect>
  250. </property>
  251. </widget>
  252. <widget class="QLabel" name="label_9">
  253. <property name="geometry">
  254. <rect>
  255. <x>20</x>
  256. <y>84</y>
  257. <width>141</width>
  258. <height>16</height>
  259. </rect>
  260. </property>
  261. <property name="text">
  262. <string>Description:</string>
  263. </property>
  264. </widget>
  265. <widget class="QLabel" name="label_info">
  266. <property name="geometry">
  267. <rect>
  268. <x>20</x>
  269. <y>300</y>
  270. <width>321</width>
  271. <height>31</height>
  272. </rect>
  273. </property>
  274. <property name="text">
  275. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:12pt; color:#ff0000;&quot;&gt;Composition name already exists!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  276. </property>
  277. </widget>
  278. <widget class="QPushButton" name="pushButton_defaultExtent">
  279. <property name="geometry">
  280. <rect>
  281. <x>20</x>
  282. <y>340</y>
  283. <width>141</width>
  284. <height>27</height>
  285. </rect>
  286. </property>
  287. <property name="text">
  288. <string>Canvas extent</string>
  289. </property>
  290. </widget>
  291. </widget>
  292. <tabstops>
  293. <tabstop>lineEdit</tabstop>
  294. <tabstop>lineEdit_2</tabstop>
  295. <tabstop>lineEdit_7</tabstop>
  296. <tabstop>lineEdit_3</tabstop>
  297. <tabstop>lineEdit_4</tabstop>
  298. <tabstop>lineEdit_5</tabstop>
  299. <tabstop>lineEdit_6</tabstop>
  300. <tabstop>treeWidget</tabstop>
  301. <tabstop>pushButton_CreateComposition</tabstop>
  302. <tabstop>pushButton_close</tabstop>
  303. </tabstops>
  304. <resources/>
  305. <connections/>
  306. </ui>