Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

main_window.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  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>800</width>
  10. <height>600</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>381</width>
  97. <height>142</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>0</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 Log</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 alignment="Qt::AlignRight">
  195. <widget class="QPushButton" name="clearErrorLogPB">
  196. <property name="text">
  197. <string>Clear log</string>
  198. </property>
  199. </widget>
  200. </item>
  201. </layout>
  202. </widget>
  203. </widget>
  204. </widget>
  205. </item>
  206. </layout>
  207. </widget>
  208. <widget class="QMenuBar" name="menubar">
  209. <property name="geometry">
  210. <rect>
  211. <x>0</x>
  212. <y>0</y>
  213. <width>800</width>
  214. <height>23</height>
  215. </rect>
  216. </property>
  217. <widget class="QMenu" name="menuUtilities">
  218. <property name="title">
  219. <string>&amp;Utilities</string>
  220. </property>
  221. <addaction name="actionCheck_for_new_version"/>
  222. </widget>
  223. <widget class="QMenu" name="menuDataset">
  224. <property name="title">
  225. <string>&amp;Dataset</string>
  226. </property>
  227. </widget>
  228. <widget class="QMenu" name="menuFile">
  229. <property name="title">
  230. <string>&amp;File</string>
  231. </property>
  232. <addaction name="action_Quit"/>
  233. </widget>
  234. <widget class="QMenu" name="menuView">
  235. <property name="title">
  236. <string>&amp;View</string>
  237. </property>
  238. <widget class="QMenu" name="menuSuite">
  239. <property name="title">
  240. <string>&amp;Suite</string>
  241. </property>
  242. </widget>
  243. <widget class="QMenu" name="menuTheme">
  244. <property name="title">
  245. <string>Theme</string>
  246. </property>
  247. <addaction name="actionViewTheme_system"/>
  248. <addaction name="actionViewTheme_light"/>
  249. <addaction name="actionViewTheme_dark"/>
  250. </widget>
  251. <addaction name="menuSuite"/>
  252. <addaction name="menuTheme"/>
  253. </widget>
  254. <widget class="QMenu" name="menuHelp">
  255. <property name="title">
  256. <string>Help</string>
  257. </property>
  258. <addaction name="actionReport_a_problem"/>
  259. <addaction name="actionAbout"/>
  260. <addaction name="actionGetHelp"/>
  261. <addaction name="actionDiagnostic_infos"/>
  262. </widget>
  263. <addaction name="menuFile"/>
  264. <addaction name="menuDataset"/>
  265. <addaction name="menuView"/>
  266. <addaction name="menuUtilities"/>
  267. <addaction name="menuHelp"/>
  268. </widget>
  269. <widget class="QStatusBar" name="statusbar"/>
  270. <action name="actionCheck_for_new_version">
  271. <property name="enabled">
  272. <bool>true</bool>
  273. </property>
  274. <property name="text">
  275. <string>Check for new version</string>
  276. </property>
  277. </action>
  278. <action name="action_Quit">
  279. <property name="text">
  280. <string>&amp;Quit</string>
  281. </property>
  282. </action>
  283. <action name="actionViewTheme_system">
  284. <property name="text">
  285. <string>System</string>
  286. </property>
  287. </action>
  288. <action name="actionViewTheme_light">
  289. <property name="text">
  290. <string>Light</string>
  291. </property>
  292. </action>
  293. <action name="actionViewTheme_dark">
  294. <property name="text">
  295. <string>Dark</string>
  296. </property>
  297. </action>
  298. <action name="actionReport_a_problem">
  299. <property name="text">
  300. <string>Report a problem</string>
  301. </property>
  302. </action>
  303. <action name="actionAbout">
  304. <property name="text">
  305. <string>About</string>
  306. </property>
  307. </action>
  308. <action name="actionGetHelp">
  309. <property name="text">
  310. <string>Get help</string>
  311. </property>
  312. </action>
  313. <action name="actionDiagnostic_infos">
  314. <property name="text">
  315. <string>Diagnostic infos</string>
  316. </property>
  317. </action>
  318. </widget>
  319. <resources/>
  320. <connections>
  321. <connection>
  322. <sender>action_Quit</sender>
  323. <signal>triggered()</signal>
  324. <receiver>MainWindow</receiver>
  325. <slot>close()</slot>
  326. <hints>
  327. <hint type="sourcelabel">
  328. <x>-1</x>
  329. <y>-1</y>
  330. </hint>
  331. <hint type="destinationlabel">
  332. <x>399</x>
  333. <y>299</y>
  334. </hint>
  335. </hints>
  336. </connection>
  337. <connection>
  338. <sender>clearCommandLogPB</sender>
  339. <signal>clicked()</signal>
  340. <receiver>commandLog</receiver>
  341. <slot>clear()</slot>
  342. <hints>
  343. <hint type="sourcelabel">
  344. <x>749</x>
  345. <y>547</y>
  346. </hint>
  347. <hint type="destinationlabel">
  348. <x>669</x>
  349. <y>505</y>
  350. </hint>
  351. </hints>
  352. </connection>
  353. <connection>
  354. <sender>clearErrorLogPB</sender>
  355. <signal>clicked()</signal>
  356. <receiver>errorLog</receiver>
  357. <slot>clear()</slot>
  358. <hints>
  359. <hint type="sourcelabel">
  360. <x>735</x>
  361. <y>545</y>
  362. </hint>
  363. <hint type="destinationlabel">
  364. <x>674</x>
  365. <y>487</y>
  366. </hint>
  367. </hints>
  368. </connection>
  369. </connections>
  370. </ui>