scripts.ui 9.8 KB

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