You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

interface-Generic-TimeSignal.ui 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. <?xml version="1.0"?>
  2. <interface>
  3. <!-- interface-requires gtk+ 2.6 -->
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="value">18</property>
  7. <property name="upper">100</property>
  8. <property name="step_increment">1</property>
  9. <property name="page_increment">10</property>
  10. </object>
  11. <object class="GtkAdjustment" id="adjustment2">
  12. <property name="upper">100</property>
  13. <property name="step_increment">1</property>
  14. <property name="page_increment">10</property>
  15. </object>
  16. <object class="GtkAdjustment" id="adjustment3">
  17. <property name="value">1</property>
  18. <property name="lower">1</property>
  19. <property name="upper">1</property>
  20. <property name="step_increment">1</property>
  21. <property name="page_increment">10</property>
  22. </object>
  23. <object class="GtkListStore" id="model1">
  24. <columns>
  25. <!-- column-name gchararray -->
  26. <column type="gchararray"/>
  27. </columns>
  28. <data>
  29. <row>
  30. <col id="0" translatable="yes">unspecified</col>
  31. </row>
  32. <row>
  33. <col id="0" translatable="yes">female</col>
  34. </row>
  35. <row>
  36. <col id="0" translatable="yes">male</col>
  37. </row>
  38. <row>
  39. <col id="0" translatable="yes">unknown</col>
  40. </row>
  41. </data>
  42. </object>
  43. <object class="GtkListStore" id="model2">
  44. <columns>
  45. <!-- column-name gchararray -->
  46. <column type="gchararray"/>
  47. </columns>
  48. <data>
  49. <row>
  50. <col id="0" translatable="yes">128</col>
  51. </row>
  52. <row>
  53. <col id="0" translatable="yes">256</col>
  54. </row>
  55. <row>
  56. <col id="0" translatable="yes">512</col>
  57. </row>
  58. <row>
  59. <col id="0" translatable="yes">1024</col>
  60. </row>
  61. <row>
  62. <col id="0" translatable="yes">2048</col>
  63. </row>
  64. <row>
  65. <col id="0" translatable="yes">4096</col>
  66. </row>
  67. </data>
  68. </object>
  69. <object class="GtkDialog" id="openvibe-acquisition-server-settings">
  70. <property name="border_width">5</property>
  71. <property name="title" translatable="yes">Device configuration</property>
  72. <property name="window_position">center</property>
  73. <property name="type_hint">dialog</property>
  74. <property name="gravity">center</property>
  75. <property name="has_separator">False</property>
  76. <child internal-child="vbox">
  77. <object class="GtkVBox" id="dialog-vbox">
  78. <property name="visible">True</property>
  79. <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>
  80. <property name="spacing">8</property>
  81. <child>
  82. <object class="GtkLabel" id="label_title">
  83. <property name="visible">True</property>
  84. <property name="label" translatable="yes">Generic Time Signal</property>
  85. <property name="justify">center</property>
  86. </object>
  87. <packing>
  88. <property name="position">1</property>
  89. </packing>
  90. </child>
  91. <child>
  92. <object class="GtkHSeparator" id="hseparator">
  93. <property name="visible">True</property>
  94. </object>
  95. <packing>
  96. <property name="expand">False</property>
  97. <property name="position">2</property>
  98. </packing>
  99. </child>
  100. <child>
  101. <object class="GtkVBox" id="vbox">
  102. <property name="visible">True</property>
  103. <property name="border_width">8</property>
  104. <property name="spacing">8</property>
  105. <child>
  106. <object class="GtkHBox" id="hbox">
  107. <property name="visible">True</property>
  108. <property name="spacing">8</property>
  109. <child>
  110. <object class="GtkTable" id="table2">
  111. <property name="visible">True</property>
  112. <property name="n_rows">5</property>
  113. <property name="n_columns">2</property>
  114. <property name="homogeneous">True</property>
  115. <child>
  116. <object class="GtkComboBox" id="combobox_gender">
  117. <property name="visible">True</property>
  118. <property name="model">model1</property>
  119. <child>
  120. <object class="GtkCellRendererText" id="renderer1"/>
  121. <attributes>
  122. <attribute name="text">0</attribute>
  123. </attributes>
  124. </child>
  125. </object>
  126. <packing>
  127. <property name="left_attach">1</property>
  128. <property name="right_attach">2</property>
  129. <property name="top_attach">2</property>
  130. <property name="bottom_attach">3</property>
  131. </packing>
  132. </child>
  133. <child>
  134. <object class="GtkSpinButton" id="spinbutton_age">
  135. <property name="visible">True</property>
  136. <property name="can_focus">True</property>
  137. <property name="adjustment">adjustment1</property>
  138. <property name="snap_to_ticks">True</property>
  139. <property name="numeric">True</property>
  140. </object>
  141. <packing>
  142. <property name="left_attach">1</property>
  143. <property name="right_attach">2</property>
  144. <property name="top_attach">1</property>
  145. <property name="bottom_attach">2</property>
  146. </packing>
  147. </child>
  148. <child>
  149. <object class="GtkSpinButton" id="spinbutton_identifier">
  150. <property name="visible">True</property>
  151. <property name="can_focus">True</property>
  152. <property name="adjustment">adjustment2</property>
  153. <property name="snap_to_ticks">True</property>
  154. <property name="numeric">True</property>
  155. </object>
  156. <packing>
  157. <property name="left_attach">1</property>
  158. <property name="right_attach">2</property>
  159. </packing>
  160. </child>
  161. <child>
  162. <object class="GtkLabel" id="label_sampling_frequency">
  163. <property name="visible">True</property>
  164. <property name="label" translatable="yes">Sampling frequency :</property>
  165. <property name="justify">right</property>
  166. <property name="single_line_mode">True</property>
  167. </object>
  168. <packing>
  169. <property name="top_attach">4</property>
  170. <property name="bottom_attach">5</property>
  171. </packing>
  172. </child>
  173. <child>
  174. <object class="GtkLabel" id="label_number_of_channels">
  175. <property name="visible">True</property>
  176. <property name="label" translatable="yes">Number of channels :</property>
  177. <property name="justify">right</property>
  178. <property name="single_line_mode">True</property>
  179. </object>
  180. <packing>
  181. <property name="top_attach">3</property>
  182. <property name="bottom_attach">4</property>
  183. </packing>
  184. </child>
  185. <child>
  186. <object class="GtkLabel" id="label_gender">
  187. <property name="visible">True</property>
  188. <property name="label" translatable="yes">Gender :</property>
  189. <property name="justify">right</property>
  190. <property name="single_line_mode">True</property>
  191. </object>
  192. <packing>
  193. <property name="top_attach">2</property>
  194. <property name="bottom_attach">3</property>
  195. </packing>
  196. </child>
  197. <child>
  198. <object class="GtkLabel" id="label_age">
  199. <property name="visible">True</property>
  200. <property name="label" translatable="yes">Age :</property>
  201. <property name="justify">right</property>
  202. <property name="single_line_mode">True</property>
  203. </object>
  204. <packing>
  205. <property name="top_attach">1</property>
  206. <property name="bottom_attach">2</property>
  207. </packing>
  208. </child>
  209. <child>
  210. <object class="GtkLabel" id="label_identifier">
  211. <property name="visible">True</property>
  212. <property name="label" translatable="yes">Identifier :</property>
  213. <property name="justify">right</property>
  214. <property name="single_line_mode">True</property>
  215. </object>
  216. </child>
  217. <child>
  218. <object class="GtkComboBox" id="combobox_sampling_frequency">
  219. <property name="visible">True</property>
  220. <property name="model">model2</property>
  221. <property name="active">0</property>
  222. <child>
  223. <object class="GtkCellRendererText" id="renderer2"/>
  224. <attributes>
  225. <attribute name="text">0</attribute>
  226. </attributes>
  227. </child>
  228. </object>
  229. <packing>
  230. <property name="left_attach">1</property>
  231. <property name="right_attach">2</property>
  232. <property name="top_attach">4</property>
  233. <property name="bottom_attach">5</property>
  234. </packing>
  235. </child>
  236. <child>
  237. <object class="GtkSpinButton" id="spinbutton_number_of_channels">
  238. <property name="visible">True</property>
  239. <property name="can_focus">True</property>
  240. <property name="adjustment">adjustment3</property>
  241. <property name="snap_to_ticks">True</property>
  242. <property name="numeric">True</property>
  243. </object>
  244. <packing>
  245. <property name="left_attach">1</property>
  246. <property name="right_attach">2</property>
  247. <property name="top_attach">3</property>
  248. <property name="bottom_attach">4</property>
  249. </packing>
  250. </child>
  251. </object>
  252. <packing>
  253. <property name="position">0</property>
  254. </packing>
  255. </child>
  256. </object>
  257. <packing>
  258. <property name="position">0</property>
  259. </packing>
  260. </child>
  261. <child>
  262. <object class="GtkButton" id="button_change_channel_names">
  263. <property name="label" translatable="yes">Change channel names</property>
  264. <property name="visible">True</property>
  265. <property name="can_focus">False</property>
  266. <property name="receives_default">False</property>
  267. </object>
  268. <packing>
  269. <property name="expand">False</property>
  270. <property name="position">1</property>
  271. </packing>
  272. </child>
  273. </object>
  274. <packing>
  275. <property name="position">3</property>
  276. </packing>
  277. </child>
  278. <child>
  279. <object class="GtkHSeparator" id="hseparator1">
  280. <property name="visible">True</property>
  281. </object>
  282. <packing>
  283. <property name="expand">False</property>
  284. <property name="position">4</property>
  285. </packing>
  286. </child>
  287. <child internal-child="action_area">
  288. <object class="GtkHButtonBox" id="dialog-action_area">
  289. <property name="visible">True</property>
  290. <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>
  291. <property name="layout_style">end</property>
  292. <child>
  293. <object class="GtkButton" id="button_apply">
  294. <property name="label">gtk-apply</property>
  295. <property name="visible">True</property>
  296. <property name="can_focus">False</property>
  297. <property name="receives_default">False</property>
  298. <property name="use_stock">True</property>
  299. </object>
  300. <packing>
  301. <property name="expand">False</property>
  302. <property name="fill">False</property>
  303. <property name="position">0</property>
  304. </packing>
  305. </child>
  306. <child>
  307. <object class="GtkButton" id="button_cancel">
  308. <property name="label">gtk-cancel</property>
  309. <property name="visible">True</property>
  310. <property name="can_focus">False</property>
  311. <property name="receives_default">False</property>
  312. <property name="use_stock">True</property>
  313. </object>
  314. <packing>
  315. <property name="expand">False</property>
  316. <property name="fill">False</property>
  317. <property name="position">1</property>
  318. </packing>
  319. </child>
  320. </object>
  321. <packing>
  322. <property name="expand">False</property>
  323. <property name="pack_type">end</property>
  324. <property name="position">0</property>
  325. </packing>
  326. </child>
  327. </object>
  328. </child>
  329. <action-widgets>
  330. <action-widget response="-10">button_apply</action-widget>
  331. <action-widget response="-6">button_cancel</action-widget>
  332. </action-widgets>
  333. </object>
  334. </interface>