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-BrainProducts-ActiCHamp.ui 45KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <requires lib="gtk+" version="2.16"/>
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkAdjustment" id="adjustment_active_shield_gain">
  6. <property name="upper">100</property>
  7. <property name="value">5</property>
  8. <property name="step_increment">1</property>
  9. <property name="page_increment">10</property>
  10. </object>
  11. <object class="GtkAdjustment" id="adjustment_age">
  12. <property name="upper">100</property>
  13. <property name="value">18</property>
  14. <property name="step_increment">1</property>
  15. <property name="page_increment">10</property>
  16. </object>
  17. <object class="GtkAdjustment" id="adjustment_bad_imp">
  18. <property name="upper">100000</property>
  19. <property name="value">10000</property>
  20. <property name="step_increment">1</property>
  21. <property name="page_increment">10</property>
  22. </object>
  23. <object class="GtkAdjustment" id="adjustment_channel_count">
  24. <property name="lower">1</property>
  25. <property name="upper">1024</property>
  26. <property name="value">4</property>
  27. <property name="step_increment">1</property>
  28. <property name="page_increment">10</property>
  29. </object>
  30. <object class="GtkAdjustment" id="adjustment_good_imp">
  31. <property name="upper">100000</property>
  32. <property name="value">5000</property>
  33. <property name="step_increment">1</property>
  34. <property name="page_increment">10</property>
  35. </object>
  36. <object class="GtkAdjustment" id="adjustment_identifier">
  37. <property name="upper">100</property>
  38. <property name="step_increment">1</property>
  39. <property name="page_increment">10</property>
  40. </object>
  41. <object class="GtkWindow" id="dummy-window">
  42. <property name="can_focus">False</property>
  43. <child>
  44. <object class="GtkTable" id="table1">
  45. <property name="visible">True</property>
  46. <property name="can_focus">False</property>
  47. <property name="n_columns">2</property>
  48. <child>
  49. <placeholder/>
  50. </child>
  51. <child>
  52. <placeholder/>
  53. </child>
  54. <child>
  55. <placeholder/>
  56. </child>
  57. <child>
  58. <placeholder/>
  59. </child>
  60. <child>
  61. <placeholder/>
  62. </child>
  63. <child>
  64. <placeholder/>
  65. </child>
  66. <child>
  67. <placeholder/>
  68. </child>
  69. <child>
  70. <placeholder/>
  71. </child>
  72. <child>
  73. <placeholder/>
  74. </child>
  75. <child>
  76. <placeholder/>
  77. </child>
  78. <child>
  79. <placeholder/>
  80. </child>
  81. <child>
  82. <placeholder/>
  83. </child>
  84. </object>
  85. </child>
  86. </object>
  87. <object class="GtkListStore" id="model_adc_data_decimation">
  88. <columns>
  89. <!-- column-name gchararray -->
  90. <column type="gchararray"/>
  91. </columns>
  92. <data>
  93. <row>
  94. <col id="0" translatable="yes">None</col>
  95. </row>
  96. <row>
  97. <col id="0" translatable="yes">Factor 2</col>
  98. </row>
  99. </data>
  100. </object>
  101. <object class="GtkListStore" id="model_adc_data_filter">
  102. <columns>
  103. <!-- column-name gchararray -->
  104. <column type="gchararray"/>
  105. </columns>
  106. <data>
  107. <row>
  108. <col id="0" translatable="yes">Native</col>
  109. </row>
  110. <row>
  111. <col id="0" translatable="yes">Averaging x2</col>
  112. </row>
  113. </data>
  114. </object>
  115. <object class="GtkListStore" id="model_device_id">
  116. <columns>
  117. <!-- column-name gchararray -->
  118. <column type="gchararray"/>
  119. </columns>
  120. </object>
  121. <object class="GtkListStore" id="model_gender">
  122. <columns>
  123. <!-- column-name gchararray -->
  124. <column type="gchararray"/>
  125. </columns>
  126. <data>
  127. <row>
  128. <col id="0" translatable="yes">unspecified</col>
  129. </row>
  130. <row>
  131. <col id="0" translatable="yes">female</col>
  132. </row>
  133. <row>
  134. <col id="0" translatable="yes">male</col>
  135. </row>
  136. <row>
  137. <col id="0" translatable="yes">unknown</col>
  138. </row>
  139. </data>
  140. </object>
  141. <object class="GtkListStore" id="model_mode">
  142. <columns>
  143. <!-- column-name gchararray -->
  144. <column type="gchararray"/>
  145. </columns>
  146. <data>
  147. <row>
  148. <col id="0" translatable="yes">Normal</col>
  149. </row>
  150. <row>
  151. <col id="0" translatable="yes">Active Shield</col>
  152. </row>
  153. <row>
  154. <col id="0" translatable="yes">Impedance</col>
  155. </row>
  156. <row>
  157. <col id="0" translatable="yes">Test</col>
  158. </row>
  159. </data>
  160. </object>
  161. <object class="GtkListStore" id="model_physical_sampling_rate">
  162. <columns>
  163. <!-- column-name gchararray -->
  164. <column type="gchararray"/>
  165. </columns>
  166. <data>
  167. <row>
  168. <col id="0" translatable="yes">10 kHz</col>
  169. </row>
  170. <row>
  171. <col id="0" translatable="yes">50 kHz</col>
  172. </row>
  173. <row>
  174. <col id="0" translatable="yes">100 kHz</col>
  175. </row>
  176. </data>
  177. </object>
  178. <object class="GtkListStore" id="model_sampling_frequency">
  179. <columns>
  180. <!-- column-name gchararray -->
  181. <column type="gchararray"/>
  182. </columns>
  183. <data>
  184. <row>
  185. <col id="0" translatable="yes">128</col>
  186. </row>
  187. <row>
  188. <col id="0" translatable="yes">256</col>
  189. </row>
  190. <row>
  191. <col id="0" translatable="yes">512</col>
  192. </row>
  193. <row>
  194. <col id="0" translatable="yes">1024</col>
  195. </row>
  196. <row>
  197. <col id="0" translatable="yes">2048</col>
  198. </row>
  199. <row>
  200. <col id="0" translatable="yes">4096</col>
  201. </row>
  202. </data>
  203. </object>
  204. <object class="GtkDialog" id="openvibe-acquisition-server-settings">
  205. <property name="can_focus">False</property>
  206. <property name="border_width">5</property>
  207. <property name="title" translatable="yes">Device configuration</property>
  208. <property name="window_position">center</property>
  209. <property name="type_hint">dialog</property>
  210. <property name="gravity">center</property>
  211. <child internal-child="vbox">
  212. <object class="GtkVBox" id="dialog-vbox">
  213. <property name="visible">True</property>
  214. <property name="can_focus">False</property>
  215. <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>
  216. <property name="spacing">8</property>
  217. <child>
  218. <object class="GtkLabel" id="label_title">
  219. <property name="visible">True</property>
  220. <property name="can_focus">False</property>
  221. <property name="label" translatable="yes">Brain Products actiCHamp
  222. &lt;span color="darkred"&gt;
  223. This driver uses software decimation
  224. to lower the sampling frequency to
  225. the value selected below.
  226. The signal is low-pass filtered with
  227. a FIR filter prior to downsampling.
  228. &lt;/span&gt;</property>
  229. <property name="use_markup">True</property>
  230. <property name="justify">center</property>
  231. </object>
  232. <packing>
  233. <property name="expand">True</property>
  234. <property name="fill">True</property>
  235. <property name="position">0</property>
  236. </packing>
  237. </child>
  238. <child>
  239. <object class="GtkImage" id="image_error_icon">
  240. <property name="can_focus">False</property>
  241. <property name="stock">gtk-dialog-error</property>
  242. </object>
  243. <packing>
  244. <property name="expand">True</property>
  245. <property name="fill">True</property>
  246. <property name="position">1</property>
  247. </packing>
  248. </child>
  249. <child>
  250. <object class="GtkLabel" id="label_error_message">
  251. <property name="visible">True</property>
  252. <property name="can_focus">False</property>
  253. <property name="label" translatable="yes">&lt;span color="#d07005"&gt;The selected ActiCHamp device can not be accessed.
  254. The device is probably used by another program
  255. or has an older version of firmware.
  256. Try un-plugging and re-plugging the device and if the
  257. problem persists please update the actiCHamp firmware.
  258. All required files and instructions can be downloaded from here:&lt;/span&gt;</property>
  259. <property name="use_markup">True</property>
  260. </object>
  261. <packing>
  262. <property name="expand">True</property>
  263. <property name="fill">True</property>
  264. <property name="position">2</property>
  265. </packing>
  266. </child>
  267. <child>
  268. <object class="GtkButton" id="button_bp_actichamp_download_firmware">
  269. <property name="label" translatable="yes">Download ActiCHamp firmware from Brain Products</property>
  270. <property name="visible">True</property>
  271. <property name="can_focus">True</property>
  272. <property name="receives_default">True</property>
  273. </object>
  274. <packing>
  275. <property name="expand">True</property>
  276. <property name="fill">True</property>
  277. <property name="position">3</property>
  278. </packing>
  279. </child>
  280. <child>
  281. <object class="GtkHSeparator" id="hseparator1">
  282. <property name="visible">True</property>
  283. <property name="can_focus">False</property>
  284. </object>
  285. <packing>
  286. <property name="expand">False</property>
  287. <property name="fill">True</property>
  288. <property name="position">4</property>
  289. </packing>
  290. </child>
  291. <child>
  292. <object class="GtkVBox" id="vbox">
  293. <property name="visible">True</property>
  294. <property name="can_focus">False</property>
  295. <property name="border_width">8</property>
  296. <property name="spacing">8</property>
  297. <child>
  298. <object class="GtkHBox" id="hbox">
  299. <property name="visible">True</property>
  300. <property name="can_focus">False</property>
  301. <property name="spacing">8</property>
  302. <child>
  303. <object class="GtkTable" id="table2">
  304. <property name="visible">True</property>
  305. <property name="can_focus">False</property>
  306. <property name="n_rows">18</property>
  307. <property name="n_columns">2</property>
  308. <child>
  309. <object class="GtkComboBox" id="combobox_gender">
  310. <property name="visible">True</property>
  311. <property name="can_focus">False</property>
  312. <property name="model">model_gender</property>
  313. <child>
  314. <object class="GtkCellRendererText" id="renderer1"/>
  315. <attributes>
  316. <attribute name="text">0</attribute>
  317. </attributes>
  318. </child>
  319. </object>
  320. <packing>
  321. <property name="left_attach">1</property>
  322. <property name="right_attach">2</property>
  323. <property name="top_attach">2</property>
  324. <property name="bottom_attach">3</property>
  325. </packing>
  326. </child>
  327. <child>
  328. <object class="GtkSpinButton" id="spinbutton_age">
  329. <property name="visible">True</property>
  330. <property name="can_focus">True</property>
  331. <property name="primary_icon_activatable">False</property>
  332. <property name="secondary_icon_activatable">False</property>
  333. <property name="primary_icon_sensitive">True</property>
  334. <property name="secondary_icon_sensitive">True</property>
  335. <property name="adjustment">adjustment_age</property>
  336. <property name="snap_to_ticks">True</property>
  337. <property name="numeric">True</property>
  338. </object>
  339. <packing>
  340. <property name="left_attach">1</property>
  341. <property name="right_attach">2</property>
  342. <property name="top_attach">1</property>
  343. <property name="bottom_attach">2</property>
  344. </packing>
  345. </child>
  346. <child>
  347. <object class="GtkSpinButton" id="spinbutton_identifier">
  348. <property name="visible">True</property>
  349. <property name="can_focus">True</property>
  350. <property name="primary_icon_activatable">False</property>
  351. <property name="secondary_icon_activatable">False</property>
  352. <property name="primary_icon_sensitive">True</property>
  353. <property name="secondary_icon_sensitive">True</property>
  354. <property name="adjustment">adjustment_identifier</property>
  355. <property name="snap_to_ticks">True</property>
  356. <property name="numeric">True</property>
  357. </object>
  358. <packing>
  359. <property name="left_attach">1</property>
  360. <property name="right_attach">2</property>
  361. </packing>
  362. </child>
  363. <child>
  364. <object class="GtkSpinButton" id="spinbutton_active_shield_gain">
  365. <property name="visible">True</property>
  366. <property name="can_focus">True</property>
  367. <property name="invisible_char">●</property>
  368. <property name="invisible_char_set">True</property>
  369. <property name="primary_icon_activatable">False</property>
  370. <property name="secondary_icon_activatable">False</property>
  371. <property name="primary_icon_sensitive">True</property>
  372. <property name="secondary_icon_sensitive">True</property>
  373. <property name="adjustment">adjustment_active_shield_gain</property>
  374. <property name="snap_to_ticks">True</property>
  375. <property name="numeric">True</property>
  376. </object>
  377. <packing>
  378. <property name="left_attach">1</property>
  379. <property name="right_attach">2</property>
  380. <property name="top_attach">11</property>
  381. <property name="bottom_attach">12</property>
  382. </packing>
  383. </child>
  384. <child>
  385. <object class="GtkComboBox" id="combobox_adc_data_decimation">
  386. <property name="visible">True</property>
  387. <property name="can_focus">False</property>
  388. <property name="model">model_adc_data_decimation</property>
  389. <child>
  390. <object class="GtkCellRendererText" id="renderer7"/>
  391. <attributes>
  392. <attribute name="text">0</attribute>
  393. </attributes>
  394. </child>
  395. </object>
  396. <packing>
  397. <property name="left_attach">1</property>
  398. <property name="right_attach">2</property>
  399. <property name="top_attach">10</property>
  400. <property name="bottom_attach">11</property>
  401. </packing>
  402. </child>
  403. <child>
  404. <object class="GtkComboBox" id="combobox_adc_data_filter">
  405. <property name="visible">True</property>
  406. <property name="can_focus">False</property>
  407. <property name="model">model_adc_data_filter</property>
  408. <child>
  409. <object class="GtkCellRendererText" id="renderer6"/>
  410. <attributes>
  411. <attribute name="text">0</attribute>
  412. </attributes>
  413. </child>
  414. </object>
  415. <packing>
  416. <property name="left_attach">1</property>
  417. <property name="right_attach">2</property>
  418. <property name="top_attach">9</property>
  419. <property name="bottom_attach">10</property>
  420. </packing>
  421. </child>
  422. <child>
  423. <object class="GtkComboBox" id="combobox_mode">
  424. <property name="visible">True</property>
  425. <property name="can_focus">False</property>
  426. <property name="model">model_mode</property>
  427. <property name="active">1</property>
  428. <child>
  429. <object class="GtkCellRendererText" id="renderer4"/>
  430. <attributes>
  431. <attribute name="text">0</attribute>
  432. </attributes>
  433. </child>
  434. </object>
  435. <packing>
  436. <property name="left_attach">1</property>
  437. <property name="right_attach">2</property>
  438. <property name="top_attach">8</property>
  439. <property name="bottom_attach">9</property>
  440. </packing>
  441. </child>
  442. <child>
  443. <object class="GtkComboBox" id="combobox_sampling_frequency">
  444. <property name="visible">True</property>
  445. <property name="can_focus">False</property>
  446. <property name="model">model_sampling_frequency</property>
  447. <property name="active">0</property>
  448. <child>
  449. <object class="GtkCellRendererText" id="renderer2"/>
  450. <attributes>
  451. <attribute name="text">0</attribute>
  452. </attributes>
  453. </child>
  454. </object>
  455. <packing>
  456. <property name="left_attach">1</property>
  457. <property name="right_attach">2</property>
  458. <property name="top_attach">6</property>
  459. <property name="bottom_attach">7</property>
  460. </packing>
  461. </child>
  462. <child>
  463. <object class="GtkComboBox" id="combobox_device_id">
  464. <property name="visible">True</property>
  465. <property name="can_focus">False</property>
  466. <property name="model">model_device_id</property>
  467. <child>
  468. <object class="GtkCellRendererText" id="renderer3"/>
  469. <attributes>
  470. <attribute name="text">0</attribute>
  471. </attributes>
  472. </child>
  473. </object>
  474. <packing>
  475. <property name="left_attach">1</property>
  476. <property name="right_attach">2</property>
  477. <property name="top_attach">4</property>
  478. <property name="bottom_attach">5</property>
  479. </packing>
  480. </child>
  481. <child>
  482. <object class="GtkSpinButton" id="spinbutton_number_of_channels">
  483. <property name="visible">True</property>
  484. <property name="sensitive">False</property>
  485. <property name="can_focus">True</property>
  486. <property name="invisible_char">●</property>
  487. <property name="primary_icon_activatable">False</property>
  488. <property name="secondary_icon_activatable">False</property>
  489. <property name="primary_icon_sensitive">True</property>
  490. <property name="secondary_icon_sensitive">True</property>
  491. <property name="adjustment">adjustment_channel_count</property>
  492. <property name="snap_to_ticks">True</property>
  493. <property name="numeric">True</property>
  494. </object>
  495. <packing>
  496. <property name="left_attach">1</property>
  497. <property name="right_attach">2</property>
  498. <property name="top_attach">5</property>
  499. <property name="bottom_attach">6</property>
  500. </packing>
  501. </child>
  502. <child>
  503. <object class="GtkHSeparator" id="hseparator3">
  504. <property name="visible">True</property>
  505. <property name="can_focus">False</property>
  506. </object>
  507. <packing>
  508. <property name="right_attach">2</property>
  509. <property name="top_attach">3</property>
  510. <property name="bottom_attach">4</property>
  511. </packing>
  512. </child>
  513. <child>
  514. <object class="GtkHSeparator" id="hseparator2">
  515. <property name="visible">True</property>
  516. <property name="can_focus">False</property>
  517. </object>
  518. <packing>
  519. <property name="right_attach">2</property>
  520. <property name="top_attach">15</property>
  521. <property name="bottom_attach">16</property>
  522. </packing>
  523. </child>
  524. <child>
  525. <object class="GtkVBox" id="vbox1">
  526. <property name="visible">True</property>
  527. <property name="can_focus">False</property>
  528. <child>
  529. <object class="GtkToggleButton" id="togglebutton_module_1">
  530. <property name="label" translatable="yes">1 (1-32)</property>
  531. <property name="visible">True</property>
  532. <property name="can_focus">True</property>
  533. <property name="receives_default">True</property>
  534. </object>
  535. <packing>
  536. <property name="expand">True</property>
  537. <property name="fill">True</property>
  538. <property name="position">0</property>
  539. </packing>
  540. </child>
  541. <child>
  542. <object class="GtkToggleButton" id="togglebutton_module_2">
  543. <property name="label" translatable="yes">2 (33-64)</property>
  544. <property name="visible">True</property>
  545. <property name="can_focus">True</property>
  546. <property name="receives_default">True</property>
  547. </object>
  548. <packing>
  549. <property name="expand">True</property>
  550. <property name="fill">True</property>
  551. <property name="position">1</property>
  552. </packing>
  553. </child>
  554. <child>
  555. <object class="GtkToggleButton" id="togglebutton_module_3">
  556. <property name="label" translatable="yes">3 (65-96)</property>
  557. <property name="visible">True</property>
  558. <property name="can_focus">True</property>
  559. <property name="receives_default">True</property>
  560. </object>
  561. <packing>
  562. <property name="expand">True</property>
  563. <property name="fill">True</property>
  564. <property name="position">2</property>
  565. </packing>
  566. </child>
  567. <child>
  568. <object class="GtkToggleButton" id="togglebutton_module_4">
  569. <property name="label" translatable="yes">4 (97-128</property>
  570. <property name="visible">True</property>
  571. <property name="can_focus">True</property>
  572. <property name="receives_default">True</property>
  573. </object>
  574. <packing>
  575. <property name="expand">True</property>
  576. <property name="fill">True</property>
  577. <property name="position">3</property>
  578. </packing>
  579. </child>
  580. <child>
  581. <object class="GtkToggleButton" id="togglebutton_module_5">
  582. <property name="label" translatable="yes">5 (129-160)</property>
  583. <property name="visible">True</property>
  584. <property name="can_focus">True</property>
  585. <property name="receives_default">True</property>
  586. </object>
  587. <packing>
  588. <property name="expand">True</property>
  589. <property name="fill">True</property>
  590. <property name="position">4</property>
  591. </packing>
  592. </child>
  593. </object>
  594. <packing>
  595. <property name="left_attach">1</property>
  596. <property name="right_attach">2</property>
  597. <property name="top_attach">16</property>
  598. <property name="bottom_attach">17</property>
  599. </packing>
  600. </child>
  601. <child>
  602. <object class="GtkCheckButton" id="checkbutton_aux_channels">
  603. <property name="label" translatable="yes">Add the 8 auxilliary channels</property>
  604. <property name="visible">True</property>
  605. <property name="can_focus">True</property>
  606. <property name="receives_default">False</property>
  607. <property name="draw_indicator">True</property>
  608. </object>
  609. <packing>
  610. <property name="right_attach">2</property>
  611. <property name="top_attach">17</property>
  612. <property name="bottom_attach">18</property>
  613. </packing>
  614. </child>
  615. <child>
  616. <object class="GtkLabel" id="label_gender">
  617. <property name="visible">True</property>
  618. <property name="can_focus">False</property>
  619. <property name="label" translatable="yes">Gender :</property>
  620. <property name="justify">right</property>
  621. <property name="single_line_mode">True</property>
  622. </object>
  623. <packing>
  624. <property name="top_attach">2</property>
  625. <property name="bottom_attach">3</property>
  626. </packing>
  627. </child>
  628. <child>
  629. <object class="GtkLabel" id="label_age">
  630. <property name="visible">True</property>
  631. <property name="can_focus">False</property>
  632. <property name="label" translatable="yes">Age :</property>
  633. <property name="justify">right</property>
  634. <property name="single_line_mode">True</property>
  635. </object>
  636. <packing>
  637. <property name="top_attach">1</property>
  638. <property name="bottom_attach">2</property>
  639. </packing>
  640. </child>
  641. <child>
  642. <object class="GtkLabel" id="label_identifier">
  643. <property name="visible">True</property>
  644. <property name="can_focus">False</property>
  645. <property name="label" translatable="yes">Identifier :</property>
  646. <property name="justify">right</property>
  647. <property name="single_line_mode">True</property>
  648. </object>
  649. </child>
  650. <child>
  651. <object class="GtkLabel" id="label_active_shield_gain">
  652. <property name="visible">True</property>
  653. <property name="can_focus">False</property>
  654. <property name="label" translatable="yes">Active Shield Gain :</property>
  655. <property name="justify">right</property>
  656. <property name="single_line_mode">True</property>
  657. </object>
  658. <packing>
  659. <property name="top_attach">11</property>
  660. <property name="bottom_attach">12</property>
  661. </packing>
  662. </child>
  663. <child>
  664. <object class="GtkLabel" id="label_adc_data_decimation">
  665. <property name="visible">True</property>
  666. <property name="can_focus">False</property>
  667. <property name="label" translatable="yes">ADC Data Decimation :</property>
  668. <property name="justify">right</property>
  669. <property name="single_line_mode">True</property>
  670. </object>
  671. <packing>
  672. <property name="top_attach">10</property>
  673. <property name="bottom_attach">11</property>
  674. </packing>
  675. </child>
  676. <child>
  677. <object class="GtkLabel" id="label_adc_data_filter">
  678. <property name="visible">True</property>
  679. <property name="can_focus">False</property>
  680. <property name="label" translatable="yes">ADC Data Filter :</property>
  681. <property name="justify">right</property>
  682. <property name="single_line_mode">True</property>
  683. </object>
  684. <packing>
  685. <property name="top_attach">9</property>
  686. <property name="bottom_attach">10</property>
  687. </packing>
  688. </child>
  689. <child>
  690. <object class="GtkLabel" id="label_mode">
  691. <property name="visible">True</property>
  692. <property name="can_focus">False</property>
  693. <property name="label" translatable="yes">Mode :</property>
  694. <property name="justify">right</property>
  695. <property name="single_line_mode">True</property>
  696. </object>
  697. <packing>
  698. <property name="top_attach">8</property>
  699. <property name="bottom_attach">9</property>
  700. </packing>
  701. </child>
  702. <child>
  703. <object class="GtkLabel" id="label_sampling_frequency">
  704. <property name="visible">True</property>
  705. <property name="can_focus">False</property>
  706. <property name="label" translatable="yes">Sampling frequency :</property>
  707. <property name="justify">right</property>
  708. <property name="single_line_mode">True</property>
  709. </object>
  710. <packing>
  711. <property name="top_attach">6</property>
  712. <property name="bottom_attach">7</property>
  713. </packing>
  714. </child>
  715. <child>
  716. <object class="GtkLabel" id="label_device_id">
  717. <property name="visible">True</property>
  718. <property name="can_focus">False</property>
  719. <property name="label" translatable="yes">Device :</property>
  720. <property name="justify">right</property>
  721. <property name="single_line_mode">True</property>
  722. </object>
  723. <packing>
  724. <property name="top_attach">4</property>
  725. <property name="bottom_attach">5</property>
  726. </packing>
  727. </child>
  728. <child>
  729. <object class="GtkLabel" id="label_number_of_channels">
  730. <property name="visible">True</property>
  731. <property name="can_focus">False</property>
  732. <property name="label" translatable="yes">Number of channels :</property>
  733. <property name="justify">right</property>
  734. <property name="single_line_mode">True</property>
  735. </object>
  736. <packing>
  737. <property name="top_attach">5</property>
  738. <property name="bottom_attach">6</property>
  739. </packing>
  740. </child>
  741. <child>
  742. <object class="GtkLabel" id="label_modules">
  743. <property name="visible">True</property>
  744. <property name="can_focus">False</property>
  745. <property name="label" translatable="yes">Modules :</property>
  746. <property name="justify">right</property>
  747. <property name="single_line_mode">True</property>
  748. </object>
  749. <packing>
  750. <property name="top_attach">16</property>
  751. <property name="bottom_attach">17</property>
  752. </packing>
  753. </child>
  754. <child>
  755. <object class="GtkComboBox" id="combobox_physical_sample_rate">
  756. <property name="visible">True</property>
  757. <property name="sensitive">False</property>
  758. <property name="can_focus">False</property>
  759. <property name="model">model_physical_sampling_rate</property>
  760. <child>
  761. <object class="GtkCellRendererText" id="renderer5"/>
  762. <attributes>
  763. <attribute name="text">0</attribute>
  764. </attributes>
  765. </child>
  766. </object>
  767. <packing>
  768. <property name="left_attach">1</property>
  769. <property name="right_attach">2</property>
  770. <property name="top_attach">7</property>
  771. <property name="bottom_attach">8</property>
  772. </packing>
  773. </child>
  774. <child>
  775. <object class="GtkLabel" id="label_physical_sampling_rate">
  776. <property name="visible">True</property>
  777. <property name="can_focus">False</property>
  778. <property name="label" translatable="yes">Physical Sampling Rate :</property>
  779. <property name="justify">right</property>
  780. <property name="single_line_mode">True</property>
  781. </object>
  782. <packing>
  783. <property name="top_attach">7</property>
  784. <property name="bottom_attach">8</property>
  785. </packing>
  786. </child>
  787. <child>
  788. <object class="GtkLabel" id="label_good_imp">
  789. <property name="visible">True</property>
  790. <property name="can_focus">False</property>
  791. <property name="label" translatable="yes">Good impedance limit (Ohm) :</property>
  792. </object>
  793. <packing>
  794. <property name="top_attach">13</property>
  795. <property name="bottom_attach">14</property>
  796. </packing>
  797. </child>
  798. <child>
  799. <object class="GtkLabel" id="label_bad_imp">
  800. <property name="visible">True</property>
  801. <property name="can_focus">False</property>
  802. <property name="label" translatable="yes">Bad impedance limit (Ohm) :</property>
  803. </object>
  804. <packing>
  805. <property name="top_attach">14</property>
  806. <property name="bottom_attach">15</property>
  807. </packing>
  808. </child>
  809. <child>
  810. <object class="GtkSpinButton" id="spinbutton_good_imp">
  811. <property name="visible">True</property>
  812. <property name="can_focus">True</property>
  813. <property name="invisible_char">●</property>
  814. <property name="primary_icon_activatable">False</property>
  815. <property name="secondary_icon_activatable">False</property>
  816. <property name="primary_icon_sensitive">True</property>
  817. <property name="secondary_icon_sensitive">True</property>
  818. <property name="adjustment">adjustment_good_imp</property>
  819. </object>
  820. <packing>
  821. <property name="left_attach">1</property>
  822. <property name="right_attach">2</property>
  823. <property name="top_attach">13</property>
  824. <property name="bottom_attach">14</property>
  825. </packing>
  826. </child>
  827. <child>
  828. <object class="GtkSpinButton" id="spinbutton_bad_imp">
  829. <property name="visible">True</property>
  830. <property name="can_focus">True</property>
  831. <property name="invisible_char">●</property>
  832. <property name="primary_icon_activatable">False</property>
  833. <property name="secondary_icon_activatable">False</property>
  834. <property name="primary_icon_sensitive">True</property>
  835. <property name="secondary_icon_sensitive">True</property>
  836. <property name="adjustment">adjustment_bad_imp</property>
  837. </object>
  838. <packing>
  839. <property name="left_attach">1</property>
  840. <property name="right_attach">2</property>
  841. <property name="top_attach">14</property>
  842. <property name="bottom_attach">15</property>
  843. </packing>
  844. </child>
  845. <child>
  846. <object class="GtkLabel" id="label1">
  847. <property name="visible">True</property>
  848. <property name="can_focus">False</property>
  849. <property name="label" translatable="yes">Enable impedance checking:</property>
  850. </object>
  851. <packing>
  852. <property name="top_attach">12</property>
  853. <property name="bottom_attach">13</property>
  854. </packing>
  855. </child>
  856. <child>
  857. <object class="GtkCheckButton" id="checkbutton_impedance">
  858. <property name="visible">True</property>
  859. <property name="can_focus">True</property>
  860. <property name="receives_default">False</property>
  861. <property name="draw_indicator">True</property>
  862. </object>
  863. <packing>
  864. <property name="left_attach">1</property>
  865. <property name="right_attach">2</property>
  866. <property name="top_attach">12</property>
  867. <property name="bottom_attach">13</property>
  868. </packing>
  869. </child>
  870. </object>
  871. <packing>
  872. <property name="expand">True</property>
  873. <property name="fill">True</property>
  874. <property name="position">0</property>
  875. </packing>
  876. </child>
  877. </object>
  878. <packing>
  879. <property name="expand">True</property>
  880. <property name="fill">True</property>
  881. <property name="position">0</property>
  882. </packing>
  883. </child>
  884. <child>
  885. <object class="GtkButton" id="button_change_channel_names">
  886. <property name="label" translatable="yes">Change channel names</property>
  887. <property name="sensitive">False</property>
  888. <property name="can_focus">False</property>
  889. <property name="receives_default">False</property>
  890. </object>
  891. <packing>
  892. <property name="expand">False</property>
  893. <property name="fill">True</property>
  894. <property name="position">1</property>
  895. </packing>
  896. </child>
  897. </object>
  898. <packing>
  899. <property name="expand">True</property>
  900. <property name="fill">True</property>
  901. <property name="position">5</property>
  902. </packing>
  903. </child>
  904. <child>
  905. <object class="GtkHSeparator" id="hseparator">
  906. <property name="visible">True</property>
  907. <property name="can_focus">False</property>
  908. </object>
  909. <packing>
  910. <property name="expand">False</property>
  911. <property name="fill">True</property>
  912. <property name="position">6</property>
  913. </packing>
  914. </child>
  915. <child internal-child="action_area">
  916. <object class="GtkHButtonBox" id="dialog-action_area">
  917. <property name="visible">True</property>
  918. <property name="can_focus">False</property>
  919. <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>
  920. <property name="layout_style">end</property>
  921. <child>
  922. <object class="GtkButton" id="button_apply">
  923. <property name="label">gtk-apply</property>
  924. <property name="visible">True</property>
  925. <property name="can_focus">False</property>
  926. <property name="receives_default">False</property>
  927. <property name="use_stock">True</property>
  928. </object>
  929. <packing>
  930. <property name="expand">False</property>
  931. <property name="fill">False</property>
  932. <property name="position">0</property>
  933. </packing>
  934. </child>
  935. <child>
  936. <object class="GtkButton" id="button_cancel">
  937. <property name="label">gtk-cancel</property>
  938. <property name="visible">True</property>
  939. <property name="can_focus">False</property>
  940. <property name="receives_default">False</property>
  941. <property name="use_stock">True</property>
  942. </object>
  943. <packing>
  944. <property name="expand">False</property>
  945. <property name="fill">False</property>
  946. <property name="position">1</property>
  947. </packing>
  948. </child>
  949. </object>
  950. <packing>
  951. <property name="expand">False</property>
  952. <property name="fill">True</property>
  953. <property name="pack_type">end</property>
  954. <property name="position">6</property>
  955. </packing>
  956. </child>
  957. </object>
  958. </child>
  959. <action-widgets>
  960. <action-widget response="-10">button_apply</action-widget>
  961. <action-widget response="-6">button_cancel</action-widget>
  962. </action-widgets>
  963. </object>
  964. </interface>