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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  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="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">3</property>
  18. <property name="upper">3</property>
  19. <property name="value">3</property>
  20. <property name="step_increment">1</property>
  21. <property name="page_increment">10</property>
  22. </object>
  23. <object class="GtkAdjustment" id="adjustment4">
  24. <property name="lower">-500</property>
  25. <property name="upper">500</property>
  26. <property name="value">0</property>
  27. <property name="step_increment">0.01</property>
  28. <property name="page_increment">1</property>
  29. </object>
  30. <object class="GtkAdjustment" id="adjustment5">
  31. <property name="lower">0</property>
  32. <property name="upper">100</property>
  33. <property name="value">0.1</property>
  34. <property name="step_increment">0.01</property>
  35. <property name="page_increment">1</property>
  36. </object>
  37. <object class="GtkAdjustment" id="adjustment6">
  38. <property name="lower">0</property>
  39. <property name="upper">1</property>
  40. <property name="value">0.99</property>
  41. <property name="step_increment">0.001</property>
  42. <property name="page_increment">0.01</property>
  43. </object>
  44. <object class="GtkAdjustment" id="adjustment7">
  45. <property name="lower">0</property>
  46. <property name="upper">100</property>
  47. <property name="value">0.1</property>
  48. <property name="step_increment">0.01</property>
  49. <property name="page_increment">1</property>
  50. </object>
  51. <object class="GtkAdjustment" id="adjustment8">
  52. <property name="lower">0</property>
  53. <property name="upper">10000</property>
  54. <property name="value">3</property>
  55. <property name="step_increment">0.1</property>
  56. <property name="page_increment">1</property>
  57. </object>
  58. <object class="GtkAdjustment" id="adjustment9">
  59. <property name="lower">0</property>
  60. <property name="upper">100</property>
  61. <property name="value">0</property>
  62. <property name="step_increment">0.01</property>
  63. <property name="page_increment">0.1</property>
  64. </object>
  65. <object class="GtkAdjustment" id="adjustment10">
  66. <property name="lower">0</property>
  67. <property name="upper">10</property>
  68. <property name="value">0.5</property>
  69. <property name="step_increment">0.01</property>
  70. <property name="page_increment">0.1</property>
  71. </object>
  72. <object class="GtkListStore" id="model1">
  73. <columns>
  74. <!-- column-name gchararray -->
  75. <column type="gchararray"/>
  76. </columns>
  77. <data>
  78. <row>
  79. <col id="0" translatable="yes">unspecified</col>
  80. </row>
  81. <row>
  82. <col id="0" translatable="yes">female</col>
  83. </row>
  84. <row>
  85. <col id="0" translatable="yes">male</col>
  86. </row>
  87. <row>
  88. <col id="0" translatable="yes">unknown</col>
  89. </row>
  90. </data>
  91. </object>
  92. <object class="GtkListStore" id="model2">
  93. <columns>
  94. <!-- column-name gchararray -->
  95. <column type="gchararray"/>
  96. </columns>
  97. <data>
  98. <row>
  99. <col id="0" translatable="yes">128</col>
  100. </row>
  101. <row>
  102. <col id="0" translatable="yes">256</col>
  103. </row>
  104. <row>
  105. <col id="0" translatable="yes">512</col>
  106. </row>
  107. <row>
  108. <col id="0" translatable="yes">1000</col>
  109. </row>
  110. <row>
  111. <col id="0" translatable="yes">1024</col>
  112. </row>
  113. <row>
  114. <col id="0" translatable="yes">2048</col>
  115. </row>
  116. <row>
  117. <col id="0" translatable="yes">4096</col>
  118. </row>
  119. <row>
  120. <col id="0" translatable="yes">9600</col>
  121. </row>
  122. <row>
  123. <col id="0" translatable="yes">19200</col>
  124. </row>
  125. <row>
  126. <col id="0" translatable="yes">44100</col>
  127. </row>
  128. <row>
  129. <col id="0" translatable="yes">48000</col>
  130. </row>
  131. </data>
  132. </object>
  133. <object class="GtkListStore" id="model3">
  134. <columns>
  135. <!-- column-name gchararray -->
  136. <column type="gchararray"/>
  137. </columns>
  138. <data>
  139. <row>
  140. <col id="0" translatable="yes">Square</col>
  141. </row>
  142. <row>
  143. <col id="0" translatable="yes">Sine</col>
  144. </row>
  145. </data>
  146. </object>
  147. <object class="GtkDialog" id="openvibe-acquisition-server-settings">
  148. <property name="can_focus">False</property>
  149. <property name="border_width">5</property>
  150. <property name="title" translatable="yes">Device configuration</property>
  151. <property name="window_position">center</property>
  152. <property name="type_hint">dialog</property>
  153. <property name="gravity">center</property>
  154. <child internal-child="vbox">
  155. <object class="GtkVBox" id="dialog-vbox">
  156. <property name="visible">True</property>
  157. <property name="can_focus">False</property>
  158. <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>
  159. <property name="spacing">8</property>
  160. <child internal-child="action_area">
  161. <object class="GtkHButtonBox" id="dialog-action_area">
  162. <property name="visible">True</property>
  163. <property name="can_focus">False</property>
  164. <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>
  165. <property name="layout_style">end</property>
  166. <child>
  167. <object class="GtkButton" id="button_apply">
  168. <property name="label">gtk-apply</property>
  169. <property name="visible">True</property>
  170. <property name="can_focus">False</property>
  171. <property name="receives_default">False</property>
  172. <property name="use_action_appearance">False</property>
  173. <property name="use_stock">True</property>
  174. </object>
  175. <packing>
  176. <property name="expand">False</property>
  177. <property name="fill">False</property>
  178. <property name="position">0</property>
  179. </packing>
  180. </child>
  181. <child>
  182. <object class="GtkButton" id="button_cancel">
  183. <property name="label">gtk-cancel</property>
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="receives_default">False</property>
  187. <property name="use_action_appearance">False</property>
  188. <property name="use_stock">True</property>
  189. </object>
  190. <packing>
  191. <property name="expand">False</property>
  192. <property name="fill">False</property>
  193. <property name="position">1</property>
  194. </packing>
  195. </child>
  196. </object>
  197. <packing>
  198. <property name="expand">False</property>
  199. <property name="fill">True</property>
  200. <property name="pack_type">end</property>
  201. <property name="position">0</property>
  202. </packing>
  203. </child>
  204. <child>
  205. <object class="GtkLabel" id="label_title">
  206. <property name="visible">True</property>
  207. <property name="can_focus">False</property>
  208. <property name="label" translatable="yes">Simulated Deviator</property>
  209. <property name="justify">center</property>
  210. </object>
  211. <packing>
  212. <property name="expand">True</property>
  213. <property name="fill">True</property>
  214. <property name="position">1</property>
  215. </packing>
  216. </child>
  217. <child>
  218. <object class="GtkHSeparator" id="hseparator">
  219. <property name="visible">True</property>
  220. <property name="can_focus">False</property>
  221. </object>
  222. <packing>
  223. <property name="expand">False</property>
  224. <property name="fill">True</property>
  225. <property name="position">2</property>
  226. </packing>
  227. </child>
  228. <child>
  229. <object class="GtkVBox" id="vbox">
  230. <property name="visible">True</property>
  231. <property name="can_focus">False</property>
  232. <property name="border_width">8</property>
  233. <property name="spacing">8</property>
  234. <child>
  235. <object class="GtkHBox" id="hbox">
  236. <property name="visible">True</property>
  237. <property name="can_focus">False</property>
  238. <property name="spacing">8</property>
  239. <child>
  240. <object class="GtkTable" id="table2">
  241. <property name="visible">True</property>
  242. <property name="can_focus">False</property>
  243. <property name="n_rows">7</property>
  244. <property name="n_columns">2</property>
  245. <property name="homogeneous">True</property>
  246. <child>
  247. <object class="GtkComboBox" id="combobox_gender">
  248. <property name="visible">True</property>
  249. <property name="can_focus">False</property>
  250. <property name="model">model1</property>
  251. <child>
  252. <object class="GtkCellRendererText" id="renderer1"/>
  253. <attributes>
  254. <attribute name="text">0</attribute>
  255. </attributes>
  256. </child>
  257. </object>
  258. <packing>
  259. <property name="left_attach">1</property>
  260. <property name="right_attach">2</property>
  261. <property name="top_attach">2</property>
  262. <property name="bottom_attach">3</property>
  263. </packing>
  264. </child>
  265. <child>
  266. <object class="GtkSpinButton" id="spinbutton_age">
  267. <property name="visible">True</property>
  268. <property name="can_focus">True</property>
  269. <property name="primary_icon_activatable">False</property>
  270. <property name="secondary_icon_activatable">False</property>
  271. <property name="primary_icon_sensitive">True</property>
  272. <property name="secondary_icon_sensitive">True</property>
  273. <property name="adjustment">adjustment1</property>
  274. <property name="snap_to_ticks">True</property>
  275. <property name="numeric">True</property>
  276. </object>
  277. <packing>
  278. <property name="left_attach">1</property>
  279. <property name="right_attach">2</property>
  280. <property name="top_attach">1</property>
  281. <property name="bottom_attach">2</property>
  282. </packing>
  283. </child>
  284. <child>
  285. <object class="GtkSpinButton" id="spinbutton_identifier">
  286. <property name="visible">True</property>
  287. <property name="can_focus">True</property>
  288. <property name="primary_icon_activatable">False</property>
  289. <property name="secondary_icon_activatable">False</property>
  290. <property name="primary_icon_sensitive">True</property>
  291. <property name="secondary_icon_sensitive">True</property>
  292. <property name="adjustment">adjustment2</property>
  293. <property name="snap_to_ticks">True</property>
  294. <property name="numeric">True</property>
  295. </object>
  296. <packing>
  297. <property name="left_attach">1</property>
  298. <property name="right_attach">2</property>
  299. </packing>
  300. </child>
  301. <child>
  302. <object class="GtkLabel" id="label_sampling_frequency">
  303. <property name="visible">True</property>
  304. <property name="can_focus">False</property>
  305. <property name="label" translatable="yes">Sampling frequency :</property>
  306. <property name="justify">right</property>
  307. <property name="single_line_mode">True</property>
  308. </object>
  309. <packing>
  310. <property name="top_attach">4</property>
  311. <property name="bottom_attach">5</property>
  312. </packing>
  313. </child>
  314. <child>
  315. <object class="GtkLabel" id="label_number_of_channels">
  316. <property name="visible">True</property>
  317. <property name="can_focus">False</property>
  318. <property name="label" translatable="yes">Number of channels :</property>
  319. <property name="justify">right</property>
  320. <property name="single_line_mode">True</property>
  321. </object>
  322. <packing>
  323. <property name="top_attach">3</property>
  324. <property name="bottom_attach">4</property>
  325. </packing>
  326. </child>
  327. <child>
  328. <object class="GtkLabel" id="label_gender">
  329. <property name="visible">True</property>
  330. <property name="can_focus">False</property>
  331. <property name="label" translatable="yes">Gender :</property>
  332. <property name="justify">right</property>
  333. <property name="single_line_mode">True</property>
  334. </object>
  335. <packing>
  336. <property name="top_attach">2</property>
  337. <property name="bottom_attach">3</property>
  338. </packing>
  339. </child>
  340. <child>
  341. <object class="GtkLabel" id="label_age">
  342. <property name="visible">True</property>
  343. <property name="can_focus">False</property>
  344. <property name="label" translatable="yes">Age :</property>
  345. <property name="justify">right</property>
  346. <property name="single_line_mode">True</property>
  347. </object>
  348. <packing>
  349. <property name="top_attach">1</property>
  350. <property name="bottom_attach">2</property>
  351. </packing>
  352. </child>
  353. <child>
  354. <object class="GtkLabel" id="label_identifier">
  355. <property name="visible">True</property>
  356. <property name="can_focus">False</property>
  357. <property name="label" translatable="yes">Identifier :</property>
  358. <property name="justify">right</property>
  359. <property name="single_line_mode">True</property>
  360. </object>
  361. </child>
  362. <child>
  363. <object class="GtkComboBox" id="combobox_sampling_frequency">
  364. <property name="visible">True</property>
  365. <property name="can_focus">False</property>
  366. <property name="model">model2</property>
  367. <child>
  368. <object class="GtkCellRendererText" id="renderer2"/>
  369. <attributes>
  370. <attribute name="text">0</attribute>
  371. </attributes>
  372. </child>
  373. </object>
  374. <packing>
  375. <property name="left_attach">1</property>
  376. <property name="right_attach">2</property>
  377. <property name="top_attach">4</property>
  378. <property name="bottom_attach">5</property>
  379. </packing>
  380. </child>
  381. <child>
  382. <object class="GtkSpinButton" id="spinbutton_number_of_channels">
  383. <property name="visible">True</property>
  384. <property name="can_focus">False</property>
  385. <property name="primary_icon_activatable">False</property>
  386. <property name="secondary_icon_activatable">False</property>
  387. <property name="primary_icon_sensitive">False</property>
  388. <property name="secondary_icon_sensitive">False</property>
  389. <property name="adjustment">adjustment3</property>
  390. <property name="snap_to_ticks">True</property>
  391. <property name="numeric">True</property>
  392. </object>
  393. <packing>
  394. <property name="left_attach">1</property>
  395. <property name="right_attach">2</property>
  396. <property name="top_attach">3</property>
  397. <property name="bottom_attach">4</property>
  398. </packing>
  399. </child>
  400. <child>
  401. <object class="GtkLabel" id="label_send_stimulations">
  402. <property name="visible">True</property>
  403. <property name="can_focus">False</property>
  404. <property name="label" translatable="yes">Send periodical stimulations :</property>
  405. </object>
  406. <packing>
  407. <property name="top_attach">5</property>
  408. <property name="bottom_attach">6</property>
  409. </packing>
  410. </child>
  411. <child>
  412. <object class="GtkCheckButton" id="checkbutton_send_periodic_stimulations">
  413. <property name="visible">True</property>
  414. <property name="can_focus">True</property>
  415. <property name="receives_default">False</property>
  416. <property name="use_action_appearance">False</property>
  417. <property name="draw_indicator">True</property>
  418. </object>
  419. <packing>
  420. <property name="left_attach">1</property>
  421. <property name="right_attach">2</property>
  422. <property name="top_attach">5</property>
  423. <property name="bottom_attach">6</property>
  424. </packing>
  425. </child>
  426. <child>
  427. <object class="GtkLabel" id="label1">
  428. <property name="visible">True</property>
  429. <property name="can_focus">False</property>
  430. <property name="label" translatable="yes">Check impedance :</property>
  431. </object>
  432. <packing>
  433. <property name="top_attach">6</property>
  434. <property name="bottom_attach">7</property>
  435. </packing>
  436. </child>
  437. <child>
  438. <object class="GtkCheckButton" id="checkbutton_impedance">
  439. <property name="visible">True</property>
  440. <property name="can_focus">True</property>
  441. <property name="receives_default">False</property>
  442. <property name="draw_indicator">True</property>
  443. </object>
  444. <packing>
  445. <property name="left_attach">1</property>
  446. <property name="right_attach">2</property>
  447. <property name="top_attach">6</property>
  448. <property name="bottom_attach">7</property>
  449. </packing>
  450. </child>
  451. <child>
  452. <object class="GtkLabel" id="label_offset">
  453. <property name="visible">True</property>
  454. <property name="can_focus">False</property>
  455. <property name="label" translatable="yes">Offset (Hz) :</property>
  456. </object>
  457. <packing>
  458. <property name="top_attach">7</property>
  459. <property name="bottom_attach">8</property>
  460. </packing>
  461. </child>
  462. <child>
  463. <object class="GtkSpinButton" id="spinbutton_offset">
  464. <property name="visible">True</property>
  465. <property name="can_focus">True</property>
  466. <property name="primary_icon_activatable">False</property>
  467. <property name="secondary_icon_activatable">False</property>
  468. <property name="primary_icon_sensitive">True</property>
  469. <property name="secondary_icon_sensitive">True</property>
  470. <property name="adjustment">adjustment4</property>
  471. <property name="snap_to_ticks">False</property>
  472. <property name="numeric">True</property>
  473. </object>
  474. <packing>
  475. <property name="left_attach">1</property>
  476. <property name="right_attach">2</property>
  477. <property name="top_attach">7</property>
  478. <property name="bottom_attach">8</property>
  479. </packing>
  480. </child>
  481. <child>
  482. <object class="GtkLabel" id="label_spread">
  483. <property name="visible">True</property>
  484. <property name="can_focus">False</property>
  485. <property name="label" translatable="yes">Spread:</property>
  486. </object>
  487. <packing>
  488. <property name="top_attach">8</property>
  489. <property name="bottom_attach">9</property>
  490. </packing>
  491. </child>
  492. <child>
  493. <object class="GtkSpinButton" id="spinbutton_spread">
  494. <property name="visible">True</property>
  495. <property name="can_focus">True</property>
  496. <property name="primary_icon_activatable">False</property>
  497. <property name="secondary_icon_activatable">False</property>
  498. <property name="primary_icon_sensitive">True</property>
  499. <property name="secondary_icon_sensitive">True</property>
  500. <property name="adjustment">adjustment5</property>
  501. <property name="snap_to_ticks">False</property>
  502. <property name="numeric">True</property>
  503. </object>
  504. <packing>
  505. <property name="left_attach">1</property>
  506. <property name="right_attach">2</property>
  507. <property name="top_attach">8</property>
  508. <property name="bottom_attach">9</property>
  509. </packing>
  510. </child>
  511. <child>
  512. <object class="GtkLabel" id="label_maxdev">
  513. <property name="visible">True</property>
  514. <property name="can_focus">False</property>
  515. <property name="label" translatable="yes">Max dev (Hz):</property>
  516. </object>
  517. <packing>
  518. <property name="top_attach">9</property>
  519. <property name="bottom_attach">10</property>
  520. </packing>
  521. </child>
  522. <child>
  523. <object class="GtkSpinButton" id="spinbutton_maxdev">
  524. <property name="visible">True</property>
  525. <property name="can_focus">True</property>
  526. <property name="primary_icon_activatable">False</property>
  527. <property name="secondary_icon_activatable">False</property>
  528. <property name="primary_icon_sensitive">True</property>
  529. <property name="secondary_icon_sensitive">True</property>
  530. <property name="adjustment">adjustment8</property>
  531. <property name="snap_to_ticks">False</property>
  532. <property name="numeric">True</property>
  533. </object>
  534. <packing>
  535. <property name="left_attach">1</property>
  536. <property name="right_attach">2</property>
  537. <property name="top_attach">9</property>
  538. <property name="bottom_attach">10</property>
  539. </packing>
  540. </child>
  541. <child>
  542. <object class="GtkLabel" id="label_pullback">
  543. <property name="visible">True</property>
  544. <property name="can_focus">False</property>
  545. <property name="label" translatable="yes">Pullback :</property>
  546. </object>
  547. <packing>
  548. <property name="top_attach">10</property>
  549. <property name="bottom_attach">11</property>
  550. </packing>
  551. </child>
  552. <child>
  553. <object class="GtkSpinButton" id="spinbutton_pullback">
  554. <property name="visible">True</property>
  555. <property name="can_focus">True</property>
  556. <property name="primary_icon_activatable">False</property>
  557. <property name="secondary_icon_activatable">False</property>
  558. <property name="primary_icon_sensitive">True</property>
  559. <property name="secondary_icon_sensitive">True</property>
  560. <property name="adjustment">adjustment6</property>
  561. <property name="snap_to_ticks">False</property>
  562. <property name="numeric">True</property>
  563. </object>
  564. <packing>
  565. <property name="left_attach">1</property>
  566. <property name="right_attach">2</property>
  567. <property name="top_attach">10</property>
  568. <property name="bottom_attach">11</property>
  569. </packing>
  570. </child>
  571. <child>
  572. <object class="GtkLabel" id="label_update">
  573. <property name="visible">True</property>
  574. <property name="can_focus">False</property>
  575. <property name="label" translatable="yes">Update (s) :</property>
  576. </object>
  577. <packing>
  578. <property name="top_attach">11</property>
  579. <property name="bottom_attach">12</property>
  580. </packing>
  581. </child>
  582. <child>
  583. <object class="GtkSpinButton" id="spinbutton_update">
  584. <property name="visible">True</property>
  585. <property name="can_focus">True</property>
  586. <property name="primary_icon_activatable">False</property>
  587. <property name="secondary_icon_activatable">False</property>
  588. <property name="primary_icon_sensitive">True</property>
  589. <property name="secondary_icon_sensitive">True</property>
  590. <property name="adjustment">adjustment7</property>
  591. <property name="snap_to_ticks">False</property>
  592. <property name="numeric">True</property>
  593. </object>
  594. <packing>
  595. <property name="left_attach">1</property>
  596. <property name="right_attach">2</property>
  597. <property name="top_attach">11</property>
  598. <property name="bottom_attach">12</property>
  599. </packing>
  600. </child>
  601. <child>
  602. <object class="GtkLabel" id="label_wavetype">
  603. <property name="visible">True</property>
  604. <property name="can_focus">False</property>
  605. <property name="label" translatable="yes">Wave type :</property>
  606. </object>
  607. <packing>
  608. <property name="top_attach">12</property>
  609. <property name="bottom_attach">13</property>
  610. </packing>
  611. </child>
  612. <child>
  613. <object class="GtkComboBox" id="combobox_wavetype">
  614. <property name="visible">True</property>
  615. <property name="can_focus">False</property>
  616. <property name="model">model3</property>
  617. <child>
  618. <object class="GtkCellRendererText" id="renderer3"/>
  619. <attributes>
  620. <attribute name="text">0</attribute>
  621. </attributes>
  622. </child>
  623. </object>
  624. <packing>
  625. <property name="left_attach">1</property>
  626. <property name="right_attach">2</property>
  627. <property name="top_attach">12</property>
  628. <property name="bottom_attach">13</property>
  629. </packing>
  630. </child>
  631. <child>
  632. <object class="GtkLabel" id="label_freeze_frequency">
  633. <property name="visible">True</property>
  634. <property name="can_focus">False</property>
  635. <property name="label" translatable="yes">Freeze frequency (hz, avg) :</property>
  636. </object>
  637. <packing>
  638. <property name="top_attach">13</property>
  639. <property name="bottom_attach">14</property>
  640. </packing>
  641. </child>
  642. <child>
  643. <object class="GtkSpinButton" id="spinbutton_freeze_frequency">
  644. <property name="visible">True</property>
  645. <property name="can_focus">True</property>
  646. <property name="primary_icon_activatable">False</property>
  647. <property name="secondary_icon_activatable">False</property>
  648. <property name="primary_icon_sensitive">True</property>
  649. <property name="secondary_icon_sensitive">True</property>
  650. <property name="adjustment">adjustment9</property>
  651. <property name="snap_to_ticks">False</property>
  652. <property name="numeric">True</property>
  653. </object>
  654. <packing>
  655. <property name="left_attach">1</property>
  656. <property name="right_attach">2</property>
  657. <property name="top_attach">13</property>
  658. <property name="bottom_attach">14</property>
  659. </packing>
  660. </child>
  661. <child>
  662. <object class="GtkLabel" id="label_freeze_duration">
  663. <property name="visible">True</property>
  664. <property name="can_focus">False</property>
  665. <property name="label" translatable="yes">Freeze duration (s) :</property>
  666. </object>
  667. <packing>
  668. <property name="top_attach">14</property>
  669. <property name="bottom_attach">15</property>
  670. </packing>
  671. </child>
  672. <child>
  673. <object class="GtkSpinButton" id="spinbutton_freeze_duration">
  674. <property name="visible">True</property>
  675. <property name="can_focus">True</property>
  676. <property name="primary_icon_activatable">False</property>
  677. <property name="secondary_icon_activatable">False</property>
  678. <property name="primary_icon_sensitive">True</property>
  679. <property name="secondary_icon_sensitive">True</property>
  680. <property name="adjustment">adjustment10</property>
  681. <property name="snap_to_ticks">False</property>
  682. <property name="numeric">True</property>
  683. </object>
  684. <packing>
  685. <property name="left_attach">1</property>
  686. <property name="right_attach">2</property>
  687. <property name="top_attach">14</property>
  688. <property name="bottom_attach">15</property>
  689. </packing>
  690. </child>
  691. </object>
  692. <packing>
  693. <property name="expand">True</property>
  694. <property name="fill">True</property>
  695. <property name="position">0</property>
  696. </packing>
  697. </child>
  698. </object>
  699. <packing>
  700. <property name="expand">True</property>
  701. <property name="fill">True</property>
  702. <property name="position">0</property>
  703. </packing>
  704. </child>
  705. <child>
  706. <object class="GtkButton" id="button_change_channel_names">
  707. <property name="label" translatable="yes">Change channel names</property>
  708. <property name="visible">True</property>
  709. <property name="can_focus">False</property>
  710. <property name="receives_default">False</property>
  711. <property name="use_action_appearance">False</property>
  712. </object>
  713. <packing>
  714. <property name="expand">False</property>
  715. <property name="fill">True</property>
  716. <property name="position">1</property>
  717. </packing>
  718. </child>
  719. </object>
  720. <packing>
  721. <property name="expand">True</property>
  722. <property name="fill">True</property>
  723. <property name="position">3</property>
  724. </packing>
  725. </child>
  726. <child>
  727. <object class="GtkHSeparator" id="hseparator1">
  728. <property name="visible">True</property>
  729. <property name="can_focus">False</property>
  730. </object>
  731. <packing>
  732. <property name="expand">False</property>
  733. <property name="fill">True</property>
  734. <property name="position">4</property>
  735. </packing>
  736. </child>
  737. </object>
  738. </child>
  739. <action-widgets>
  740. <action-widget response="-10">button_apply</action-widget>
  741. <action-widget response="-6">button_cancel</action-widget>
  742. </action-widgets>
  743. </object>
  744. </interface>