scripts.ui 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  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="scriptLog">
  141. <property name="text">
  142. <string>ScriptLogWindow</string>
  143. </property>
  144. </widget>
  145. </item>
  146. </layout>
  147. </item>
  148. </layout>
  149. </item>
  150. <item>
  151. <layout class="QVBoxLayout" name="propertiesLayout">
  152. <item>
  153. <widget class="QLabel" name="label_3">
  154. <property name="sizePolicy">
  155. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  156. <horstretch>0</horstretch>
  157. <verstretch>0</verstretch>
  158. </sizepolicy>
  159. </property>
  160. <property name="text">
  161. <string>Description</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QLabel" name="description">
  167. <property name="text">
  168. <string notr="true"/>
  169. </property>
  170. <property name="wordWrap">
  171. <bool>true</bool>
  172. </property>
  173. <property name="margin">
  174. <number>12</number>
  175. </property>
  176. </widget>
  177. </item>
  178. </layout>
  179. </item>
  180. </layout>
  181. </widget>
  182. <widget class="QWidget" name="pythonSettingsTab">
  183. <attribute name="title">
  184. <string>PythonSettings</string>
  185. </attribute>
  186. <layout class="QVBoxLayout" name="verticalLayout_2">
  187. <item>
  188. <widget class="QLabel" name="pythonPathLabel">
  189. <property name="text">
  190. <string notr="true"/>
  191. </property>
  192. <property name="buddy">
  193. <cstring>pythonPath</cstring>
  194. </property>
  195. </widget>
  196. </item>
  197. <item>
  198. <layout class="QHBoxLayout" name="horizontalLayout_3">
  199. <item>
  200. <widget class="QLineEdit" name="pythonPath">
  201. <property name="readOnly">
  202. <bool>true</bool>
  203. </property>
  204. </widget>
  205. </item>
  206. <item>
  207. <widget class="QPushButton" name="pythonPathBrowse">
  208. <property name="accessibleName">
  209. <string>PythonSettings.BrowsePythonPath</string>
  210. </property>
  211. <property name="text">
  212. <string>Browse</string>
  213. </property>
  214. </widget>
  215. </item>
  216. </layout>
  217. </item>
  218. <item>
  219. <spacer name="verticalSpacer">
  220. <property name="orientation">
  221. <enum>Qt::Vertical</enum>
  222. </property>
  223. <property name="sizeHint" stdset="0">
  224. <size>
  225. <width>510</width>
  226. <height>306</height>
  227. </size>
  228. </property>
  229. </spacer>
  230. </item>
  231. </layout>
  232. </widget>
  233. </widget>
  234. </item>
  235. <item>
  236. <layout class="QHBoxLayout" name="horizontalLayout">
  237. <item>
  238. <spacer name="horizontalSpacer">
  239. <property name="orientation">
  240. <enum>Qt::Horizontal</enum>
  241. </property>
  242. <property name="sizeHint" stdset="0">
  243. <size>
  244. <width>40</width>
  245. <height>20</height>
  246. </size>
  247. </property>
  248. </spacer>
  249. </item>
  250. <item>
  251. <widget class="QPushButton" name="close">
  252. <property name="text">
  253. <string>Close</string>
  254. </property>
  255. </widget>
  256. </item>
  257. </layout>
  258. </item>
  259. </layout>
  260. </widget>
  261. <tabstops>
  262. <tabstop>tabWidget</tabstop>
  263. <tabstop>close</tabstop>
  264. <tabstop>pythonPath</tabstop>
  265. <tabstop>pythonPathBrowse</tabstop>
  266. </tabstops>
  267. <resources/>
  268. <connections/>
  269. </ui>