scripts.ui 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ScriptsTool</class>
  4. <widget class="QWidget" 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="maximumSize">
  57. <size>
  58. <width>22</width>
  59. <height>22</height>
  60. </size>
  61. </property>
  62. <property name="toolTip">
  63. <string>AddScripts</string>
  64. </property>
  65. <property name="accessibleName">
  66. <string>AddScripts</string>
  67. </property>
  68. <property name="text">
  69. <string notr="true"/>
  70. </property>
  71. <property name="flat">
  72. <bool>true</bool>
  73. </property>
  74. <property name="themeID" stdset="0">
  75. <string notr="true">addIconSmall</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QPushButton" name="removeScripts">
  81. <property name="maximumSize">
  82. <size>
  83. <width>22</width>
  84. <height>22</height>
  85. </size>
  86. </property>
  87. <property name="toolTip">
  88. <string>RemoveScripts</string>
  89. </property>
  90. <property name="accessibleName">
  91. <string>RemoveScripts</string>
  92. </property>
  93. <property name="text">
  94. <string notr="true"/>
  95. </property>
  96. <property name="flat">
  97. <bool>true</bool>
  98. </property>
  99. <property name="themeID" stdset="0">
  100. <string notr="true">removeIconSmall</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QPushButton" name="reloadScripts">
  106. <property name="maximumSize">
  107. <size>
  108. <width>22</width>
  109. <height>22</height>
  110. </size>
  111. </property>
  112. <property name="toolTip">
  113. <string>ReloadScripts</string>
  114. </property>
  115. <property name="accessibleName">
  116. <string>ReloadScripts</string>
  117. </property>
  118. <property name="text">
  119. <string notr="true"/>
  120. </property>
  121. <property name="flat">
  122. <bool>true</bool>
  123. </property>
  124. <property name="themeID" stdset="0">
  125. <string notr="true">refreshIconSmall</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item>
  130. <spacer name="horizontalSpacer_2">
  131. <property name="orientation">
  132. <enum>Qt::Horizontal</enum>
  133. </property>
  134. <property name="sizeHint" stdset="0">
  135. <size>
  136. <width>40</width>
  137. <height>20</height>
  138. </size>
  139. </property>
  140. </spacer>
  141. </item>
  142. <item>
  143. <widget class="QPushButton" name="defaults">
  144. <property name="text">
  145. <string>Defaults</string>
  146. </property>
  147. </widget>
  148. </item>
  149. <item>
  150. <widget class="QPushButton" name="editScript">
  151. <property name="text">
  152. <string>EditScript</string>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <widget class="QPushButton" name="scriptLog">
  158. <property name="text">
  159. <string>ScriptLogWindow</string>
  160. </property>
  161. </widget>
  162. </item>
  163. </layout>
  164. </item>
  165. </layout>
  166. </item>
  167. <item>
  168. <layout class="QVBoxLayout" name="propertiesLayout">
  169. <item>
  170. <widget class="QLabel" name="label_3">
  171. <property name="sizePolicy">
  172. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  173. <horstretch>0</horstretch>
  174. <verstretch>0</verstretch>
  175. </sizepolicy>
  176. </property>
  177. <property name="text">
  178. <string>Description</string>
  179. </property>
  180. </widget>
  181. </item>
  182. <item>
  183. <widget class="QLabel" name="description">
  184. <property name="text">
  185. <string notr="true"/>
  186. </property>
  187. <property name="openExternalLinks">
  188. <bool>false</bool>
  189. </property>
  190. <property name="wordWrap">
  191. <bool>true</bool>
  192. </property>
  193. <property name="margin">
  194. <number>12</number>
  195. </property>
  196. </widget>
  197. </item>
  198. </layout>
  199. </item>
  200. </layout>
  201. </widget>
  202. <widget class="QWidget" name="pythonSettingsTab">
  203. <attribute name="title">
  204. <string>PythonSettings</string>
  205. </attribute>
  206. <layout class="QVBoxLayout" name="verticalLayout_2">
  207. <item>
  208. <widget class="QLabel" name="pythonPathLabel">
  209. <property name="text">
  210. <string notr="true"/>
  211. </property>
  212. <property name="buddy">
  213. <cstring>pythonPath</cstring>
  214. </property>
  215. </widget>
  216. </item>
  217. <item>
  218. <layout class="QHBoxLayout" name="horizontalLayout_3">
  219. <item>
  220. <widget class="QLineEdit" name="pythonPath">
  221. <property name="readOnly">
  222. <bool>true</bool>
  223. </property>
  224. </widget>
  225. </item>
  226. <item>
  227. <widget class="QPushButton" name="pythonPathBrowse">
  228. <property name="accessibleName">
  229. <string>PythonSettings.BrowsePythonPath</string>
  230. </property>
  231. <property name="text">
  232. <string>Browse</string>
  233. </property>
  234. </widget>
  235. </item>
  236. </layout>
  237. </item>
  238. <item>
  239. <spacer name="verticalSpacer">
  240. <property name="orientation">
  241. <enum>Qt::Vertical</enum>
  242. </property>
  243. <property name="sizeHint" stdset="0">
  244. <size>
  245. <width>510</width>
  246. <height>306</height>
  247. </size>
  248. </property>
  249. </spacer>
  250. </item>
  251. </layout>
  252. </widget>
  253. </widget>
  254. </item>
  255. <item>
  256. <layout class="QHBoxLayout" name="horizontalLayout">
  257. <item>
  258. <spacer name="horizontalSpacer">
  259. <property name="orientation">
  260. <enum>Qt::Horizontal</enum>
  261. </property>
  262. <property name="sizeHint" stdset="0">
  263. <size>
  264. <width>40</width>
  265. <height>20</height>
  266. </size>
  267. </property>
  268. </spacer>
  269. </item>
  270. <item>
  271. <widget class="QPushButton" name="close">
  272. <property name="text">
  273. <string>Close</string>
  274. </property>
  275. </widget>
  276. </item>
  277. </layout>
  278. </item>
  279. </layout>
  280. </widget>
  281. <tabstops>
  282. <tabstop>tabWidget</tabstop>
  283. <tabstop>close</tabstop>
  284. <tabstop>pythonPath</tabstop>
  285. <tabstop>pythonPathBrowse</tabstop>
  286. </tabstops>
  287. <resources/>
  288. <connections/>
  289. </ui>