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.ui-base 36KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <requires lib="gtk+" version="2.16"/>
  4. <!-- interface-naming-policy project-wide -->
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="lower">1024</property>
  7. <property name="upper">65535</property>
  8. <property name="value">9999</property>
  9. <property name="step_increment">1</property>
  10. </object>
  11. <object class="GtkAdjustment" id="adjustment_drift_1">
  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="adjustment_drift_2">
  17. <property name="upper">100</property>
  18. <property name="step_increment">1</property>
  19. <property name="page_increment">10</property>
  20. </object>
  21. <object class="GtkAdjustment" id="adjustment_drift_tolerance">
  22. <property name="upper">1000</property>
  23. <property name="value">10</property>
  24. <property name="step_increment">1</property>
  25. <property name="page_increment">10</property>
  26. </object>
  27. <object class="GtkAdjustment" id="adjustment_jitter_measure_count">
  28. <property name="lower">1</property>
  29. <property name="upper">1000</property>
  30. <property name="value">10</property>
  31. <property name="step_increment">1</property>
  32. <property name="page_increment">10</property>
  33. </object>
  34. <object class="GtkAdjustment" id="adjustment_oversampling_factor">
  35. <property name="lower">1</property>
  36. <property name="upper">16</property>
  37. <property name="value">1</property>
  38. <property name="step_increment">1</property>
  39. <property name="page_increment">10</property>
  40. </object>
  41. <object class="GtkImage" id="image_driver_properties">
  42. <property name="visible">True</property>
  43. <property name="can_focus">False</property>
  44. <property name="stock">gtk-properties</property>
  45. </object>
  46. <object class="GtkListStore" id="model-sample_count_per_sent_block">
  47. <columns>
  48. <!-- column-name gchararray -->
  49. <column type="gchararray"/>
  50. </columns>
  51. <data>
  52. <row>
  53. <col id="0" translatable="yes">4</col>
  54. </row>
  55. <row>
  56. <col id="0" translatable="yes">8</col>
  57. </row>
  58. <row>
  59. <col id="0" translatable="yes">16</col>
  60. </row>
  61. <row>
  62. <col id="0" translatable="yes">32</col>
  63. </row>
  64. <row>
  65. <col id="0" translatable="yes">64</col>
  66. </row>
  67. <row>
  68. <col id="0" translatable="yes">128</col>
  69. </row>
  70. <row>
  71. <col id="0" translatable="yes">256</col>
  72. </row>
  73. <row>
  74. <col id="0" translatable="yes">512</col>
  75. </row>
  76. </data>
  77. </object>
  78. <object class="GtkListStore" id="model_drift_correction">
  79. <columns>
  80. <!-- column-name gchararray -->
  81. <column type="gchararray"/>
  82. </columns>
  83. <data>
  84. <row>
  85. <col id="0" translatable="yes">Let the driver decide</col>
  86. </row>
  87. <row>
  88. <col id="0" translatable="yes">Force</col>
  89. </row>
  90. <row>
  91. <col id="0" translatable="yes">Disable</col>
  92. </row>
  93. </data>
  94. </object>
  95. <object class="GtkListStore" id="model_nan_replacement">
  96. <columns>
  97. <!-- column-name policy -->
  98. <column type="gchararray"/>
  99. </columns>
  100. <data>
  101. <row>
  102. <col id="0" translatable="yes">Replace with the last correct value</col>
  103. </row>
  104. <row>
  105. <col id="0" translatable="yes">Replace with 0</col>
  106. </row>
  107. <row>
  108. <col id="0" translatable="yes">No replacement</col>
  109. </row>
  110. </data>
  111. </object>
  112. <object class="GtkWindow" id="openvibe-acquisition-server">
  113. <property name="can_focus">False</property>
  114. <property name="title" translatable="yes">OpenViBE Acquisition Server v${PROJECT_VERSION}</property>
  115. <property name="resizable">False</property>
  116. <property name="window_position">center</property>
  117. <signal name="delete-event" handler="gtk_main_quit" swapped="no"/>
  118. <child>
  119. <object class="GtkVBox" id="vbox">
  120. <property name="visible">True</property>
  121. <property name="can_focus">False</property>
  122. <property name="border_width">8</property>
  123. <property name="spacing">2</property>
  124. <child>
  125. <object class="GtkHBox" id="hbox">
  126. <property name="visible">True</property>
  127. <property name="can_focus">False</property>
  128. <property name="spacing">2</property>
  129. <child>
  130. <object class="GtkTable" id="table">
  131. <property name="visible">True</property>
  132. <property name="can_focus">False</property>
  133. <property name="n_rows">5</property>
  134. <property name="n_columns">2</property>
  135. <property name="column_spacing">2</property>
  136. <child>
  137. <object class="GtkLabel" id="label_driver">
  138. <property name="visible">True</property>
  139. <property name="can_focus">False</property>
  140. <property name="label" translatable="yes">Driver :</property>
  141. <property name="justify">right</property>
  142. <property name="single_line_mode">True</property>
  143. </object>
  144. <packing>
  145. <property name="top_attach">1</property>
  146. <property name="bottom_attach">2</property>
  147. </packing>
  148. </child>
  149. <child>
  150. <object class="GtkLabel" id="label_connection_port">
  151. <property name="visible">True</property>
  152. <property name="can_focus">False</property>
  153. <property name="label" translatable="yes">Connection port :</property>
  154. <property name="justify">right</property>
  155. <property name="single_line_mode">True</property>
  156. </object>
  157. <packing>
  158. <property name="top_attach">2</property>
  159. <property name="bottom_attach">3</property>
  160. </packing>
  161. </child>
  162. <child>
  163. <object class="GtkLabel" id="label_sample_count_per_sent_block">
  164. <property name="visible">True</property>
  165. <property name="can_focus">False</property>
  166. <property name="label" translatable="yes">Sample count per sent block :</property>
  167. <property name="justify">right</property>
  168. <property name="single_line_mode">True</property>
  169. </object>
  170. <packing>
  171. <property name="top_attach">3</property>
  172. <property name="bottom_attach">4</property>
  173. </packing>
  174. </child>
  175. <child>
  176. <object class="GtkSpinButton" id="spinbutton_connection_port">
  177. <property name="visible">True</property>
  178. <property name="can_focus">True</property>
  179. <property name="primary_icon_activatable">False</property>
  180. <property name="secondary_icon_activatable">False</property>
  181. <property name="primary_icon_sensitive">True</property>
  182. <property name="secondary_icon_sensitive">True</property>
  183. <property name="adjustment">adjustment1</property>
  184. <property name="snap_to_ticks">True</property>
  185. <property name="numeric">True</property>
  186. </object>
  187. <packing>
  188. <property name="left_attach">1</property>
  189. <property name="right_attach">2</property>
  190. <property name="top_attach">2</property>
  191. <property name="bottom_attach">3</property>
  192. </packing>
  193. </child>
  194. <child>
  195. <object class="GtkComboBoxEntry" id="combobox_sample_count_per_sent_block">
  196. <property name="visible">True</property>
  197. <property name="can_focus">False</property>
  198. <property name="model">model-sample_count_per_sent_block</property>
  199. <property name="text_column">0</property>
  200. <child internal-child="entry">
  201. <object class="GtkEntry" id="comboboxentry-entry2">
  202. <property name="can_focus">False</property>
  203. <property name="primary_icon_activatable">False</property>
  204. <property name="secondary_icon_activatable">False</property>
  205. <property name="primary_icon_sensitive">True</property>
  206. <property name="secondary_icon_sensitive">True</property>
  207. </object>
  208. </child>
  209. </object>
  210. <packing>
  211. <property name="left_attach">1</property>
  212. <property name="right_attach">2</property>
  213. <property name="top_attach">3</property>
  214. <property name="bottom_attach">4</property>
  215. </packing>
  216. </child>
  217. <child>
  218. <object class="GtkHBox" id="hbox1">
  219. <property name="visible">True</property>
  220. <property name="can_focus">False</property>
  221. <child>
  222. <object class="GtkComboBox" id="combobox_driver">
  223. <property name="visible">True</property>
  224. <property name="can_focus">False</property>
  225. </object>
  226. <packing>
  227. <property name="expand">True</property>
  228. <property name="fill">True</property>
  229. <property name="position">0</property>
  230. </packing>
  231. </child>
  232. <child>
  233. <object class="GtkButton" id="button_configure">
  234. <property name="label">Driver Properties</property>
  235. <property name="visible">True</property>
  236. <property name="sensitive">False</property>
  237. <property name="can_focus">True</property>
  238. <property name="receives_default">True</property>
  239. <property name="use_action_appearance">False</property>
  240. <property name="image">image_driver_properties</property>
  241. </object>
  242. <packing>
  243. <property name="expand">False</property>
  244. <property name="fill">False</property>
  245. <property name="position">1</property>
  246. </packing>
  247. </child>
  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. <placeholder/>
  258. </child>
  259. <child>
  260. <placeholder/>
  261. </child>
  262. <child>
  263. <placeholder/>
  264. </child>
  265. <child>
  266. <placeholder/>
  267. </child>
  268. </object>
  269. <packing>
  270. <property name="expand">False</property>
  271. <property name="fill">False</property>
  272. <property name="position">0</property>
  273. </packing>
  274. </child>
  275. <child>
  276. <object class="GtkVSeparator" id="vseparator">
  277. <property name="visible">True</property>
  278. <property name="can_focus">False</property>
  279. </object>
  280. <packing>
  281. <property name="expand">False</property>
  282. <property name="fill">True</property>
  283. <property name="padding">8</property>
  284. <property name="position">1</property>
  285. </packing>
  286. </child>
  287. <child>
  288. <object class="GtkVButtonBox" id="vbuttonbox">
  289. <property name="visible">True</property>
  290. <property name="can_focus">False</property>
  291. <property name="spacing">2</property>
  292. <property name="layout_style">spread</property>
  293. <child>
  294. <object class="GtkButton" id="button_preference">
  295. <property name="label">gtk-preferences</property>
  296. <property name="visible">True</property>
  297. <property name="can_focus">True</property>
  298. <property name="receives_default">True</property>
  299. <property name="use_action_appearance">False</property>
  300. <property name="use_stock">True</property>
  301. </object>
  302. <packing>
  303. <property name="expand">False</property>
  304. <property name="fill">False</property>
  305. <property name="position">0</property>
  306. </packing>
  307. </child>
  308. <child>
  309. <object class="GtkToggleButton" id="togglebutton_connect">
  310. <property name="label">gtk-connect</property>
  311. <property name="visible">True</property>
  312. <property name="can_focus">False</property>
  313. <property name="receives_default">False</property>
  314. <property name="use_action_appearance">False</property>
  315. <property name="use_stock">True</property>
  316. </object>
  317. <packing>
  318. <property name="expand">False</property>
  319. <property name="fill">False</property>
  320. <property name="position">1</property>
  321. </packing>
  322. </child>
  323. <child>
  324. <object class="GtkButton" id="button_play">
  325. <property name="label">gtk-media-play</property>
  326. <property name="visible">True</property>
  327. <property name="sensitive">False</property>
  328. <property name="can_focus">False</property>
  329. <property name="receives_default">False</property>
  330. <property name="use_action_appearance">False</property>
  331. <property name="use_stock">True</property>
  332. </object>
  333. <packing>
  334. <property name="expand">False</property>
  335. <property name="fill">False</property>
  336. <property name="position">2</property>
  337. </packing>
  338. </child>
  339. <child>
  340. <object class="GtkButton" id="button_stop">
  341. <property name="label">gtk-media-stop</property>
  342. <property name="visible">True</property>
  343. <property name="sensitive">False</property>
  344. <property name="can_focus">False</property>
  345. <property name="receives_default">False</property>
  346. <property name="use_action_appearance">False</property>
  347. <property name="use_stock">True</property>
  348. </object>
  349. <packing>
  350. <property name="expand">False</property>
  351. <property name="fill">False</property>
  352. <property name="position">3</property>
  353. </packing>
  354. </child>
  355. </object>
  356. <packing>
  357. <property name="expand">False</property>
  358. <property name="fill">True</property>
  359. <property name="position">2</property>
  360. </packing>
  361. </child>
  362. </object>
  363. <packing>
  364. <property name="expand">True</property>
  365. <property name="fill">True</property>
  366. <property name="position">0</property>
  367. </packing>
  368. </child>
  369. <child>
  370. <object class="GtkHSeparator" id="hseparator1">
  371. <property name="visible">True</property>
  372. <property name="can_focus">False</property>
  373. </object>
  374. <packing>
  375. <property name="expand">False</property>
  376. <property name="fill">True</property>
  377. <property name="position">1</property>
  378. </packing>
  379. </child>
  380. <child>
  381. <object class="GtkTable" id="table_drift">
  382. <property name="visible">True</property>
  383. <property name="can_focus">False</property>
  384. <property name="n_rows">2</property>
  385. <property name="n_columns">2</property>
  386. <child>
  387. <object class="GtkLabel" id="label_drift">
  388. <property name="visible">True</property>
  389. <property name="can_focus">False</property>
  390. <property name="justify">center</property>
  391. </object>
  392. <packing>
  393. <property name="right_attach">2</property>
  394. </packing>
  395. </child>
  396. <child>
  397. <object class="GtkProgressBar" id="progressbar_drift_1">
  398. <property name="visible">True</property>
  399. <property name="can_focus">False</property>
  400. <property name="orientation">right-to-left</property>
  401. <property name="adjustment">adjustment_drift_1</property>
  402. </object>
  403. <packing>
  404. <property name="top_attach">1</property>
  405. <property name="bottom_attach">2</property>
  406. </packing>
  407. </child>
  408. <child>
  409. <object class="GtkProgressBar" id="progressbar_drift_2">
  410. <property name="visible">True</property>
  411. <property name="can_focus">False</property>
  412. <property name="adjustment">adjustment_drift_2</property>
  413. </object>
  414. <packing>
  415. <property name="left_attach">1</property>
  416. <property name="right_attach">2</property>
  417. <property name="top_attach">1</property>
  418. <property name="bottom_attach">2</property>
  419. </packing>
  420. </child>
  421. </object>
  422. <packing>
  423. <property name="expand">True</property>
  424. <property name="fill">True</property>
  425. <property name="position">2</property>
  426. </packing>
  427. </child>
  428. <child>
  429. <object class="GtkHSeparator" id="hseparator3">
  430. <property name="visible">True</property>
  431. <property name="can_focus">False</property>
  432. </object>
  433. <packing>
  434. <property name="expand">False</property>
  435. <property name="fill">True</property>
  436. <property name="position">3</property>
  437. </packing>
  438. </child>
  439. <child>
  440. <object class="GtkTable" id="table_status">
  441. <property name="visible">True</property>
  442. <property name="can_focus">False</property>
  443. <property name="n_rows">2</property>
  444. <property name="n_columns">2</property>
  445. <child>
  446. <object class="GtkLabel" id="label_status">
  447. <property name="visible">True</property>
  448. <property name="can_focus">False</property>
  449. <property name="justify">center</property>
  450. </object>
  451. <packing>
  452. <property name="right_attach">2</property>
  453. </packing>
  454. </child>
  455. <child>
  456. <object class="GtkLabel" id="label_connected_host_count">
  457. <property name="visible">True</property>
  458. <property name="can_focus">False</property>
  459. <property name="justify">center</property>
  460. </object>
  461. <packing>
  462. <property name="right_attach">2</property>
  463. <property name="top_attach">1</property>
  464. <property name="bottom_attach">2</property>
  465. </packing>
  466. </child>
  467. </object>
  468. <packing>
  469. <property name="expand">True</property>
  470. <property name="fill">True</property>
  471. <property name="position">4</property>
  472. </packing>
  473. </child>
  474. </object>
  475. </child>
  476. </object>
  477. <object class="GtkDialog" id="openvibe-acquisition-server-configuration">
  478. <property name="can_focus">False</property>
  479. <property name="border_width">5</property>
  480. <property name="title" translatable="yes">Global Configuration</property>
  481. <property name="modal">True</property>
  482. <property name="window_position">center</property>
  483. <property name="type_hint">normal</property>
  484. <child internal-child="vbox">
  485. <object class="GtkVBox" id="dialog-vbox1">
  486. <property name="visible">True</property>
  487. <property name="can_focus">False</property>
  488. <property name="spacing">2</property>
  489. <child>
  490. <object class="GtkLabel" id="label_title">
  491. <property name="visible">True</property>
  492. <property name="can_focus">False</property>
  493. <property name="label" translatable="yes">Acquisition Server
  494. Configuration </property>
  495. <property name="use_markup">True</property>
  496. <property name="justify">center</property>
  497. </object>
  498. <packing>
  499. <property name="expand">True</property>
  500. <property name="fill">True</property>
  501. <property name="position">0</property>
  502. </packing>
  503. </child>
  504. <child>
  505. <object class="GtkHSeparator" id="hseparator">
  506. <property name="visible">True</property>
  507. <property name="can_focus">False</property>
  508. </object>
  509. <packing>
  510. <property name="expand">False</property>
  511. <property name="fill">True</property>
  512. <property name="position">1</property>
  513. </packing>
  514. </child>
  515. <child>
  516. <object class="GtkTable" id="table1">
  517. <property name="visible">True</property>
  518. <property name="can_focus">False</property>
  519. <property name="n_rows">10</property>
  520. <property name="n_columns">2</property>
  521. <child>
  522. <object class="GtkLabel" id="label_oversampling_factor">
  523. <property name="visible">True</property>
  524. <property name="can_focus">False</property>
  525. <property name="xalign">0</property>
  526. <property name="xpad">2</property>
  527. <property name="label" translatable="yes">Oversampling Factor</property>
  528. </object>
  529. <packing>
  530. <property name="top_attach">4</property>
  531. <property name="bottom_attach">5</property>
  532. </packing>
  533. </child>
  534. <child>
  535. <object class="GtkLabel" id="label_select_only_named_channels">
  536. <property name="visible">True</property>
  537. <property name="can_focus">False</property>
  538. <property name="xalign">0</property>
  539. <property name="xpad">2</property>
  540. <property name="label" translatable="yes">Select only named channels</property>
  541. </object>
  542. <packing>
  543. <property name="top_attach">6</property>
  544. <property name="bottom_attach">7</property>
  545. </packing>
  546. </child>
  547. <child>
  548. <object class="GtkSpinButton" id="spinbutton_oversampling_factor">
  549. <property name="visible">True</property>
  550. <property name="can_focus">True</property>
  551. <property name="invisible_char">●</property>
  552. <property name="primary_icon_activatable">False</property>
  553. <property name="secondary_icon_activatable">False</property>
  554. <property name="primary_icon_sensitive">True</property>
  555. <property name="secondary_icon_sensitive">True</property>
  556. <property name="adjustment">adjustment_oversampling_factor</property>
  557. </object>
  558. <packing>
  559. <property name="left_attach">1</property>
  560. <property name="right_attach">2</property>
  561. <property name="top_attach">4</property>
  562. <property name="bottom_attach">5</property>
  563. </packing>
  564. </child>
  565. <child>
  566. <object class="GtkCheckButton" id="checkbutton_channel_selection">
  567. <property name="visible">True</property>
  568. <property name="can_focus">True</property>
  569. <property name="receives_default">False</property>
  570. <property name="use_action_appearance">False</property>
  571. <property name="draw_indicator">True</property>
  572. </object>
  573. <packing>
  574. <property name="left_attach">1</property>
  575. <property name="right_attach">2</property>
  576. <property name="top_attach">6</property>
  577. <property name="bottom_attach">7</property>
  578. </packing>
  579. </child>
  580. <child>
  581. <object class="GtkLabel" id="label_jitter_measure_count">
  582. <property name="visible">True</property>
  583. <property name="can_focus">False</property>
  584. <property name="xalign">0</property>
  585. <property name="xpad">2</property>
  586. <property name="label" translatable="yes">Jitter Estimation Count For Drift</property>
  587. </object>
  588. <packing>
  589. <property name="top_attach">2</property>
  590. <property name="bottom_attach">3</property>
  591. </packing>
  592. </child>
  593. <child>
  594. <object class="GtkLabel" id="label_drift_tolerance">
  595. <property name="visible">True</property>
  596. <property name="can_focus">False</property>
  597. <property name="xalign">0</property>
  598. <property name="xpad">2</property>
  599. <property name="label" translatable="yes">Drift Tolerance (ms)</property>
  600. </object>
  601. <packing>
  602. <property name="top_attach">1</property>
  603. <property name="bottom_attach">2</property>
  604. </packing>
  605. </child>
  606. <child>
  607. <object class="GtkSpinButton" id="spinbutton_jitter_measure_count">
  608. <property name="visible">True</property>
  609. <property name="can_focus">True</property>
  610. <property name="invisible_char">●</property>
  611. <property name="primary_icon_activatable">False</property>
  612. <property name="secondary_icon_activatable">False</property>
  613. <property name="primary_icon_sensitive">True</property>
  614. <property name="secondary_icon_sensitive">True</property>
  615. <property name="adjustment">adjustment_jitter_measure_count</property>
  616. </object>
  617. <packing>
  618. <property name="left_attach">1</property>
  619. <property name="right_attach">2</property>
  620. <property name="top_attach">2</property>
  621. <property name="bottom_attach">3</property>
  622. </packing>
  623. </child>
  624. <child>
  625. <object class="GtkSpinButton" id="spinbutton_drift_tolerance">
  626. <property name="visible">True</property>
  627. <property name="can_focus">True</property>
  628. <property name="invisible_char">●</property>
  629. <property name="primary_icon_activatable">False</property>
  630. <property name="secondary_icon_activatable">False</property>
  631. <property name="primary_icon_sensitive">True</property>
  632. <property name="secondary_icon_sensitive">True</property>
  633. <property name="adjustment">adjustment_drift_tolerance</property>
  634. </object>
  635. <packing>
  636. <property name="left_attach">1</property>
  637. <property name="right_attach">2</property>
  638. <property name="top_attach">1</property>
  639. <property name="bottom_attach">2</property>
  640. </packing>
  641. </child>
  642. <child>
  643. <object class="GtkHSeparator" id="hseparator2">
  644. <property name="visible">True</property>
  645. <property name="can_focus">False</property>
  646. </object>
  647. <packing>
  648. <property name="right_attach">2</property>
  649. <property name="top_attach">3</property>
  650. <property name="bottom_attach">4</property>
  651. </packing>
  652. </child>
  653. <child>
  654. <object class="GtkHSeparator" id="hseparator4">
  655. <property name="visible">True</property>
  656. <property name="can_focus">False</property>
  657. </object>
  658. <packing>
  659. <property name="right_attach">2</property>
  660. <property name="top_attach">5</property>
  661. <property name="bottom_attach">6</property>
  662. </packing>
  663. </child>
  664. <child>
  665. <object class="GtkLabel" id="label_drift_correction">
  666. <property name="visible">True</property>
  667. <property name="can_focus">False</property>
  668. <property name="xalign">0</property>
  669. <property name="xpad">2</property>
  670. <property name="label" translatable="yes">Drift Correction</property>
  671. </object>
  672. </child>
  673. <child>
  674. <object class="GtkComboBox" id="combobox_drift_correction">
  675. <property name="visible">True</property>
  676. <property name="can_focus">False</property>
  677. <property name="model">model_drift_correction</property>
  678. <child>
  679. <object class="GtkCellRendererText" id="renderer2"/>
  680. <attributes>
  681. <attribute name="text">0</attribute>
  682. </attributes>
  683. </child>
  684. </object>
  685. <packing>
  686. <property name="left_attach">1</property>
  687. <property name="right_attach">2</property>
  688. </packing>
  689. </child>
  690. <child>
  691. <object class="GtkHSeparator" id="hseparator5">
  692. <property name="visible">True</property>
  693. <property name="can_focus">False</property>
  694. </object>
  695. <packing>
  696. <property name="right_attach">2</property>
  697. <property name="top_attach">8</property>
  698. <property name="bottom_attach">9</property>
  699. </packing>
  700. </child>
  701. <child>
  702. <object class="GtkLabel" id="label_nan_replacement">
  703. <property name="visible">True</property>
  704. <property name="can_focus">False</property>
  705. <property name="xalign">0</property>
  706. <property name="xpad">2</property>
  707. <property name="label" translatable="yes">NaN value replacement</property>
  708. </object>
  709. <packing>
  710. <property name="top_attach">9</property>
  711. <property name="bottom_attach">10</property>
  712. </packing>
  713. </child>
  714. <child>
  715. <object class="GtkComboBox" id="combobox_nan_replacement">
  716. <property name="visible">True</property>
  717. <property name="can_focus">False</property>
  718. <property name="model">model_nan_replacement</property>
  719. <child>
  720. <object class="GtkCellRendererText" id="renderer_nan_replacement"/>
  721. <attributes>
  722. <attribute name="text">0</attribute>
  723. </attributes>
  724. </child>
  725. </object>
  726. <packing>
  727. <property name="left_attach">1</property>
  728. <property name="right_attach">2</property>
  729. <property name="top_attach">9</property>
  730. <property name="bottom_attach">10</property>
  731. </packing>
  732. </child>
  733. </object>
  734. <packing>
  735. <property name="expand">True</property>
  736. <property name="fill">True</property>
  737. <property name="position">2</property>
  738. </packing>
  739. </child>
  740. <child>
  741. <object class="GtkHSeparator" id="hseparator6">
  742. <property name="visible">True</property>
  743. <property name="can_focus">False</property>
  744. </object>
  745. <packing>
  746. <property name="expand">False</property>
  747. <property name="fill">True</property>
  748. <property name="position">3</property>
  749. </packing>
  750. </child>
  751. <child>
  752. <object class="GtkLabel" id="label_pluginsettingstitle">
  753. <property name="visible">True</property>
  754. <property name="can_focus">False</property>
  755. <property name="label" translatable="yes">Plugin Settings</property>
  756. </object>
  757. <packing>
  758. <property name="expand">True</property>
  759. <property name="fill">True</property>
  760. <property name="position">4</property>
  761. </packing>
  762. </child>
  763. <child internal-child="action_area">
  764. <object class="GtkHButtonBox" id="dialog-action_area1">
  765. <property name="visible">True</property>
  766. <property name="can_focus">False</property>
  767. <property name="layout_style">end</property>
  768. <child>
  769. <object class="GtkButton" id="button_ok">
  770. <property name="label">gtk-apply</property>
  771. <property name="visible">True</property>
  772. <property name="can_focus">True</property>
  773. <property name="receives_default">True</property>
  774. <property name="use_action_appearance">False</property>
  775. <property name="use_stock">True</property>
  776. </object>
  777. <packing>
  778. <property name="expand">False</property>
  779. <property name="fill">False</property>
  780. <property name="position">0</property>
  781. </packing>
  782. </child>
  783. <child>
  784. <object class="GtkButton" id="button_cancel">
  785. <property name="label">gtk-cancel</property>
  786. <property name="visible">True</property>
  787. <property name="can_focus">True</property>
  788. <property name="receives_default">True</property>
  789. <property name="use_action_appearance">False</property>
  790. <property name="use_stock">True</property>
  791. </object>
  792. <packing>
  793. <property name="expand">False</property>
  794. <property name="fill">False</property>
  795. <property name="position">1</property>
  796. </packing>
  797. </child>
  798. </object>
  799. <packing>
  800. <property name="expand">False</property>
  801. <property name="fill">True</property>
  802. <property name="pack_type">end</property>
  803. <property name="position">5</property>
  804. </packing>
  805. </child>
  806. <child>
  807. <object class="GtkTable" id="table-pluginsettings">
  808. <property name="visible">True</property>
  809. <property name="can_focus">False</property>
  810. <child>
  811. <placeholder/>
  812. </child>
  813. </object>
  814. <packing>
  815. <property name="expand">True</property>
  816. <property name="fill">True</property>
  817. <property name="position">6</property>
  818. </packing>
  819. </child>
  820. </object>
  821. </child>
  822. <action-widgets>
  823. <action-widget response="-10">button_ok</action-widget>
  824. <action-widget response="-6">button_cancel</action-widget>
  825. </action-widgets>
  826. </object>
  827. </interface>