You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

advanced-visualization.ui 42KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <requires lib="gtk+" version="2.18"/>
  4. <!-- interface-naming-policy project-wide -->
  5. <object class="GtkAdjustment" id="adjustment_data_scale">
  6. <property name="upper">100000</property>
  7. <property name="value">1</property>
  8. <property name="step_increment">1</property>
  9. <property name="page_increment">10</property>
  10. </object>
  11. <object class="GtkAdjustment" id="adjustment_element_count">
  12. <property name="lower">2</property>
  13. <property name="upper">1024</property>
  14. <property name="step_increment">1</property>
  15. <property name="page_increment">25</property>
  16. </object>
  17. <object class="GtkAdjustment" id="adjustment_erp">
  18. <property name="upper">1</property>
  19. </object>
  20. <object class="GtkAdjustment" id="adjustment_freq_band_max">
  21. <property name="upper">8192</property>
  22. <property name="step_increment">1</property>
  23. <property name="page_increment">10</property>
  24. </object>
  25. <object class="GtkAdjustment" id="adjustment_freq_band_min">
  26. <property name="upper">8192</property>
  27. <property name="step_increment">1</property>
  28. <property name="page_increment">10</property>
  29. </object>
  30. <object class="GtkAdjustment" id="adjustment_time_scale">
  31. <property name="upper">10000000</property>
  32. <property name="value">10</property>
  33. <property name="step_increment">0.10000000000000001</property>
  34. <property name="page_increment">1</property>
  35. </object>
  36. <object class="GtkImage" id="expander_sort_image_alpha">
  37. <property name="visible">True</property>
  38. <property name="can_focus">False</property>
  39. <property name="stock">gtk-spell-check</property>
  40. </object>
  41. <object class="GtkImage" id="expander_sort_image_alpha1">
  42. <property name="visible">True</property>
  43. <property name="can_focus">False</property>
  44. <property name="stock">gtk-spell-check</property>
  45. </object>
  46. <object class="GtkImage" id="expander_sort_image_default">
  47. <property name="visible">True</property>
  48. <property name="can_focus">False</property>
  49. <property name="stock">gtk-close</property>
  50. </object>
  51. <object class="GtkImage" id="expander_sort_image_default1">
  52. <property name="visible">True</property>
  53. <property name="can_focus">False</property>
  54. <property name="stock">gtk-close</property>
  55. </object>
  56. <object class="GtkImage" id="expander_sort_image_front_back">
  57. <property name="visible">True</property>
  58. <property name="can_focus">False</property>
  59. <property name="stock">gtk-go-down</property>
  60. </object>
  61. <object class="GtkImage" id="expander_sort_image_front_back1">
  62. <property name="visible">True</property>
  63. <property name="can_focus">False</property>
  64. <property name="stock">gtk-go-down</property>
  65. </object>
  66. <object class="GtkImage" id="expander_sort_image_left_right">
  67. <property name="visible">True</property>
  68. <property name="can_focus">False</property>
  69. <property name="stock">gtk-go-forward</property>
  70. </object>
  71. <object class="GtkImage" id="expander_sort_image_left_right1">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="stock">gtk-go-forward</property>
  75. </object>
  76. <object class="GtkImage" id="expander_sort_image_reversed">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="stock">gtk-undo</property>
  80. </object>
  81. <object class="GtkImage" id="expander_sort_image_reversed1">
  82. <property name="visible">True</property>
  83. <property name="can_focus">False</property>
  84. <property name="stock">gtk-undo</property>
  85. </object>
  86. <object class="GtkListStore" id="liststore_select">
  87. <columns>
  88. <!-- column-name index -->
  89. <column type="guint"/>
  90. <!-- column-name name -->
  91. <column type="gchararray"/>
  92. </columns>
  93. <data>
  94. <row>
  95. <col id="0">1</col>
  96. <col id="1" translatable="yes">dummy</col>
  97. </row>
  98. </data>
  99. </object>
  100. <object class="GtkListStore" id="liststore_select_broadmann">
  101. <columns>
  102. <!-- column-name name -->
  103. <column type="gchararray"/>
  104. </columns>
  105. <data>
  106. <row>
  107. <col id="0" translatable="yes">dummy</col>
  108. </row>
  109. </data>
  110. </object>
  111. <object class="GtkListStore" id="liststore_select_neuro_1">
  112. <columns>
  113. <!-- column-name name -->
  114. <column type="gchararray"/>
  115. </columns>
  116. <data>
  117. <row>
  118. <col id="0" translatable="yes">dummy</col>
  119. </row>
  120. </data>
  121. </object>
  122. <object class="GtkListStore" id="liststore_select_neuro_2">
  123. <columns>
  124. <!-- column-name name -->
  125. <column type="gchararray"/>
  126. </columns>
  127. <data>
  128. <row>
  129. <col id="0" translatable="yes">dummy</col>
  130. </row>
  131. </data>
  132. </object>
  133. <object class="GtkListStore" id="liststore_sort">
  134. <columns>
  135. <!-- column-name text -->
  136. <column type="gchararray"/>
  137. <!-- column-name icon -->
  138. <column type="gchararray"/>
  139. </columns>
  140. <data>
  141. <row>
  142. <col id="0" translatable="yes">Sort Channels...</col>
  143. <col id="1" translatable="yes"></col>
  144. </row>
  145. <row>
  146. <col id="0" translatable="yes">Default</col>
  147. <col id="1" translatable="yes">gtk-close</col>
  148. </row>
  149. <row>
  150. <col id="0" translatable="yes">Alphabetically</col>
  151. <col id="1" translatable="yes">gtk-spell-check</col>
  152. </row>
  153. <row>
  154. <col id="0" translatable="yes">Reversed</col>
  155. <col id="1" translatable="yes">gtk-undo</col>
  156. </row>
  157. <row>
  158. <col id="0" translatable="yes">Left to Right</col>
  159. <col id="1" translatable="yes">gtk-go-back</col>
  160. </row>
  161. <row>
  162. <col id="0" translatable="yes">Front to Bottom</col>
  163. <col id="1" translatable="yes">gtk-go-down</col>
  164. </row>
  165. </data>
  166. </object>
  167. <object class="GtkWindow" id="toolbar-window">
  168. <property name="can_focus">False</property>
  169. <property name="title" translatable="yes">Configure Settings...</property>
  170. <property name="window_position">mouse</property>
  171. <property name="type_hint">dialog</property>
  172. <child>
  173. <object class="GtkVBox" id="vbox1">
  174. <property name="visible">True</property>
  175. <property name="can_focus">False</property>
  176. <property name="border_width">4</property>
  177. <property name="spacing">4</property>
  178. <child>
  179. <object class="GtkExpander" id="expander_sort">
  180. <property name="visible">True</property>
  181. <property name="can_focus">True</property>
  182. <child>
  183. <object class="GtkTable" id="table_sort">
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="n_columns">5</property>
  187. <property name="homogeneous">True</property>
  188. <child>
  189. <object class="GtkButton" id="expander_sort_button_default">
  190. <property name="label" translatable="yes">Default</property>
  191. <property name="visible">True</property>
  192. <property name="can_focus">True</property>
  193. <property name="receives_default">True</property>
  194. <property name="use_action_appearance">False</property>
  195. <property name="image">expander_sort_image_default</property>
  196. </object>
  197. </child>
  198. <child>
  199. <object class="GtkButton" id="expander_sort_button_alpha">
  200. <property name="label" translatable="yes">Alphabetically</property>
  201. <property name="visible">True</property>
  202. <property name="can_focus">True</property>
  203. <property name="receives_default">True</property>
  204. <property name="use_action_appearance">False</property>
  205. <property name="image">expander_sort_image_alpha</property>
  206. </object>
  207. <packing>
  208. <property name="left_attach">1</property>
  209. <property name="right_attach">2</property>
  210. </packing>
  211. </child>
  212. <child>
  213. <object class="GtkButton" id="expander_sort_button_reversed">
  214. <property name="label" translatable="yes">Reversed</property>
  215. <property name="visible">True</property>
  216. <property name="can_focus">True</property>
  217. <property name="receives_default">True</property>
  218. <property name="use_action_appearance">False</property>
  219. <property name="image">expander_sort_image_reversed</property>
  220. </object>
  221. <packing>
  222. <property name="left_attach">2</property>
  223. <property name="right_attach">3</property>
  224. </packing>
  225. </child>
  226. <child>
  227. <object class="GtkButton" id="expander_sort_button_left_right">
  228. <property name="label" translatable="yes">Left to Right</property>
  229. <property name="visible">True</property>
  230. <property name="can_focus">True</property>
  231. <property name="receives_default">True</property>
  232. <property name="use_action_appearance">False</property>
  233. <property name="image">expander_sort_image_left_right</property>
  234. </object>
  235. <packing>
  236. <property name="left_attach">3</property>
  237. <property name="right_attach">4</property>
  238. </packing>
  239. </child>
  240. <child>
  241. <object class="GtkButton" id="expander_sort_button_front_back">
  242. <property name="label" translatable="yes">Front to Back</property>
  243. <property name="visible">True</property>
  244. <property name="can_focus">True</property>
  245. <property name="receives_default">True</property>
  246. <property name="use_action_appearance">False</property>
  247. <property name="image">expander_sort_image_front_back</property>
  248. </object>
  249. <packing>
  250. <property name="left_attach">4</property>
  251. <property name="right_attach">5</property>
  252. </packing>
  253. </child>
  254. </object>
  255. </child>
  256. <child type="label">
  257. <object class="GtkLabel" id="expander_sort_label">
  258. <property name="visible">True</property>
  259. <property name="can_focus">False</property>
  260. <property name="label" translatable="yes">Sort Channels...</property>
  261. </object>
  262. </child>
  263. </object>
  264. <packing>
  265. <property name="expand">False</property>
  266. <property name="fill">True</property>
  267. <property name="position">0</property>
  268. </packing>
  269. </child>
  270. <child>
  271. <object class="GtkExpander" id="expander_select">
  272. <property name="visible">True</property>
  273. <property name="can_focus">True</property>
  274. <child>
  275. <object class="GtkScrolledWindow" id="scrolledwindow_select">
  276. <property name="visible">True</property>
  277. <property name="can_focus">True</property>
  278. <property name="hscrollbar_policy">automatic</property>
  279. <property name="vscrollbar_policy">automatic</property>
  280. <child>
  281. <object class="GtkTreeView" id="expander_select_treeview">
  282. <property name="height_request">240</property>
  283. <property name="visible">True</property>
  284. <property name="can_focus">True</property>
  285. <property name="model">liststore_select</property>
  286. <property name="rules_hint">True</property>
  287. <property name="search_column">1</property>
  288. <property name="fixed_height_mode">True</property>
  289. <property name="rubber_banding">True</property>
  290. <child>
  291. <object class="GtkTreeViewColumn" id="treeviewcolumn_channel">
  292. <property name="sizing">fixed</property>
  293. <property name="title" translatable="yes">Channel</property>
  294. <property name="clickable">True</property>
  295. <child>
  296. <object class="GtkCellRendererText" id="cellrenderertext_channel_index">
  297. <property name="width">32</property>
  298. </object>
  299. <attributes>
  300. <attribute name="text">0</attribute>
  301. </attributes>
  302. </child>
  303. <child>
  304. <object class="GtkCellRendererText" id="cellrenderertext_channel_name"/>
  305. <attributes>
  306. <attribute name="text">1</attribute>
  307. </attributes>
  308. </child>
  309. </object>
  310. </child>
  311. </object>
  312. </child>
  313. </object>
  314. </child>
  315. <child type="label">
  316. <object class="GtkLabel" id="expander_select_label">
  317. <property name="visible">True</property>
  318. <property name="can_focus">False</property>
  319. <property name="label" translatable="yes">Select Channels...</property>
  320. </object>
  321. </child>
  322. </object>
  323. <packing>
  324. <property name="expand">False</property>
  325. <property name="fill">True</property>
  326. <property name="position">1</property>
  327. </packing>
  328. </child>
  329. <child>
  330. <object class="GtkExpander" id="expander_select_sLORETA">
  331. <property name="can_focus">True</property>
  332. <child>
  333. <object class="GtkHBox" id="hbox_select_region">
  334. <property name="visible">True</property>
  335. <property name="can_focus">False</property>
  336. <property name="spacing">4</property>
  337. <child>
  338. <object class="GtkScrolledWindow" id="scrolledwindow_select_broadmann">
  339. <property name="visible">True</property>
  340. <property name="can_focus">True</property>
  341. <property name="hscrollbar_policy">automatic</property>
  342. <property name="vscrollbar_policy">automatic</property>
  343. <child>
  344. <object class="GtkTreeView" id="expander_select_broadmann_treeview">
  345. <property name="height_request">240</property>
  346. <property name="visible">True</property>
  347. <property name="can_focus">True</property>
  348. <property name="model">liststore_select_broadmann</property>
  349. <property name="rules_hint">True</property>
  350. <property name="search_column">1</property>
  351. <property name="fixed_height_mode">True</property>
  352. <property name="rubber_banding">True</property>
  353. <child>
  354. <object class="GtkTreeViewColumn" id="treeviewcolumn_broadmann">
  355. <property name="sizing">fixed</property>
  356. <property name="title" translatable="yes">Broadmann Area</property>
  357. <property name="clickable">True</property>
  358. <child>
  359. <object class="GtkCellRendererText" id="cellrenderertext_broadmann_name"/>
  360. <attributes>
  361. <attribute name="text">0</attribute>
  362. </attributes>
  363. </child>
  364. </object>
  365. </child>
  366. </object>
  367. </child>
  368. </object>
  369. <packing>
  370. <property name="expand">True</property>
  371. <property name="fill">True</property>
  372. <property name="position">0</property>
  373. </packing>
  374. </child>
  375. <child>
  376. <object class="GtkScrolledWindow" id="scrolledwindow_select_neuro_1">
  377. <property name="visible">True</property>
  378. <property name="can_focus">True</property>
  379. <property name="hscrollbar_policy">automatic</property>
  380. <property name="vscrollbar_policy">automatic</property>
  381. <child>
  382. <object class="GtkTreeView" id="expander_select_neuro_1_treeview">
  383. <property name="height_request">240</property>
  384. <property name="visible">True</property>
  385. <property name="can_focus">True</property>
  386. <property name="model">liststore_select_neuro_1</property>
  387. <property name="rules_hint">True</property>
  388. <property name="search_column">1</property>
  389. <property name="fixed_height_mode">True</property>
  390. <property name="rubber_banding">True</property>
  391. <child>
  392. <object class="GtkTreeViewColumn" id="treeviewcolumn_neuro_1">
  393. <property name="sizing">fixed</property>
  394. <property name="title" translatable="yes">Neuro Anatomical Region 1</property>
  395. <property name="clickable">True</property>
  396. <child>
  397. <object class="GtkCellRendererText" id="cellrenderertext_neuro_1_name"/>
  398. <attributes>
  399. <attribute name="text">0</attribute>
  400. </attributes>
  401. </child>
  402. </object>
  403. </child>
  404. </object>
  405. </child>
  406. </object>
  407. <packing>
  408. <property name="expand">True</property>
  409. <property name="fill">True</property>
  410. <property name="position">1</property>
  411. </packing>
  412. </child>
  413. <child>
  414. <object class="GtkScrolledWindow" id="scrolledwindow_select_neuro_2">
  415. <property name="visible">True</property>
  416. <property name="can_focus">True</property>
  417. <property name="hscrollbar_policy">automatic</property>
  418. <property name="vscrollbar_policy">automatic</property>
  419. <child>
  420. <object class="GtkTreeView" id="expander_select_neuro_2_treeview">
  421. <property name="height_request">240</property>
  422. <property name="visible">True</property>
  423. <property name="can_focus">True</property>
  424. <property name="model">liststore_select_neuro_2</property>
  425. <property name="rules_hint">True</property>
  426. <property name="search_column">1</property>
  427. <property name="fixed_height_mode">True</property>
  428. <property name="rubber_banding">True</property>
  429. <child>
  430. <object class="GtkTreeViewColumn" id="treeviewcolumn_neuro_2">
  431. <property name="sizing">fixed</property>
  432. <property name="title" translatable="yes">Neuro Anatomical Region 2</property>
  433. <property name="clickable">True</property>
  434. <child>
  435. <object class="GtkCellRendererText" id="cellrenderertext_neuro_2_name"/>
  436. <attributes>
  437. <attribute name="text">0</attribute>
  438. </attributes>
  439. </child>
  440. </object>
  441. </child>
  442. </object>
  443. </child>
  444. </object>
  445. <packing>
  446. <property name="expand">True</property>
  447. <property name="fill">True</property>
  448. <property name="position">2</property>
  449. </packing>
  450. </child>
  451. </object>
  452. </child>
  453. <child type="label">
  454. <object class="GtkLabel" id="expander_select_region_label">
  455. <property name="visible">True</property>
  456. <property name="can_focus">False</property>
  457. <property name="label" translatable="yes">Select Regions...</property>
  458. </object>
  459. </child>
  460. </object>
  461. <packing>
  462. <property name="expand">False</property>
  463. <property name="fill">True</property>
  464. <property name="position">2</property>
  465. </packing>
  466. </child>
  467. <child>
  468. <object class="GtkExpander" id="expander_freq_band">
  469. <property name="can_focus">True</property>
  470. <child>
  471. <object class="GtkTable" id="table_freq_band">
  472. <property name="visible">True</property>
  473. <property name="can_focus">False</property>
  474. <property name="n_rows">2</property>
  475. <property name="n_columns">2</property>
  476. <property name="homogeneous">True</property>
  477. <child>
  478. <object class="GtkLabel" id="label_freq_band_min">
  479. <property name="visible">True</property>
  480. <property name="can_focus">False</property>
  481. <property name="label" translatable="yes">Lower Boundary :</property>
  482. </object>
  483. </child>
  484. <child>
  485. <object class="GtkLabel" id="label_freq_band_max">
  486. <property name="visible">True</property>
  487. <property name="can_focus">False</property>
  488. <property name="label" translatable="yes">Higher Boundary :</property>
  489. </object>
  490. <packing>
  491. <property name="left_attach">1</property>
  492. <property name="right_attach">2</property>
  493. </packing>
  494. </child>
  495. <child>
  496. <object class="GtkSpinButton" id="spinbutton_freq_band_min">
  497. <property name="visible">True</property>
  498. <property name="can_focus">True</property>
  499. <property name="invisible_char">●</property>
  500. <property name="invisible_char_set">True</property>
  501. <property name="primary_icon_activatable">False</property>
  502. <property name="secondary_icon_activatable">False</property>
  503. <property name="primary_icon_sensitive">True</property>
  504. <property name="secondary_icon_sensitive">True</property>
  505. <property name="adjustment">adjustment_freq_band_min</property>
  506. <property name="digits">3</property>
  507. </object>
  508. <packing>
  509. <property name="top_attach">1</property>
  510. <property name="bottom_attach">2</property>
  511. </packing>
  512. </child>
  513. <child>
  514. <object class="GtkSpinButton" id="spinbutton_freq_band_max">
  515. <property name="visible">True</property>
  516. <property name="can_focus">True</property>
  517. <property name="invisible_char">●</property>
  518. <property name="invisible_char_set">True</property>
  519. <property name="primary_icon_activatable">False</property>
  520. <property name="secondary_icon_activatable">False</property>
  521. <property name="primary_icon_sensitive">True</property>
  522. <property name="secondary_icon_sensitive">True</property>
  523. <property name="adjustment">adjustment_freq_band_max</property>
  524. <property name="digits">3</property>
  525. </object>
  526. <packing>
  527. <property name="left_attach">1</property>
  528. <property name="right_attach">2</property>
  529. <property name="top_attach">1</property>
  530. <property name="bottom_attach">2</property>
  531. </packing>
  532. </child>
  533. </object>
  534. </child>
  535. <child type="label">
  536. <object class="GtkLabel" id="label_freq_band">
  537. <property name="visible">True</property>
  538. <property name="can_focus">False</property>
  539. <property name="label" translatable="yes">Select Spectrum Boundaries...</property>
  540. </object>
  541. </child>
  542. </object>
  543. <packing>
  544. <property name="expand">True</property>
  545. <property name="fill">True</property>
  546. <property name="position">3</property>
  547. </packing>
  548. </child>
  549. <child>
  550. <object class="GtkTable" id="table_scales">
  551. <property name="visible">True</property>
  552. <property name="can_focus">False</property>
  553. <property name="n_rows">2</property>
  554. <property name="n_columns">3</property>
  555. <child>
  556. <object class="GtkVBox" id="vbox_time_scale">
  557. <property name="visible">True</property>
  558. <property name="can_focus">False</property>
  559. <child>
  560. <object class="GtkLabel" id="label_time_scale">
  561. <property name="visible">True</property>
  562. <property name="can_focus">False</property>
  563. <property name="label" translatable="yes">Time Scale :</property>
  564. </object>
  565. <packing>
  566. <property name="expand">True</property>
  567. <property name="fill">True</property>
  568. <property name="position">0</property>
  569. </packing>
  570. </child>
  571. <child>
  572. <object class="GtkSpinButton" id="spinbutton_time_scale">
  573. <property name="visible">True</property>
  574. <property name="can_focus">True</property>
  575. <property name="invisible_char">●</property>
  576. <property name="invisible_char_set">True</property>
  577. <property name="primary_icon_activatable">False</property>
  578. <property name="secondary_icon_activatable">False</property>
  579. <property name="primary_icon_sensitive">True</property>
  580. <property name="secondary_icon_sensitive">True</property>
  581. <property name="adjustment">adjustment_time_scale</property>
  582. <property name="digits">3</property>
  583. </object>
  584. <packing>
  585. <property name="expand">True</property>
  586. <property name="fill">True</property>
  587. <property name="position">1</property>
  588. </packing>
  589. </child>
  590. </object>
  591. <packing>
  592. <property name="bottom_attach">2</property>
  593. <property name="x_options">GTK_FILL</property>
  594. <property name="y_options">GTK_FILL</property>
  595. </packing>
  596. </child>
  597. <child>
  598. <object class="GtkCheckButton" id="checkbutton_show_scale">
  599. <property name="label" translatable="yes">Show Scales</property>
  600. <property name="visible">True</property>
  601. <property name="can_focus">True</property>
  602. <property name="receives_default">False</property>
  603. <property name="use_action_appearance">False</property>
  604. <property name="draw_indicator">True</property>
  605. </object>
  606. <packing>
  607. <property name="left_attach">2</property>
  608. <property name="right_attach">3</property>
  609. <property name="x_options">GTK_FILL</property>
  610. <property name="y_options">GTK_FILL</property>
  611. </packing>
  612. </child>
  613. <child>
  614. <object class="GtkCheckButton" id="checkbutton_positive">
  615. <property name="label" translatable="yes">Positive Data</property>
  616. <property name="visible">True</property>
  617. <property name="can_focus">True</property>
  618. <property name="receives_default">False</property>
  619. <property name="use_action_appearance">False</property>
  620. <property name="draw_indicator">True</property>
  621. </object>
  622. <packing>
  623. <property name="left_attach">2</property>
  624. <property name="right_attach">3</property>
  625. <property name="top_attach">1</property>
  626. <property name="bottom_attach">2</property>
  627. <property name="x_options">GTK_FILL</property>
  628. <property name="y_options">GTK_FILL</property>
  629. </packing>
  630. </child>
  631. <child>
  632. <object class="GtkVBox" id="vbox_element_count">
  633. <property name="visible">True</property>
  634. <property name="can_focus">False</property>
  635. <child>
  636. <object class="GtkLabel" id="label_element_count">
  637. <property name="visible">True</property>
  638. <property name="can_focus">False</property>
  639. <property name="label" translatable="yes">Element Count :</property>
  640. </object>
  641. <packing>
  642. <property name="expand">True</property>
  643. <property name="fill">True</property>
  644. <property name="position">0</property>
  645. </packing>
  646. </child>
  647. <child>
  648. <object class="GtkSpinButton" id="spinbutton_element_count">
  649. <property name="visible">True</property>
  650. <property name="can_focus">True</property>
  651. <property name="invisible_char">●</property>
  652. <property name="invisible_char_set">True</property>
  653. <property name="primary_icon_activatable">False</property>
  654. <property name="secondary_icon_activatable">False</property>
  655. <property name="primary_icon_sensitive">True</property>
  656. <property name="secondary_icon_sensitive">True</property>
  657. <property name="adjustment">adjustment_element_count</property>
  658. </object>
  659. <packing>
  660. <property name="expand">True</property>
  661. <property name="fill">True</property>
  662. <property name="position">1</property>
  663. </packing>
  664. </child>
  665. </object>
  666. <packing>
  667. <property name="left_attach">1</property>
  668. <property name="right_attach">2</property>
  669. <property name="bottom_attach">2</property>
  670. <property name="x_options">GTK_FILL</property>
  671. <property name="y_options">GTK_FILL</property>
  672. </packing>
  673. </child>
  674. </object>
  675. <packing>
  676. <property name="expand">True</property>
  677. <property name="fill">True</property>
  678. <property name="position">4</property>
  679. </packing>
  680. </child>
  681. <child>
  682. <object class="GtkHSeparator" id="hseparator1">
  683. <property name="visible">True</property>
  684. <property name="can_focus">False</property>
  685. </object>
  686. <packing>
  687. <property name="expand">False</property>
  688. <property name="fill">True</property>
  689. <property name="position">5</property>
  690. </packing>
  691. </child>
  692. <child>
  693. <object class="GtkTable" id="table_erp">
  694. <property name="visible">True</property>
  695. <property name="can_focus">False</property>
  696. <property name="n_columns">4</property>
  697. <property name="column_spacing">4</property>
  698. <child>
  699. <object class="GtkButton" id="button_erp_play_pause">
  700. <property name="label">gtk-media-play</property>
  701. <property name="visible">True</property>
  702. <property name="can_focus">True</property>
  703. <property name="receives_default">True</property>
  704. <property name="use_action_appearance">False</property>
  705. <property name="use_stock">True</property>
  706. </object>
  707. <packing>
  708. <property name="left_attach">3</property>
  709. <property name="right_attach">4</property>
  710. <property name="x_options"></property>
  711. <property name="y_options"></property>
  712. </packing>
  713. </child>
  714. <child>
  715. <object class="GtkLabel" id="label_erp_progress">
  716. <property name="visible">True</property>
  717. <property name="can_focus">False</property>
  718. <property name="label" translatable="yes">0%</property>
  719. </object>
  720. <packing>
  721. <property name="left_attach">2</property>
  722. <property name="right_attach">3</property>
  723. <property name="x_options">GTK_FILL</property>
  724. <property name="y_options">GTK_FILL</property>
  725. </packing>
  726. </child>
  727. <child>
  728. <object class="GtkHScale" id="range_erp">
  729. <property name="width_request">250</property>
  730. <property name="visible">True</property>
  731. <property name="can_focus">True</property>
  732. <property name="adjustment">adjustment_erp</property>
  733. <property name="digits">3</property>
  734. <property name="draw_value">False</property>
  735. <property name="value_pos">right</property>
  736. </object>
  737. <packing>
  738. <property name="left_attach">1</property>
  739. <property name="right_attach">2</property>
  740. <property name="y_options"></property>
  741. </packing>
  742. </child>
  743. <child>
  744. <object class="GtkLabel" id="label_erp_title">
  745. <property name="visible">True</property>
  746. <property name="can_focus">False</property>
  747. <property name="label" translatable="yes">ERP player :</property>
  748. </object>
  749. <packing>
  750. <property name="x_options">GTK_FILL</property>
  751. <property name="y_options">GTK_FILL</property>
  752. </packing>
  753. </child>
  754. </object>
  755. <packing>
  756. <property name="expand">True</property>
  757. <property name="fill">True</property>
  758. <property name="position">6</property>
  759. </packing>
  760. </child>
  761. <child>
  762. <object class="GtkHBox" id="hbox_video_recording">
  763. <property name="can_focus">False</property>
  764. <property name="spacing">4</property>
  765. <child>
  766. <object class="GtkLabel" id="label_video_recording_title">
  767. <property name="visible">True</property>
  768. <property name="can_focus">False</property>
  769. <property name="label" translatable="yes">Video will save to :</property>
  770. </object>
  771. <packing>
  772. <property name="expand">False</property>
  773. <property name="fill">False</property>
  774. <property name="position">0</property>
  775. </packing>
  776. </child>
  777. <child>
  778. <object class="GtkLabel" id="label_video_recording_filename">
  779. <property name="visible">True</property>
  780. <property name="can_focus">False</property>
  781. </object>
  782. <packing>
  783. <property name="expand">True</property>
  784. <property name="fill">True</property>
  785. <property name="position">1</property>
  786. </packing>
  787. </child>
  788. <child>
  789. <object class="GtkButton" id="button_video_recording">
  790. <property name="label">gtk-media-record</property>
  791. <property name="visible">True</property>
  792. <property name="can_focus">True</property>
  793. <property name="receives_default">True</property>
  794. <property name="use_action_appearance">False</property>
  795. <property name="use_stock">True</property>
  796. </object>
  797. <packing>
  798. <property name="expand">False</property>
  799. <property name="fill">False</property>
  800. <property name="position">2</property>
  801. </packing>
  802. </child>
  803. </object>
  804. <packing>
  805. <property name="expand">True</property>
  806. <property name="fill">True</property>
  807. <property name="position">7</property>
  808. </packing>
  809. </child>
  810. <child>
  811. <placeholder/>
  812. </child>
  813. <child>
  814. <placeholder/>
  815. </child>
  816. <child>
  817. <placeholder/>
  818. </child>
  819. <child>
  820. <placeholder/>
  821. </child>
  822. </object>
  823. </child>
  824. </object>
  825. <object class="GtkWindow" id="window">
  826. <property name="width_request">640</property>
  827. <property name="height_request">480</property>
  828. <property name="can_focus">False</property>
  829. <property name="title" translatable="yes">Test window</property>
  830. <child>
  831. <object class="GtkTable" id="table">
  832. <property name="visible">True</property>
  833. <property name="can_focus">False</property>
  834. <property name="n_rows">3</property>
  835. <property name="n_columns">3</property>
  836. <child>
  837. <object class="GtkDrawingArea" id="drawingarea_bottom">
  838. <property name="height_request">32</property>
  839. <property name="visible">True</property>
  840. <property name="can_focus">False</property>
  841. </object>
  842. <packing>
  843. <property name="left_attach">1</property>
  844. <property name="right_attach">2</property>
  845. <property name="top_attach">2</property>
  846. <property name="bottom_attach">3</property>
  847. <property name="x_options">GTK_FILL</property>
  848. <property name="y_options">GTK_FILL</property>
  849. </packing>
  850. </child>
  851. <child>
  852. <object class="GtkLabel" id="label_corner_left">
  853. <property name="visible">True</property>
  854. <property name="can_focus">False</property>
  855. </object>
  856. <packing>
  857. <property name="top_attach">2</property>
  858. <property name="bottom_attach">3</property>
  859. <property name="x_options"></property>
  860. <property name="y_options"></property>
  861. </packing>
  862. </child>
  863. <child>
  864. <object class="GtkLabel" id="label_corner_right">
  865. <property name="visible">True</property>
  866. <property name="can_focus">False</property>
  867. </object>
  868. <packing>
  869. <property name="left_attach">2</property>
  870. <property name="right_attach">3</property>
  871. <property name="top_attach">2</property>
  872. <property name="bottom_attach">3</property>
  873. <property name="x_options"></property>
  874. <property name="y_options"></property>
  875. </packing>
  876. </child>
  877. <child>
  878. <object class="GtkDrawingArea" id="drawingarea_right">
  879. <property name="width_request">64</property>
  880. <property name="visible">True</property>
  881. <property name="can_focus">False</property>
  882. </object>
  883. <packing>
  884. <property name="left_attach">2</property>
  885. <property name="right_attach">3</property>
  886. <property name="top_attach">1</property>
  887. <property name="bottom_attach">2</property>
  888. <property name="x_options">GTK_FILL</property>
  889. <property name="y_options">GTK_FILL</property>
  890. </packing>
  891. </child>
  892. <child>
  893. <object class="GtkDrawingArea" id="drawingarea_left">
  894. <property name="width_request">64</property>
  895. <property name="visible">True</property>
  896. <property name="can_focus">False</property>
  897. </object>
  898. <packing>
  899. <property name="top_attach">1</property>
  900. <property name="bottom_attach">2</property>
  901. <property name="x_options">GTK_FILL</property>
  902. <property name="y_options">GTK_FILL</property>
  903. </packing>
  904. </child>
  905. <child>
  906. <object class="GtkLabel" id="label_top">
  907. <property name="visible">True</property>
  908. <property name="can_focus">False</property>
  909. </object>
  910. <packing>
  911. <property name="right_attach">3</property>
  912. <property name="x_options"></property>
  913. <property name="y_options"></property>
  914. </packing>
  915. </child>
  916. <child>
  917. <object class="GtkDrawingArea" id="viewport">
  918. <property name="visible">True</property>
  919. <property name="can_focus">False</property>
  920. <property name="events">GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_SUBSTRUCTURE_MASK</property>
  921. <property name="double_buffered">False</property>
  922. </object>
  923. <packing>
  924. <property name="left_attach">1</property>
  925. <property name="right_attach">2</property>
  926. <property name="top_attach">1</property>
  927. <property name="bottom_attach">2</property>
  928. </packing>
  929. </child>
  930. </object>
  931. </child>
  932. </object>
  933. </interface>