example.ui 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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>809</width>
  10. <height>846</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_3">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>Watch Directories</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QFrame" name="frame">
  25. <property name="frameShape">
  26. <enum>QFrame::StyledPanel</enum>
  27. </property>
  28. <property name="frameShadow">
  29. <enum>QFrame::Raised</enum>
  30. </property>
  31. <layout class="QGridLayout" name="gridLayout">
  32. <item row="0" column="0">
  33. <widget class="QLabel" name="projec_tag_label">
  34. <property name="minimumSize">
  35. <size>
  36. <width>100</width>
  37. <height>30</height>
  38. </size>
  39. </property>
  40. <property name="text">
  41. <string>Project</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="0" column="1">
  46. <widget class="QLineEdit" name="project_slug_lineEdit">
  47. <property name="enabled">
  48. <bool>false</bool>
  49. </property>
  50. <property name="minimumSize">
  51. <size>
  52. <width>400</width>
  53. <height>30</height>
  54. </size>
  55. </property>
  56. <property name="text">
  57. <string>MockProject</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="0" column="2">
  62. <spacer name="horizontalSpacer">
  63. <property name="minimumSize">
  64. <size>
  65. <width>0</width>
  66. <height>30</height>
  67. </size>
  68. </property>
  69. <property name="orientation">
  70. <enum>Qt::Horizontal</enum>
  71. </property>
  72. <property name="sizeHint" stdset="0">
  73. <size>
  74. <width>222</width>
  75. <height>27</height>
  76. </size>
  77. </property>
  78. </spacer>
  79. </item>
  80. <item row="1" column="0">
  81. <widget class="QLabel" name="default_project_watch_path_label">
  82. <property name="minimumSize">
  83. <size>
  84. <width>100</width>
  85. <height>30</height>
  86. </size>
  87. </property>
  88. <property name="text">
  89. <string>Project Path</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="1" column="1">
  94. <widget class="QLineEdit" name="default_project_watch_path_lineEdit">
  95. <property name="minimumSize">
  96. <size>
  97. <width>400</width>
  98. <height>30</height>
  99. </size>
  100. </property>
  101. <property name="text">
  102. <string>C:\Lumberyard\Dev\Gems\DccScriptingInterface\MockProject\</string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item row="1" column="2">
  107. <widget class="QPushButton" name="update_project_path_dir_pushButton">
  108. <property name="minimumSize">
  109. <size>
  110. <width>225</width>
  111. <height>30</height>
  112. </size>
  113. </property>
  114. <property name="text">
  115. <string>Update Project Path ...</string>
  116. </property>
  117. </widget>
  118. </item>
  119. <item row="2" column="0">
  120. <widget class="QLabel" name="file_patterns_label">
  121. <property name="minimumSize">
  122. <size>
  123. <width>100</width>
  124. <height>30</height>
  125. </size>
  126. </property>
  127. <property name="text">
  128. <string>File Patterns</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="2" column="1">
  133. <widget class="QLineEdit" name="file_pattern_lineEdit">
  134. <property name="minimumSize">
  135. <size>
  136. <width>400</width>
  137. <height>30</height>
  138. </size>
  139. </property>
  140. <property name="text">
  141. <string>*.sbs, *.sbsar</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item row="2" column="2">
  146. <widget class="QPushButton" name="search_and_add_dirs_pushButton">
  147. <property name="minimumSize">
  148. <size>
  149. <width>225</width>
  150. <height>30</height>
  151. </size>
  152. </property>
  153. <property name="text">
  154. <string>Search and Add</string>
  155. </property>
  156. </widget>
  157. </item>
  158. </layout>
  159. </widget>
  160. </item>
  161. <item>
  162. <widget class="QTreeView" name="WatchdogList_treeView">
  163. <property name="minimumSize">
  164. <size>
  165. <width>0</width>
  166. <height>250</height>
  167. </size>
  168. </property>
  169. <property name="alternatingRowColors">
  170. <bool>true</bool>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <layout class="QHBoxLayout" name="horizontalLayout_3">
  176. <item>
  177. <widget class="QPushButton" name="remove_selected_watch_dir_pushButton">
  178. <property name="minimumSize">
  179. <size>
  180. <width>0</width>
  181. <height>30</height>
  182. </size>
  183. </property>
  184. <property name="text">
  185. <string>Remove Selected Watch Directory</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <widget class="QPushButton" name="browse_and_add_dir_pushButton">
  191. <property name="minimumSize">
  192. <size>
  193. <width>0</width>
  194. <height>30</height>
  195. </size>
  196. </property>
  197. <property name="text">
  198. <string>Browse and Add Watch Directory ...</string>
  199. </property>
  200. </widget>
  201. </item>
  202. </layout>
  203. </item>
  204. </layout>
  205. </widget>
  206. </item>
  207. <item>
  208. <widget class="QGroupBox" name="groupBox_2">
  209. <property name="title">
  210. <string>Substance Watcher</string>
  211. </property>
  212. <layout class="QVBoxLayout" name="verticalLayout_2">
  213. <item>
  214. <layout class="QHBoxLayout" name="horizontalLayout_4">
  215. <item>
  216. <widget class="QPushButton" name="start_watcher_pushButton">
  217. <property name="minimumSize">
  218. <size>
  219. <width>0</width>
  220. <height>30</height>
  221. </size>
  222. </property>
  223. <property name="text">
  224. <string>Start Watcher</string>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QPushButton" name="stop_watcher_pushButton">
  230. <property name="minimumSize">
  231. <size>
  232. <width>0</width>
  233. <height>30</height>
  234. </size>
  235. </property>
  236. <property name="text">
  237. <string>Stop Watcher</string>
  238. </property>
  239. </widget>
  240. </item>
  241. </layout>
  242. </item>
  243. <item>
  244. <widget class="QFrame" name="console_ancor_frame">
  245. <property name="frameShape">
  246. <enum>QFrame::StyledPanel</enum>
  247. </property>
  248. <property name="frameShadow">
  249. <enum>QFrame::Raised</enum>
  250. </property>
  251. <layout class="QVBoxLayout" name="verticalLayout_4">
  252. <item>
  253. <widget class="QTextEdit" name="output_console_textEdit">
  254. <property name="minimumSize">
  255. <size>
  256. <width>0</width>
  257. <height>250</height>
  258. </size>
  259. </property>
  260. </widget>
  261. </item>
  262. </layout>
  263. </widget>
  264. </item>
  265. </layout>
  266. </widget>
  267. </item>
  268. </layout>
  269. </widget>
  270. <resources/>
  271. <connections/>
  272. </ui>