main_window.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>891</width>
  10. <height>730</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DataLad Gooey</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <property name="enabled">
  18. <bool>true</bool>
  19. </property>
  20. <property name="sizePolicy">
  21. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  22. <horstretch>1</horstretch>
  23. <verstretch>1</verstretch>
  24. </sizepolicy>
  25. </property>
  26. <layout class="QVBoxLayout" name="verticalLayout_3">
  27. <item>
  28. <widget class="QSplitter" name="mainVSplitter">
  29. <property name="sizePolicy">
  30. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  31. <horstretch>0</horstretch>
  32. <verstretch>0</verstretch>
  33. </sizepolicy>
  34. </property>
  35. <property name="orientation">
  36. <enum>Qt::Vertical</enum>
  37. </property>
  38. <widget class="QSplitter" name="mainHSplitter">
  39. <property name="orientation">
  40. <enum>Qt::Horizontal</enum>
  41. </property>
  42. <widget class="QTreeWidget" name="fsBrowser">
  43. <property name="contextMenuPolicy">
  44. <enum>Qt::CustomContextMenu</enum>
  45. </property>
  46. <property name="dragEnabled">
  47. <bool>false</bool>
  48. </property>
  49. <property name="alternatingRowColors">
  50. <bool>true</bool>
  51. </property>
  52. <property name="selectionBehavior">
  53. <enum>QAbstractItemView::SelectRows</enum>
  54. </property>
  55. <property name="sortingEnabled">
  56. <bool>true</bool>
  57. </property>
  58. <column>
  59. <property name="text">
  60. <string notr="true">1</string>
  61. </property>
  62. </column>
  63. </widget>
  64. <widget class="QTabWidget" name="contextTabs">
  65. <property name="enabled">
  66. <bool>true</bool>
  67. </property>
  68. <property name="currentIndex">
  69. <number>0</number>
  70. </property>
  71. <widget class="QWidget" name="cmdTab">
  72. <attribute name="title">
  73. <string>Command</string>
  74. </attribute>
  75. <layout class="QVBoxLayout" name="cmdTabLayout">
  76. <item>
  77. <widget class="QLabel" name="cmdTabTitle">
  78. <property name="text">
  79. <string/>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <widget class="QScrollArea" name="cmdTabScrollArea">
  85. <property name="widgetResizable">
  86. <bool>true</bool>
  87. </property>
  88. <widget class="QWidget" name="cmdTabScrollAreaWidgetContents">
  89. <property name="enabled">
  90. <bool>true</bool>
  91. </property>
  92. <property name="geometry">
  93. <rect>
  94. <x>0</x>
  95. <y>0</y>
  96. <width>428</width>
  97. <height>212</height>
  98. </rect>
  99. </property>
  100. </widget>
  101. </widget>
  102. </item>
  103. <item>
  104. <widget class="QDialogButtonBox" name="cmdTabButtonBox">
  105. <property name="standardButtons">
  106. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  107. </property>
  108. </widget>
  109. </item>
  110. </layout>
  111. </widget>
  112. <widget class="QWidget" name="propertiesTab">
  113. <attribute name="title">
  114. <string>Properties</string>
  115. </attribute>
  116. <layout class="QGridLayout" name="gridLayout">
  117. <item row="0" column="0">
  118. <widget class="QTextBrowser" name="propertyBrowser"/>
  119. </item>
  120. </layout>
  121. </widget>
  122. </widget>
  123. </widget>
  124. <widget class="QTabWidget" name="consoleTabs">
  125. <property name="currentIndex">
  126. <number>1</number>
  127. </property>
  128. <widget class="QWidget" name="tabCommandLog">
  129. <attribute name="title">
  130. <string>Command log</string>
  131. </attribute>
  132. <layout class="QVBoxLayout" name="verticalLayout_2">
  133. <item>
  134. <widget class="QPlainTextEdit" name="commandLog">
  135. <property name="acceptDrops">
  136. <bool>false</bool>
  137. </property>
  138. <property name="verticalScrollBarPolicy">
  139. <enum>Qt::ScrollBarAlwaysOn</enum>
  140. </property>
  141. <property name="undoRedoEnabled">
  142. <bool>false</bool>
  143. </property>
  144. <property name="readOnly">
  145. <bool>true</bool>
  146. </property>
  147. <property name="plainText">
  148. <string notr="true"/>
  149. </property>
  150. </widget>
  151. </item>
  152. <item alignment="Qt::AlignRight|Qt::AlignTop">
  153. <widget class="QPushButton" name="clearCommandLogPB">
  154. <property name="text">
  155. <string>Clear</string>
  156. </property>
  157. </widget>
  158. </item>
  159. </layout>
  160. </widget>
  161. <widget class="QWidget" name="tabErrorLog">
  162. <property name="toolTip">
  163. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;View Tracebacks of failed command executions&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  164. </property>
  165. <attribute name="title">
  166. <string>Error log</string>
  167. </attribute>
  168. <layout class="QVBoxLayout" name="verticalLayout">
  169. <item>
  170. <widget class="QPlainTextEdit" name="errorLog">
  171. <property name="acceptDrops">
  172. <bool>false</bool>
  173. </property>
  174. <property name="toolTip">
  175. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;View tracebacks of failed commands&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  176. </property>
  177. <property name="whatsThis">
  178. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Traceback Viewer for details on failures&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  179. </property>
  180. <property name="verticalScrollBarPolicy">
  181. <enum>Qt::ScrollBarAlwaysOn</enum>
  182. </property>
  183. <property name="undoRedoEnabled">
  184. <bool>false</bool>
  185. </property>
  186. <property name="readOnly">
  187. <bool>true</bool>
  188. </property>
  189. <property name="plainText">
  190. <string notr="true"/>
  191. </property>
  192. </widget>
  193. </item>
  194. <item>
  195. <layout class="QHBoxLayout" name="horizontalLayout">
  196. <item>
  197. <spacer name="horizontalSpacer">
  198. <property name="orientation">
  199. <enum>Qt::Horizontal</enum>
  200. </property>
  201. <property name="sizeHint" stdset="0">
  202. <size>
  203. <width>40</width>
  204. <height>20</height>
  205. </size>
  206. </property>
  207. </spacer>
  208. </item>
  209. <item>
  210. <widget class="QPushButton" name="CopyLogPB">
  211. <property name="text">
  212. <string>Copy</string>
  213. </property>
  214. </widget>
  215. </item>
  216. <item>
  217. <widget class="QPushButton" name="clearErrorLogPB">
  218. <property name="text">
  219. <string>Clear</string>
  220. </property>
  221. </widget>
  222. </item>
  223. </layout>
  224. </item>
  225. </layout>
  226. </widget>
  227. </widget>
  228. </widget>
  229. </item>
  230. </layout>
  231. </widget>
  232. <widget class="QMenuBar" name="menubar">
  233. <property name="geometry">
  234. <rect>
  235. <x>0</x>
  236. <y>0</y>
  237. <width>891</width>
  238. <height>21</height>
  239. </rect>
  240. </property>
  241. <widget class="QMenu" name="menuUtilities">
  242. <property name="title">
  243. <string>&amp;Utilities</string>
  244. </property>
  245. <addaction name="actionCheck_for_new_version"/>
  246. </widget>
  247. <widget class="QMenu" name="menuDatalad">
  248. <property name="title">
  249. <string>&amp;DataLad</string>
  250. </property>
  251. <addaction name="actionWaitingToBePopulated"/>
  252. </widget>
  253. <widget class="QMenu" name="menuFile">
  254. <property name="title">
  255. <string>&amp;File</string>
  256. </property>
  257. <addaction name="actionSetBaseDirectory"/>
  258. <addaction name="action_Quit"/>
  259. </widget>
  260. <widget class="QMenu" name="menuView">
  261. <property name="title">
  262. <string>&amp;View</string>
  263. </property>
  264. <widget class="QMenu" name="menuSuite">
  265. <property name="title">
  266. <string>&amp;Suite</string>
  267. </property>
  268. </widget>
  269. <widget class="QMenu" name="menuTheme">
  270. <property name="title">
  271. <string>&amp;Theme</string>
  272. </property>
  273. <addaction name="actionViewTheme_system"/>
  274. <addaction name="actionViewTheme_light"/>
  275. <addaction name="actionViewTheme_dark"/>
  276. </widget>
  277. <addaction name="menuSuite"/>
  278. <addaction name="menuTheme"/>
  279. </widget>
  280. <widget class="QMenu" name="menuHelp">
  281. <property name="title">
  282. <string>&amp;Help</string>
  283. </property>
  284. <addaction name="actionGetHelp"/>
  285. <addaction name="actionReport_a_problem"/>
  286. <addaction name="actionDiagnostic_infos"/>
  287. <addaction name="actionAbout"/>
  288. </widget>
  289. <addaction name="menuFile"/>
  290. <addaction name="menuDatalad"/>
  291. <addaction name="menuView"/>
  292. <addaction name="menuUtilities"/>
  293. <addaction name="menuHelp"/>
  294. </widget>
  295. <widget class="QStatusBar" name="statusbar"/>
  296. <action name="actionCheck_for_new_version">
  297. <property name="enabled">
  298. <bool>true</bool>
  299. </property>
  300. <property name="text">
  301. <string>Check for new &amp;version</string>
  302. </property>
  303. </action>
  304. <action name="action_Quit">
  305. <property name="text">
  306. <string>&amp;Quit</string>
  307. </property>
  308. </action>
  309. <action name="actionViewTheme_system">
  310. <property name="text">
  311. <string>&amp;System</string>
  312. </property>
  313. </action>
  314. <action name="actionViewTheme_light">
  315. <property name="text">
  316. <string>&amp;Light</string>
  317. </property>
  318. </action>
  319. <action name="actionViewTheme_dark">
  320. <property name="text">
  321. <string>&amp;Dark</string>
  322. </property>
  323. </action>
  324. <action name="actionReport_a_problem">
  325. <property name="text">
  326. <string>&amp;Report a problem</string>
  327. </property>
  328. </action>
  329. <action name="actionAbout">
  330. <property name="text">
  331. <string>&amp;About</string>
  332. </property>
  333. </action>
  334. <action name="actionGetHelp">
  335. <property name="text">
  336. <string>Get &amp;help</string>
  337. </property>
  338. </action>
  339. <action name="actionDiagnostic_infos">
  340. <property name="text">
  341. <string>&amp;Diagnostic infos</string>
  342. </property>
  343. </action>
  344. <action name="actionSetBaseDirectory">
  345. <property name="text">
  346. <string>Set &amp;base directory</string>
  347. </property>
  348. </action>
  349. <action name="actionWaitingToBePopulated">
  350. <property name="text">
  351. <string>Waiting to be populated</string>
  352. </property>
  353. </action>
  354. </widget>
  355. <resources/>
  356. <connections>
  357. <connection>
  358. <sender>action_Quit</sender>
  359. <signal>triggered()</signal>
  360. <receiver>MainWindow</receiver>
  361. <slot>close()</slot>
  362. <hints>
  363. <hint type="sourcelabel">
  364. <x>-1</x>
  365. <y>-1</y>
  366. </hint>
  367. <hint type="destinationlabel">
  368. <x>399</x>
  369. <y>299</y>
  370. </hint>
  371. </hints>
  372. </connection>
  373. <connection>
  374. <sender>clearCommandLogPB</sender>
  375. <signal>clicked()</signal>
  376. <receiver>commandLog</receiver>
  377. <slot>clear()</slot>
  378. <hints>
  379. <hint type="sourcelabel">
  380. <x>749</x>
  381. <y>547</y>
  382. </hint>
  383. <hint type="destinationlabel">
  384. <x>669</x>
  385. <y>505</y>
  386. </hint>
  387. </hints>
  388. </connection>
  389. <connection>
  390. <sender>clearErrorLogPB</sender>
  391. <signal>clicked()</signal>
  392. <receiver>errorLog</receiver>
  393. <slot>clear()</slot>
  394. <hints>
  395. <hint type="sourcelabel">
  396. <x>735</x>
  397. <y>545</y>
  398. </hint>
  399. <hint type="destinationlabel">
  400. <x>674</x>
  401. <y>487</y>
  402. </hint>
  403. </hints>
  404. </connection>
  405. <connection>
  406. <sender>CopyLogPB</sender>
  407. <signal>clicked()</signal>
  408. <receiver>errorLog</receiver>
  409. <slot>selectAll()</slot>
  410. <hints>
  411. <hint type="sourcelabel">
  412. <x>650</x>
  413. <y>543</y>
  414. </hint>
  415. <hint type="destinationlabel">
  416. <x>400</x>
  417. <y>425</y>
  418. </hint>
  419. </hints>
  420. </connection>
  421. <connection>
  422. <sender>CopyLogPB</sender>
  423. <signal>clicked()</signal>
  424. <receiver>errorLog</receiver>
  425. <slot>copy()</slot>
  426. <hints>
  427. <hint type="sourcelabel">
  428. <x>650</x>
  429. <y>543</y>
  430. </hint>
  431. <hint type="destinationlabel">
  432. <x>400</x>
  433. <y>425</y>
  434. </hint>
  435. </hints>
  436. </connection>
  437. </connections>
  438. </ui>