scripts.ui 8.0 KB

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