scripts.ui 7.7 KB

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