scripts.ui 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ScriptsTool</class>
  4. <widget class="QDialog" name="ScriptsTool">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>775</width>
  10. <height>492</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Scripts</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>0</number>
  21. </property>
  22. <property name="tabBarAutoHide">
  23. <bool>true</bool>
  24. </property>
  25. <widget class="QWidget" name="scriptsTab">
  26. <attribute name="title">
  27. <string>Scripts</string>
  28. </attribute>
  29. <layout class="QHBoxLayout" name="horizontalLayout_4">
  30. <item>
  31. <layout class="QVBoxLayout" name="verticalLayout_3">
  32. <item>
  33. <widget class="QLabel" name="label_2">
  34. <property name="text">
  35. <string>LoadedScripts</string>
  36. </property>
  37. <property name="buddy">
  38. <cstring>scripts</cstring>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QListWidget" name="scripts">
  44. <property name="contextMenuPolicy">
  45. <enum>Qt::CustomContextMenu</enum>
  46. </property>
  47. <property name="sortingEnabled">
  48. <bool>true</bool>
  49. </property>
  50. </widget>
  51. </item>
  52. <item>
  53. <layout class="QHBoxLayout" name="horizontalLayout_2">
  54. <item>
  55. <widget class="QPushButton" name="addScripts">
  56. <property name="sizePolicy">
  57. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  58. <horstretch>0</horstretch>
  59. <verstretch>0</verstretch>
  60. </sizepolicy>
  61. </property>
  62. <property name="maximumSize">
  63. <size>
  64. <width>16777215</width>
  65. <height>16777215</height>
  66. </size>
  67. </property>
  68. <property name="toolTip">
  69. <string>AddScripts</string>
  70. </property>
  71. <property name="accessibleName">
  72. <string>AddScripts</string>
  73. </property>
  74. <property name="text">
  75. <string notr="true"/>
  76. </property>
  77. <property name="flat">
  78. <bool>true</bool>
  79. </property>
  80. <property name="themeID" stdset="0">
  81. <string notr="true">addIconSmall</string>
  82. </property>
  83. <property name="toolButton" stdset="0">
  84. <bool>true</bool>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QPushButton" name="removeScripts">
  90. <property name="sizePolicy">
  91. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  92. <horstretch>0</horstretch>
  93. <verstretch>0</verstretch>
  94. </sizepolicy>
  95. </property>
  96. <property name="maximumSize">
  97. <size>
  98. <width>16777215</width>
  99. <height>16777215</height>
  100. </size>
  101. </property>
  102. <property name="toolTip">
  103. <string>RemoveScripts</string>
  104. </property>
  105. <property name="accessibleName">
  106. <string>RemoveScripts</string>
  107. </property>
  108. <property name="text">
  109. <string notr="true"/>
  110. </property>
  111. <property name="flat">
  112. <bool>true</bool>
  113. </property>
  114. <property name="themeID" stdset="0">
  115. <string notr="true">removeIconSmall</string>
  116. </property>
  117. <property name="toolButton" stdset="0">
  118. <bool>true</bool>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <widget class="QPushButton" name="reloadScripts">
  124. <property name="sizePolicy">
  125. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  126. <horstretch>0</horstretch>
  127. <verstretch>0</verstretch>
  128. </sizepolicy>
  129. </property>
  130. <property name="maximumSize">
  131. <size>
  132. <width>16777215</width>
  133. <height>16777215</height>
  134. </size>
  135. </property>
  136. <property name="toolTip">
  137. <string>ReloadScripts</string>
  138. </property>
  139. <property name="accessibleName">
  140. <string>ReloadScripts</string>
  141. </property>
  142. <property name="text">
  143. <string notr="true"/>
  144. </property>
  145. <property name="flat">
  146. <bool>true</bool>
  147. </property>
  148. <property name="themeID" stdset="0">
  149. <string notr="true">refreshIconSmall</string>
  150. </property>
  151. <property name="toolButton" stdset="0">
  152. <bool>true</bool>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <spacer name="horizontalSpacer_2">
  158. <property name="orientation">
  159. <enum>Qt::Horizontal</enum>
  160. </property>
  161. <property name="sizeHint" stdset="0">
  162. <size>
  163. <width>40</width>
  164. <height>20</height>
  165. </size>
  166. </property>
  167. </spacer>
  168. </item>
  169. <item>
  170. <widget class="QPushButton" name="defaults">
  171. <property name="text">
  172. <string>Defaults</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="QPushButton" name="editScript">
  178. <property name="text">
  179. <string>EditScript</string>
  180. </property>
  181. </widget>
  182. </item>
  183. <item>
  184. <widget class="QPushButton" name="scriptLog">
  185. <property name="text">
  186. <string>ScriptLogWindow</string>
  187. </property>
  188. </widget>
  189. </item>
  190. </layout>
  191. </item>
  192. </layout>
  193. </item>
  194. <item>
  195. <layout class="QVBoxLayout" name="propertiesLayout">
  196. <item>
  197. <widget class="QLabel" name="label_3">
  198. <property name="sizePolicy">
  199. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  200. <horstretch>0</horstretch>
  201. <verstretch>0</verstretch>
  202. </sizepolicy>
  203. </property>
  204. <property name="text">
  205. <string>Description</string>
  206. </property>
  207. </widget>
  208. </item>
  209. <item>
  210. <widget class="QLabel" name="description">
  211. <property name="text">
  212. <string notr="true"/>
  213. </property>
  214. <property name="wordWrap">
  215. <bool>true</bool>
  216. </property>
  217. <property name="margin">
  218. <number>12</number>
  219. </property>
  220. <property name="openExternalLinks">
  221. <bool>false</bool>
  222. </property>
  223. </widget>
  224. </item>
  225. </layout>
  226. </item>
  227. </layout>
  228. </widget>
  229. <widget class="QWidget" name="pythonSettingsTab">
  230. <attribute name="title">
  231. <string>PythonSettings</string>
  232. </attribute>
  233. <layout class="QVBoxLayout" name="verticalLayout_2">
  234. <item>
  235. <widget class="QLabel" name="pythonPathLabel">
  236. <property name="text">
  237. <string notr="true"/>
  238. </property>
  239. <property name="buddy">
  240. <cstring>pythonPath</cstring>
  241. </property>
  242. </widget>
  243. </item>
  244. <item>
  245. <layout class="QHBoxLayout" name="horizontalLayout_3">
  246. <item>
  247. <widget class="QLineEdit" name="pythonPath">
  248. <property name="readOnly">
  249. <bool>true</bool>
  250. </property>
  251. </widget>
  252. </item>
  253. <item>
  254. <widget class="QPushButton" name="pythonPathBrowse">
  255. <property name="accessibleName">
  256. <string>PythonSettings.BrowsePythonPath</string>
  257. </property>
  258. <property name="text">
  259. <string>Browse</string>
  260. </property>
  261. </widget>
  262. </item>
  263. </layout>
  264. </item>
  265. <item>
  266. <spacer name="verticalSpacer">
  267. <property name="orientation">
  268. <enum>Qt::Vertical</enum>
  269. </property>
  270. <property name="sizeHint" stdset="0">
  271. <size>
  272. <width>510</width>
  273. <height>306</height>
  274. </size>
  275. </property>
  276. </spacer>
  277. </item>
  278. </layout>
  279. </widget>
  280. </widget>
  281. </item>
  282. <item>
  283. <layout class="QHBoxLayout" name="horizontalLayout">
  284. <item>
  285. <spacer name="horizontalSpacer">
  286. <property name="orientation">
  287. <enum>Qt::Horizontal</enum>
  288. </property>
  289. <property name="sizeHint" stdset="0">
  290. <size>
  291. <width>40</width>
  292. <height>20</height>
  293. </size>
  294. </property>
  295. </spacer>
  296. </item>
  297. <item>
  298. <widget class="QPushButton" name="close">
  299. <property name="text">
  300. <string>Close</string>
  301. </property>
  302. </widget>
  303. </item>
  304. </layout>
  305. </item>
  306. </layout>
  307. </widget>
  308. <tabstops>
  309. <tabstop>tabWidget</tabstop>
  310. <tabstop>close</tabstop>
  311. <tabstop>pythonPath</tabstop>
  312. <tabstop>pythonPathBrowse</tabstop>
  313. </tabstops>
  314. <resources/>
  315. <connections/>
  316. </ui>