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-MCSNVXDriver.ui 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <!-- interface-requires gtk+ 2.6 -->
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="upper">100</property>
  7. <property name="value">18</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="lower">1</property>
  18. <property name="upper">136</property>
  19. <property name="value">136</property>
  20. <property name="step_increment">1</property>
  21. <property name="page_increment">10</property>
  22. </object>
  23. <object class="GtkListStore" id="model1">
  24. <columns>
  25. <!-- column-name gchararray -->
  26. <column type="gchararray"/>
  27. </columns>
  28. <data>
  29. <row>
  30. <col id="0" translatable="yes">unspecified</col>
  31. </row>
  32. <row>
  33. <col id="0" translatable="yes">female</col>
  34. </row>
  35. <row>
  36. <col id="0" translatable="yes">male</col>
  37. </row>
  38. <row>
  39. <col id="0" translatable="yes">unknown</col>
  40. </row>
  41. </data>
  42. </object>
  43. <object class="GtkListStore" id="model2">
  44. <columns>
  45. <!-- column-name gchararray -->
  46. <column type="gchararray"/>
  47. </columns>
  48. <data>
  49. <row>
  50. <col id="0" translatable="yes">125</col>
  51. </row>
  52. <row>
  53. <col id="0" translatable="yes">250</col>
  54. </row>
  55. <row>
  56. <col id="0" translatable="yes">500</col>
  57. </row>
  58. <row>
  59. <col id="0" translatable="yes">1000</col>
  60. </row>
  61. <row>
  62. <col id="0" translatable="yes">2000</col>
  63. </row>
  64. <row>
  65. <col id="0" translatable="yes">5000</col>
  66. </row>
  67. <row>
  68. <col id="0" translatable="yes">10000</col>
  69. </row>
  70. <row>
  71. <col id="0" translatable="yes">50000</col>
  72. </row>
  73. </data>
  74. </object>
  75. <object class="GtkListStore" id="model_mode">
  76. <columns>
  77. <!-- column-name gchararray -->
  78. <column type="gchararray"/>
  79. </columns>
  80. <data>
  81. <row>
  82. <col id="0" translatable="yes">Normal</col>
  83. </row>
  84. <row>
  85. <col id="0" translatable="yes">Test</col>
  86. </row>
  87. </data>
  88. </object>
  89. <object class="GtkDialog" id="openvibe-acquisition-server-settings">
  90. <property name="can_focus">False</property>
  91. <property name="border_width">5</property>
  92. <property name="title" translatable="yes">Device configuration</property>
  93. <property name="window_position">center</property>
  94. <property name="type_hint">dialog</property>
  95. <property name="gravity">center</property>
  96. <child internal-child="vbox">
  97. <object class="GtkVBox" id="dialog-vbox">
  98. <property name="visible">True</property>
  99. <property name="can_focus">False</property>
  100. <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>
  101. <property name="spacing">8</property>
  102. <child internal-child="action_area">
  103. <object class="GtkHButtonBox" id="dialog-action_area">
  104. <property name="visible">True</property>
  105. <property name="can_focus">False</property>
  106. <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>
  107. <property name="layout_style">end</property>
  108. <child>
  109. <object class="GtkButton" id="button_apply">
  110. <property name="label">gtk-apply</property>
  111. <property name="visible">True</property>
  112. <property name="can_focus">False</property>
  113. <property name="receives_default">False</property>
  114. <property name="use_stock">True</property>
  115. </object>
  116. <packing>
  117. <property name="expand">False</property>
  118. <property name="fill">False</property>
  119. <property name="position">0</property>
  120. </packing>
  121. </child>
  122. <child>
  123. <object class="GtkButton" id="button_cancel">
  124. <property name="label">gtk-cancel</property>
  125. <property name="visible">True</property>
  126. <property name="can_focus">False</property>
  127. <property name="receives_default">False</property>
  128. <property name="use_stock">True</property>
  129. </object>
  130. <packing>
  131. <property name="expand">False</property>
  132. <property name="fill">False</property>
  133. <property name="position">1</property>
  134. </packing>
  135. </child>
  136. </object>
  137. <packing>
  138. <property name="expand">False</property>
  139. <property name="fill">True</property>
  140. <property name="pack_type">end</property>
  141. <property name="position">0</property>
  142. </packing>
  143. </child>
  144. <child>
  145. <object class="GtkLabel" id="label_title">
  146. <property name="visible">True</property>
  147. <property name="can_focus">False</property>
  148. <property name="label" translatable="yes">MCS NVX amplifier</property>
  149. <property name="justify">center</property>
  150. </object>
  151. <packing>
  152. <property name="expand">True</property>
  153. <property name="fill">True</property>
  154. <property name="position">1</property>
  155. </packing>
  156. </child>
  157. <child>
  158. <object class="GtkHSeparator" id="hseparator">
  159. <property name="visible">True</property>
  160. <property name="can_focus">False</property>
  161. </object>
  162. <packing>
  163. <property name="expand">False</property>
  164. <property name="fill">True</property>
  165. <property name="position">2</property>
  166. </packing>
  167. </child>
  168. <child>
  169. <object class="GtkVBox" id="vbox">
  170. <property name="visible">True</property>
  171. <property name="can_focus">False</property>
  172. <property name="border_width">8</property>
  173. <property name="spacing">8</property>
  174. <child>
  175. <object class="GtkHBox" id="hbox">
  176. <property name="visible">True</property>
  177. <property name="can_focus">False</property>
  178. <property name="spacing">8</property>
  179. <child>
  180. <object class="GtkTable" id="table2">
  181. <property name="visible">True</property>
  182. <property name="can_focus">False</property>
  183. <property name="n_rows">8</property>
  184. <property name="n_columns">2</property>
  185. <property name="homogeneous">True</property>
  186. <child>
  187. <object class="GtkComboBox" id="combobox_gender">
  188. <property name="visible">True</property>
  189. <property name="can_focus">False</property>
  190. <property name="model">model1</property>
  191. <child>
  192. <object class="GtkCellRendererText" id="renderer1"/>
  193. <attributes>
  194. <attribute name="text">0</attribute>
  195. </attributes>
  196. </child>
  197. </object>
  198. <packing>
  199. <property name="left_attach">1</property>
  200. <property name="right_attach">2</property>
  201. <property name="top_attach">2</property>
  202. <property name="bottom_attach">3</property>
  203. </packing>
  204. </child>
  205. <child>
  206. <object class="GtkComboBox" id="combobox_mode">
  207. <property name="visible">True</property>
  208. <property name="can_focus">False</property>
  209. <property name="model">model_mode</property>
  210. <property name="active">1</property>
  211. <child>
  212. <object class="GtkCellRendererText" id="renderer4"/>
  213. <attributes>
  214. <attribute name="text">0</attribute>
  215. </attributes>
  216. </child>
  217. </object>
  218. <packing>
  219. <property name="left_attach">1</property>
  220. <property name="right_attach">2</property>
  221. <property name="top_attach">8</property>
  222. <property name="bottom_attach">6</property>
  223. </packing>
  224. </child>
  225. <child>
  226. <placeholder/>
  227. </child>
  228. <child>
  229. <placeholder/>
  230. </child>
  231. <child>
  232. <placeholder/>
  233. </child>
  234. <child>
  235. <placeholder/>
  236. </child>
  237. <child>
  238. <object class="GtkSpinButton" id="spinbutton_age">
  239. <property name="visible">True</property>
  240. <property name="can_focus">True</property>
  241. <property name="primary_icon_activatable">False</property>
  242. <property name="secondary_icon_activatable">False</property>
  243. <property name="primary_icon_sensitive">True</property>
  244. <property name="secondary_icon_sensitive">True</property>
  245. <property name="adjustment">adjustment1</property>
  246. <property name="snap_to_ticks">True</property>
  247. <property name="numeric">True</property>
  248. </object>
  249. <packing>
  250. <property name="left_attach">1</property>
  251. <property name="right_attach">2</property>
  252. <property name="top_attach">1</property>
  253. <property name="bottom_attach">2</property>
  254. </packing>
  255. </child>
  256. <child>
  257. <object class="GtkSpinButton" id="spinbutton_identifier">
  258. <property name="visible">True</property>
  259. <property name="can_focus">True</property>
  260. <property name="primary_icon_activatable">False</property>
  261. <property name="secondary_icon_activatable">False</property>
  262. <property name="primary_icon_sensitive">True</property>
  263. <property name="secondary_icon_sensitive">True</property>
  264. <property name="adjustment">adjustment2</property>
  265. <property name="snap_to_ticks">True</property>
  266. <property name="numeric">True</property>
  267. </object>
  268. <packing>
  269. <property name="left_attach">1</property>
  270. <property name="right_attach">2</property>
  271. </packing>
  272. </child>
  273. <child>
  274. <object class="GtkLabel" id="label_sampling_frequency">
  275. <property name="visible">True</property>
  276. <property name="can_focus">False</property>
  277. <property name="label" translatable="yes">Sampling frequency :</property>
  278. <property name="justify">right</property>
  279. <property name="single_line_mode">True</property>
  280. </object>
  281. <packing>
  282. <property name="top_attach">4</property>
  283. <property name="bottom_attach">5</property>
  284. </packing>
  285. </child>
  286. <child>
  287. <object class="GtkLabel" id="label_number_of_channels">
  288. <property name="visible">True</property>
  289. <property name="can_focus">False</property>
  290. <property name="label" translatable="yes">Number of channels :</property>
  291. <property name="justify">right</property>
  292. <property name="single_line_mode">True</property>
  293. </object>
  294. <packing>
  295. <property name="top_attach">3</property>
  296. <property name="bottom_attach">4</property>
  297. </packing>
  298. </child>
  299. <child>
  300. <object class="GtkLabel" id="label_gender">
  301. <property name="visible">True</property>
  302. <property name="can_focus">False</property>
  303. <property name="label" translatable="yes">Gender :</property>
  304. <property name="justify">right</property>
  305. <property name="single_line_mode">True</property>
  306. </object>
  307. <packing>
  308. <property name="top_attach">2</property>
  309. <property name="bottom_attach">3</property>
  310. </packing>
  311. </child>
  312. <child>
  313. <object class="GtkLabel" id="label_age">
  314. <property name="visible">True</property>
  315. <property name="can_focus">False</property>
  316. <property name="label" translatable="yes">Age :</property>
  317. <property name="justify">right</property>
  318. <property name="single_line_mode">True</property>
  319. </object>
  320. <packing>
  321. <property name="top_attach">1</property>
  322. <property name="bottom_attach">2</property>
  323. </packing>
  324. </child>
  325. <child>
  326. <object class="GtkLabel" id="label_identifier">
  327. <property name="visible">True</property>
  328. <property name="can_focus">False</property>
  329. <property name="label" translatable="yes">Identifier :</property>
  330. <property name="justify">right</property>
  331. <property name="single_line_mode">True</property>
  332. </object>
  333. </child>
  334. <child>
  335. <object class="GtkComboBox" id="combobox_sampling_frequency">
  336. <property name="visible">True</property>
  337. <property name="can_focus">False</property>
  338. <property name="model">model2</property>
  339. <property name="active">0</property>
  340. <child>
  341. <object class="GtkCellRendererText" id="renderer2"/>
  342. <attributes>
  343. <attribute name="text">0</attribute>
  344. </attributes>
  345. </child>
  346. </object>
  347. <packing>
  348. <property name="left_attach">1</property>
  349. <property name="right_attach">2</property>
  350. <property name="top_attach">4</property>
  351. <property name="bottom_attach">5</property>
  352. </packing>
  353. </child>
  354. <child>
  355. <object class="GtkSpinButton" id="spinbutton_number_of_channels">
  356. <property name="visible">True</property>
  357. <property name="can_focus">True</property>
  358. <property name="primary_icon_activatable">False</property>
  359. <property name="secondary_icon_activatable">False</property>
  360. <property name="primary_icon_sensitive">True</property>
  361. <property name="secondary_icon_sensitive">True</property>
  362. <property name="adjustment">adjustment3</property>
  363. <property name="snap_to_ticks">True</property>
  364. <property name="numeric">True</property>
  365. </object>
  366. <packing>
  367. <property name="left_attach">1</property>
  368. <property name="right_attach">2</property>
  369. <property name="top_attach">3</property>
  370. <property name="bottom_attach">4</property>
  371. </packing>
  372. </child>
  373. <child>
  374. <object class="GtkLabel" id="label_data_mode">
  375. <property name="visible">True</property>
  376. <property name="can_focus">False</property>
  377. <property name="label" translatable="yes">Data mode:</property>
  378. </object>
  379. <packing>
  380. <property name="top_attach">5</property>
  381. <property name="bottom_attach">6</property>
  382. </packing>
  383. </child>
  384. <child>
  385. <object class="GtkCheckButton" id="checkbutton_show_aux_channels">
  386. <property name="visible">True</property>
  387. <property name="can_focus">True</property>
  388. <property name="receives_default">False</property>
  389. <property name="draw_indicator">True</property>
  390. </object>
  391. <packing>
  392. <property name="left_attach">1</property>
  393. <property name="right_attach">2</property>
  394. <property name="top_attach">6</property>
  395. <property name="bottom_attach">7</property>
  396. </packing>
  397. </child>
  398. <child>
  399. <object class="GtkLabel" id="label_show_aux_channels">
  400. <property name="visible">True</property>
  401. <property name="can_focus">False</property>
  402. <property name="label" translatable="yes">Aux channels:</property>
  403. </object>
  404. <packing>
  405. <property name="top_attach">6</property>
  406. <property name="bottom_attach">7</property>
  407. </packing>
  408. </child>
  409. <child>
  410. <object class="GtkLabel" id="label1">
  411. <property name="visible">True</property>
  412. <property name="can_focus">False</property>
  413. <property name="label" translatable="yes">Check impedance :</property>
  414. </object>
  415. <packing>
  416. <property name="top_attach">7</property>
  417. <property name="bottom_attach">8</property>
  418. </packing>
  419. </child>
  420. <child>
  421. <object class="GtkCheckButton" id="checkbutton_impedance">
  422. <property name="visible">True</property>
  423. <property name="can_focus">True</property>
  424. <property name="receives_default">False</property>
  425. <property name="draw_indicator">True</property>
  426. </object>
  427. <packing>
  428. <property name="left_attach">1</property>
  429. <property name="right_attach">2</property>
  430. <property name="top_attach">7</property>
  431. <property name="bottom_attach">8</property>
  432. </packing>
  433. </child>
  434. </object>
  435. <packing>
  436. <property name="expand">True</property>
  437. <property name="fill">True</property>
  438. <property name="position">0</property>
  439. </packing>
  440. </child>
  441. </object>
  442. <packing>
  443. <property name="expand">True</property>
  444. <property name="fill">True</property>
  445. <property name="position">0</property>
  446. </packing>
  447. </child>
  448. <child>
  449. <object class="GtkButton" id="button_change_channel_names">
  450. <property name="label" translatable="yes">Change channel names</property>
  451. <property name="visible">True</property>
  452. <property name="can_focus">False</property>
  453. <property name="receives_default">False</property>
  454. </object>
  455. <packing>
  456. <property name="expand">False</property>
  457. <property name="fill">True</property>
  458. <property name="position">1</property>
  459. </packing>
  460. </child>
  461. </object>
  462. <packing>
  463. <property name="expand">True</property>
  464. <property name="fill">True</property>
  465. <property name="position">3</property>
  466. </packing>
  467. </child>
  468. <child>
  469. <object class="GtkHSeparator" id="hseparator1">
  470. <property name="visible">True</property>
  471. <property name="can_focus">False</property>
  472. </object>
  473. <packing>
  474. <property name="expand">False</property>
  475. <property name="fill">True</property>
  476. <property name="position">4</property>
  477. </packing>
  478. </child>
  479. </object>
  480. </child>
  481. <action-widgets>
  482. <action-widget response="-10">button_apply</action-widget>
  483. <action-widget response="-6">button_cancel</action-widget>
  484. </action-widgets>
  485. </object>
  486. </interface>