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.

interface-Generic-RawFileReader.ui 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. <?xml version="1.0"?>
  2. <interface>
  3. <!-- interface-requires gtk+ 2.12 -->
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="value">18</property>
  7. <property name="upper">100</property>
  8. <property name="step_increment">1</property>
  9. <property name="page_increment">10</property>
  10. </object>
  11. <object class="GtkAdjustment" id="adjustment2">
  12. <property name="upper">100</property>
  13. <property name="step_increment">1</property>
  14. <property name="page_increment">10</property>
  15. </object>
  16. <object class="GtkAdjustment" id="adjustment3">
  17. <property name="value">4</property>
  18. <property name="lower">1</property>
  19. <property name="upper">1024</property>
  20. <property name="step_increment">1</property>
  21. <property name="page_increment">10</property>
  22. </object>
  23. <object class="GtkAdjustment" id="adjustment_sampling_frequency">
  24. <property name="value">256</property>
  25. <property name="lower">4</property>
  26. <property name="upper">4096</property>
  27. <property name="step_increment">1</property>
  28. <property name="page_increment">10</property>
  29. </object>
  30. <object class="GtkDialog" id="openvibe-acquisition-server-settings">
  31. <property name="border_width">5</property>
  32. <property name="title" translatable="yes">Device configuration</property>
  33. <property name="window_position">center</property>
  34. <property name="type_hint">dialog</property>
  35. <property name="gravity">center</property>
  36. <property name="has_separator">False</property>
  37. <child internal-child="vbox">
  38. <object class="GtkVBox" id="dialog-vbox">
  39. <property name="visible">True</property>
  40. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  41. <property name="spacing">8</property>
  42. <child>
  43. <object class="GtkLabel" id="label_title">
  44. <property name="visible">True</property>
  45. <property name="label" translatable="yes">Generic Raw File Reader</property>
  46. <property name="justify">center</property>
  47. </object>
  48. <packing>
  49. <property name="position">1</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkHSeparator" id="hseparator">
  54. <property name="visible">True</property>
  55. </object>
  56. <packing>
  57. <property name="expand">False</property>
  58. <property name="position">2</property>
  59. </packing>
  60. </child>
  61. <child>
  62. <object class="GtkVBox" id="vbox">
  63. <property name="visible">True</property>
  64. <property name="border_width">8</property>
  65. <property name="spacing">8</property>
  66. <child>
  67. <object class="GtkHBox" id="hbox">
  68. <property name="visible">True</property>
  69. <property name="spacing">8</property>
  70. <child>
  71. <object class="GtkTable" id="table2">
  72. <property name="visible">True</property>
  73. <property name="n_rows">12</property>
  74. <property name="n_columns">2</property>
  75. <property name="homogeneous">True</property>
  76. <child>
  77. <object class="GtkComboBox" id="combobox_gender">
  78. <property name="visible">True</property>
  79. <property name="model">model1</property>
  80. <child>
  81. <object class="GtkCellRendererText" id="renderer1"/>
  82. <attributes>
  83. <attribute name="text">0</attribute>
  84. </attributes>
  85. </child>
  86. </object>
  87. <packing>
  88. <property name="left_attach">1</property>
  89. <property name="right_attach">2</property>
  90. <property name="top_attach">2</property>
  91. <property name="bottom_attach">3</property>
  92. </packing>
  93. </child>
  94. <child>
  95. <object class="GtkSpinButton" id="spinbutton_age">
  96. <property name="visible">True</property>
  97. <property name="can_focus">True</property>
  98. <property name="adjustment">adjustment1</property>
  99. <property name="snap_to_ticks">True</property>
  100. <property name="numeric">True</property>
  101. </object>
  102. <packing>
  103. <property name="left_attach">1</property>
  104. <property name="right_attach">2</property>
  105. <property name="top_attach">1</property>
  106. <property name="bottom_attach">2</property>
  107. </packing>
  108. </child>
  109. <child>
  110. <object class="GtkSpinButton" id="spinbutton_identifier">
  111. <property name="visible">True</property>
  112. <property name="can_focus">True</property>
  113. <property name="adjustment">adjustment2</property>
  114. <property name="snap_to_ticks">True</property>
  115. <property name="numeric">True</property>
  116. </object>
  117. <packing>
  118. <property name="left_attach">1</property>
  119. <property name="right_attach">2</property>
  120. </packing>
  121. </child>
  122. <child>
  123. <object class="GtkLabel" id="label_sampling_frequency">
  124. <property name="visible">True</property>
  125. <property name="label" translatable="yes">Sampling frequency :</property>
  126. <property name="justify">right</property>
  127. <property name="single_line_mode">True</property>
  128. </object>
  129. <packing>
  130. <property name="top_attach">4</property>
  131. <property name="bottom_attach">5</property>
  132. </packing>
  133. </child>
  134. <child>
  135. <object class="GtkLabel" id="label_number_of_channels">
  136. <property name="visible">True</property>
  137. <property name="label" translatable="yes">Number of channels :</property>
  138. <property name="justify">right</property>
  139. <property name="single_line_mode">True</property>
  140. </object>
  141. <packing>
  142. <property name="top_attach">3</property>
  143. <property name="bottom_attach">4</property>
  144. </packing>
  145. </child>
  146. <child>
  147. <object class="GtkLabel" id="label_gender">
  148. <property name="visible">True</property>
  149. <property name="label" translatable="yes">Gender :</property>
  150. <property name="justify">right</property>
  151. <property name="single_line_mode">True</property>
  152. </object>
  153. <packing>
  154. <property name="top_attach">2</property>
  155. <property name="bottom_attach">3</property>
  156. </packing>
  157. </child>
  158. <child>
  159. <object class="GtkLabel" id="label_age">
  160. <property name="visible">True</property>
  161. <property name="label" translatable="yes">Age :</property>
  162. <property name="justify">right</property>
  163. <property name="single_line_mode">True</property>
  164. </object>
  165. <packing>
  166. <property name="top_attach">1</property>
  167. <property name="bottom_attach">2</property>
  168. </packing>
  169. </child>
  170. <child>
  171. <object class="GtkLabel" id="label_identifier">
  172. <property name="visible">True</property>
  173. <property name="label" translatable="yes">Identifier :</property>
  174. <property name="justify">right</property>
  175. <property name="single_line_mode">True</property>
  176. </object>
  177. </child>
  178. <child>
  179. <object class="GtkSpinButton" id="combobox_sampling_frequency">
  180. <property name="visible">True</property>
  181. <property name="can_focus">True</property>
  182. <property name="adjustment">adjustment_sampling_frequency</property>
  183. <property name="snap_to_ticks">True</property>
  184. <property name="numeric">True</property>
  185. </object>
  186. <packing>
  187. <property name="left_attach">1</property>
  188. <property name="right_attach">2</property>
  189. <property name="top_attach">4</property>
  190. <property name="bottom_attach">5</property>
  191. </packing>
  192. </child>
  193. <child>
  194. <object class="GtkSpinButton" id="spinbutton_number_of_channels">
  195. <property name="visible">True</property>
  196. <property name="can_focus">True</property>
  197. <property name="adjustment">adjustment3</property>
  198. <property name="snap_to_ticks">True</property>
  199. <property name="numeric">True</property>
  200. </object>
  201. <packing>
  202. <property name="left_attach">1</property>
  203. <property name="right_attach">2</property>
  204. <property name="top_attach">3</property>
  205. <property name="bottom_attach">4</property>
  206. </packing>
  207. </child>
  208. <child>
  209. <object class="GtkHSeparator" id="hseparator2">
  210. <property name="visible">True</property>
  211. </object>
  212. <packing>
  213. <property name="right_attach">2</property>
  214. <property name="top_attach">5</property>
  215. <property name="bottom_attach">6</property>
  216. <property name="x_options">GTK_FILL</property>
  217. <property name="y_options"></property>
  218. </packing>
  219. </child>
  220. <child>
  221. <object class="GtkLabel" id="label_sampling_start_size">
  222. <property name="visible">True</property>
  223. <property name="label" translatable="yes">Skip at start (bytes) :</property>
  224. <property name="justify">right</property>
  225. <property name="single_line_mode">True</property>
  226. </object>
  227. <packing>
  228. <property name="top_attach">10</property>
  229. <property name="bottom_attach">11</property>
  230. </packing>
  231. </child>
  232. <child>
  233. <object class="GtkLabel" id="label_sampling_header_size">
  234. <property name="visible">True</property>
  235. <property name="label" translatable="yes">Skip header (bytes) :</property>
  236. <property name="justify">right</property>
  237. <property name="single_line_mode">True</property>
  238. </object>
  239. <packing>
  240. <property name="top_attach">11</property>
  241. <property name="bottom_attach">12</property>
  242. </packing>
  243. </child>
  244. <child>
  245. <object class="GtkLabel" id="label_sampling_footer_size">
  246. <property name="visible">True</property>
  247. <property name="label" translatable="yes">Skip footer (bytes) :</property>
  248. <property name="justify">right</property>
  249. <property name="single_line_mode">True</property>
  250. </object>
  251. <packing>
  252. <property name="top_attach">12</property>
  253. <property name="bottom_attach">13</property>
  254. </packing>
  255. </child>
  256. <child>
  257. <object class="GtkLabel" id="label_sampling_sample_type">
  258. <property name="visible">True</property>
  259. <property name="label" translatable="yes">Sample type :</property>
  260. <property name="justify">right</property>
  261. <property name="single_line_mode">True</property>
  262. </object>
  263. <packing>
  264. <property name="top_attach">9</property>
  265. <property name="bottom_attach">10</property>
  266. </packing>
  267. </child>
  268. <child>
  269. <object class="GtkLabel" id="label_sampling_endianness">
  270. <property name="visible">True</property>
  271. <property name="label" translatable="yes">Endianness :</property>
  272. <property name="justify">right</property>
  273. <property name="single_line_mode">True</property>
  274. </object>
  275. <packing>
  276. <property name="top_attach">8</property>
  277. <property name="bottom_attach">9</property>
  278. </packing>
  279. </child>
  280. <child>
  281. <object class="GtkSpinButton" id="spinbutton_start_size">
  282. <property name="visible">True</property>
  283. <property name="can_focus">True</property>
  284. <property name="invisible_char">&#x25CF;</property>
  285. <property name="adjustment">adjustment_start_size</property>
  286. <property name="snap_to_ticks">True</property>
  287. <property name="numeric">True</property>
  288. </object>
  289. <packing>
  290. <property name="left_attach">1</property>
  291. <property name="right_attach">2</property>
  292. <property name="top_attach">10</property>
  293. <property name="bottom_attach">11</property>
  294. </packing>
  295. </child>
  296. <child>
  297. <object class="GtkSpinButton" id="spinbutton_header_size">
  298. <property name="visible">True</property>
  299. <property name="can_focus">True</property>
  300. <property name="invisible_char">&#x25CF;</property>
  301. <property name="adjustment">adjustment_header_size</property>
  302. <property name="snap_to_ticks">True</property>
  303. <property name="numeric">True</property>
  304. </object>
  305. <packing>
  306. <property name="left_attach">1</property>
  307. <property name="right_attach">2</property>
  308. <property name="top_attach">11</property>
  309. <property name="bottom_attach">12</property>
  310. </packing>
  311. </child>
  312. <child>
  313. <object class="GtkSpinButton" id="spinbutton_footer_size">
  314. <property name="visible">True</property>
  315. <property name="can_focus">True</property>
  316. <property name="invisible_char">&#x25CF;</property>
  317. <property name="adjustment">adjustment_footer_size</property>
  318. <property name="snap_to_ticks">True</property>
  319. <property name="numeric">True</property>
  320. </object>
  321. <packing>
  322. <property name="left_attach">1</property>
  323. <property name="right_attach">2</property>
  324. <property name="top_attach">12</property>
  325. <property name="bottom_attach">13</property>
  326. </packing>
  327. </child>
  328. <child>
  329. <object class="GtkComboBox" id="combobox_sample_type">
  330. <property name="visible">True</property>
  331. <property name="model">model_sample_type</property>
  332. <child>
  333. <object class="GtkCellRendererText" id="renderer4"/>
  334. <attributes>
  335. <attribute name="text">0</attribute>
  336. </attributes>
  337. </child>
  338. </object>
  339. <packing>
  340. <property name="left_attach">1</property>
  341. <property name="right_attach">2</property>
  342. <property name="top_attach">9</property>
  343. <property name="bottom_attach">10</property>
  344. </packing>
  345. </child>
  346. <child>
  347. <object class="GtkComboBox" id="combobox_endianness">
  348. <property name="visible">True</property>
  349. <property name="model">model_endianness</property>
  350. <child>
  351. <object class="GtkCellRendererText" id="renderer3"/>
  352. <attributes>
  353. <attribute name="text">0</attribute>
  354. </attributes>
  355. </child>
  356. </object>
  357. <packing>
  358. <property name="left_attach">1</property>
  359. <property name="right_attach">2</property>
  360. <property name="top_attach">8</property>
  361. <property name="bottom_attach">9</property>
  362. </packing>
  363. </child>
  364. <child>
  365. <object class="GtkLabel" id="label_filename">
  366. <property name="visible">True</property>
  367. <property name="label" translatable="yes">Filename :</property>
  368. <property name="justify">right</property>
  369. <property name="single_line_mode">True</property>
  370. </object>
  371. <packing>
  372. <property name="top_attach">6</property>
  373. <property name="bottom_attach">7</property>
  374. </packing>
  375. </child>
  376. <child>
  377. <object class="GtkEntry" id="entry_filename">
  378. <property name="visible">True</property>
  379. <property name="can_focus">True</property>
  380. <property name="invisible_char">&#x25CF;</property>
  381. </object>
  382. <packing>
  383. <property name="left_attach">1</property>
  384. <property name="right_attach">2</property>
  385. <property name="top_attach">6</property>
  386. <property name="bottom_attach">7</property>
  387. </packing>
  388. </child>
  389. <child>
  390. <object class="GtkLabel" id="label_speed_limit">
  391. <property name="visible">True</property>
  392. <property name="label" translatable="yes">Limit speed :</property>
  393. <property name="justify">right</property>
  394. <property name="single_line_mode">True</property>
  395. </object>
  396. <packing>
  397. <property name="top_attach">7</property>
  398. <property name="bottom_attach">8</property>
  399. </packing>
  400. </child>
  401. <child>
  402. <object class="GtkCheckButton" id="checkbutton_limit_speed">
  403. <property name="visible">True</property>
  404. <property name="can_focus">True</property>
  405. <property name="receives_default">False</property>
  406. <property name="draw_indicator">True</property>
  407. </object>
  408. <packing>
  409. <property name="left_attach">1</property>
  410. <property name="right_attach">2</property>
  411. <property name="top_attach">7</property>
  412. <property name="bottom_attach">8</property>
  413. </packing>
  414. </child>
  415. </object>
  416. <packing>
  417. <property name="position">0</property>
  418. </packing>
  419. </child>
  420. </object>
  421. <packing>
  422. <property name="position">0</property>
  423. </packing>
  424. </child>
  425. <child>
  426. <object class="GtkButton" id="button_change_channel_names">
  427. <property name="label" translatable="yes">Change channel names</property>
  428. <property name="visible">True</property>
  429. <property name="can_focus">False</property>
  430. <property name="receives_default">False</property>
  431. </object>
  432. <packing>
  433. <property name="expand">False</property>
  434. <property name="position">1</property>
  435. </packing>
  436. </child>
  437. </object>
  438. <packing>
  439. <property name="position">3</property>
  440. </packing>
  441. </child>
  442. <child>
  443. <object class="GtkHSeparator" id="hseparator1">
  444. <property name="visible">True</property>
  445. </object>
  446. <packing>
  447. <property name="expand">False</property>
  448. <property name="position">4</property>
  449. </packing>
  450. </child>
  451. <child internal-child="action_area">
  452. <object class="GtkHButtonBox" id="dialog-action_area">
  453. <property name="visible">True</property>
  454. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  455. <property name="layout_style">end</property>
  456. <child>
  457. <object class="GtkButton" id="button_apply">
  458. <property name="label">gtk-apply</property>
  459. <property name="visible">True</property>
  460. <property name="can_focus">False</property>
  461. <property name="receives_default">False</property>
  462. <property name="use_stock">True</property>
  463. </object>
  464. <packing>
  465. <property name="expand">False</property>
  466. <property name="fill">False</property>
  467. <property name="position">0</property>
  468. </packing>
  469. </child>
  470. <child>
  471. <object class="GtkButton" id="button_cancel">
  472. <property name="label">gtk-cancel</property>
  473. <property name="visible">True</property>
  474. <property name="can_focus">False</property>
  475. <property name="receives_default">False</property>
  476. <property name="use_stock">True</property>
  477. </object>
  478. <packing>
  479. <property name="expand">False</property>
  480. <property name="fill">False</property>
  481. <property name="position">1</property>
  482. </packing>
  483. </child>
  484. </object>
  485. <packing>
  486. <property name="expand">False</property>
  487. <property name="pack_type">end</property>
  488. <property name="position">0</property>
  489. </packing>
  490. </child>
  491. </object>
  492. </child>
  493. <action-widgets>
  494. <action-widget response="-10">button_apply</action-widget>
  495. <action-widget response="-6">button_cancel</action-widget>
  496. </action-widgets>
  497. </object>
  498. <object class="GtkListStore" id="model1">
  499. <columns>
  500. <!-- column-name gchararray -->
  501. <column type="gchararray"/>
  502. </columns>
  503. <data>
  504. <row>
  505. <col id="0" translatable="yes">unspecified</col>
  506. </row>
  507. <row>
  508. <col id="0" translatable="yes">female</col>
  509. </row>
  510. <row>
  511. <col id="0" translatable="yes">male</col>
  512. </row>
  513. <row>
  514. <col id="0" translatable="yes">unknown</col>
  515. </row>
  516. </data>
  517. </object>
  518. <object class="GtkListStore" id="model_endianness">
  519. <columns>
  520. <!-- column-name text -->
  521. <column type="gchararray"/>
  522. </columns>
  523. <data>
  524. <row>
  525. <col id="0" translatable="yes">Little endian</col>
  526. </row>
  527. <row>
  528. <col id="0" translatable="yes">Big endian</col>
  529. </row>
  530. </data>
  531. </object>
  532. <object class="GtkListStore" id="model_sample_type">
  533. <columns>
  534. <!-- column-name text -->
  535. <column type="gchararray"/>
  536. </columns>
  537. <data>
  538. <row>
  539. <col id="0" translatable="yes">8 bits unsigned integer</col>
  540. </row>
  541. <row>
  542. <col id="0" translatable="yes">16 bits unsigned integer</col>
  543. </row>
  544. <row>
  545. <col id="0" translatable="yes">32 bits unsigned integer</col>
  546. </row>
  547. <row>
  548. <col id="0" translatable="yes">8 bits signed integer</col>
  549. </row>
  550. <row>
  551. <col id="0" translatable="yes">16 bits signed integer</col>
  552. </row>
  553. <row>
  554. <col id="0" translatable="yes">32 bits signed integer</col>
  555. </row>
  556. <row>
  557. <col id="0" translatable="yes">32 bits float</col>
  558. </row>
  559. <row>
  560. <col id="0" translatable="yes">64 bits float</col>
  561. </row>
  562. </data>
  563. </object>
  564. <object class="GtkAdjustment" id="adjustment_start_size">
  565. <property name="upper">1024</property>
  566. <property name="step_increment">1</property>
  567. <property name="page_increment">10</property>
  568. </object>
  569. <object class="GtkAdjustment" id="adjustment_header_size">
  570. <property name="upper">1024</property>
  571. <property name="step_increment">1</property>
  572. <property name="page_increment">10</property>
  573. </object>
  574. <object class="GtkAdjustment" id="adjustment_footer_size">
  575. <property name="upper">1024</property>
  576. <property name="step_increment">1</property>
  577. <property name="page_increment">10</property>
  578. </object>
  579. <object class="GtkWindow" id="window_dummy">
  580. <child>
  581. <object class="GtkTable" id="table_dummy">
  582. <property name="visible">True</property>
  583. <property name="n_rows">3</property>
  584. <property name="n_columns">2</property>
  585. <child>
  586. <object class="GtkEntry" id="entry_host_name">
  587. <property name="visible">True</property>
  588. <property name="can_focus">True</property>
  589. <property name="invisible_char">&#x25CF;</property>
  590. <property name="text" translatable="yes">localhost</property>
  591. </object>
  592. <packing>
  593. <property name="left_attach">1</property>
  594. <property name="right_attach">2</property>
  595. </packing>
  596. </child>
  597. <child>
  598. <object class="GtkSpinButton" id="spinbutton_host_port">
  599. <property name="visible">True</property>
  600. <property name="can_focus">True</property>
  601. <property name="invisible_char">&#x25CF;</property>
  602. <property name="adjustment">adjustment4</property>
  603. <property name="snap_to_ticks">True</property>
  604. <property name="numeric">True</property>
  605. </object>
  606. <packing>
  607. <property name="left_attach">1</property>
  608. <property name="right_attach">2</property>
  609. <property name="top_attach">1</property>
  610. <property name="bottom_attach">2</property>
  611. </packing>
  612. </child>
  613. <child>
  614. <object class="GtkLabel" id="label_host_port">
  615. <property name="visible">True</property>
  616. <property name="label" translatable="yes">Connection host port</property>
  617. </object>
  618. <packing>
  619. <property name="top_attach">1</property>
  620. <property name="bottom_attach">2</property>
  621. </packing>
  622. </child>
  623. <child>
  624. <object class="GtkLabel" id="label_host_name">
  625. <property name="visible">True</property>
  626. <property name="label" translatable="yes">Connection host name</property>
  627. </object>
  628. </child>
  629. <child>
  630. <placeholder/>
  631. </child>
  632. <child>
  633. <placeholder/>
  634. </child>
  635. </object>
  636. </child>
  637. </object>
  638. <object class="GtkAdjustment" id="adjustment4">
  639. <property name="upper">1024</property>
  640. <property name="step_increment">1</property>
  641. <property name="page_increment">10</property>
  642. </object>
  643. </interface>