new release 1.2.0
[psensor-pkg-debian.git] / src / glade / psensor-pref.glade
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4   <requires lib="gtk+" version="3.4"/>
5   <object class="GtkAdjustment" id="mins">
6     <property name="lower">1</property>
7     <property name="upper">65535</property>
8     <property name="value">10</property>
9     <property name="step_increment">1</property>
10     <property name="page_increment">10</property>
11   </object>
12   <object class="GtkAdjustment" id="opacity">
13     <property name="upper">1</property>
14     <property name="step_increment">0.01</property>
15     <property name="page_increment">0.10000000000000001</property>
16   </object>
17   <object class="GtkListStore" id="position_list_store">
18     <columns>
19       <!-- column-name gchararray1 -->
20       <column type="gchararray"/>
21     </columns>
22     <data>
23       <row>
24         <col id="0" translatable="yes" context="psensor">Right</col>
25       </row>
26       <row>
27         <col id="0" translatable="yes">Left</col>
28       </row>
29       <row>
30         <col id="0" translatable="yes">Top</col>
31       </row>
32       <row>
33         <col id="0" translatable="yes">Bottom</col>
34       </row>
35     </data>
36   </object>
37   <object class="GtkAdjustment" id="secs">
38     <property name="lower">1</property>
39     <property name="upper">256</property>
40     <property name="value">1</property>
41     <property name="step_increment">1</property>
42     <property name="page_increment">10</property>
43   </object>
44   <object class="GtkAdjustment" id="secs2">
45     <property name="lower">1</property>
46     <property name="upper">256</property>
47     <property name="step_increment">1</property>
48     <property name="page_increment">10</property>
49   </object>
50   <object class="GtkAdjustment" id="slog_interval_adjustment">
51     <property name="lower">1</property>
52     <property name="upper">6500</property>
53     <property name="value">300</property>
54     <property name="step_increment">1</property>
55     <property name="page_increment">10</property>
56   </object>
57   <object class="GtkDialog" id="dialog1">
58     <property name="can_focus">False</property>
59     <property name="border_width">5</property>
60     <property name="title" translatable="yes">Edit Preferences</property>
61     <property name="modal">True</property>
62     <property name="destroy_with_parent">True</property>
63     <property name="type_hint">normal</property>
64     <child internal-child="vbox">
65       <object class="GtkBox" id="dialog-vbox1">
66         <property name="visible">True</property>
67         <property name="can_focus">False</property>
68         <property name="orientation">vertical</property>
69         <property name="spacing">2</property>
70         <child internal-child="action_area">
71           <object class="GtkButtonBox" id="dialog-action_area1">
72             <property name="visible">True</property>
73             <property name="can_focus">False</property>
74             <property name="layout_style">end</property>
75             <child>
76               <object class="GtkButton" id="button1">
77                 <property name="label">gtk-ok</property>
78                 <property name="visible">True</property>
79                 <property name="can_focus">True</property>
80                 <property name="receives_default">True</property>
81                 <property name="use_stock">True</property>
82               </object>
83               <packing>
84                 <property name="expand">False</property>
85                 <property name="fill">False</property>
86                 <property name="position">0</property>
87               </packing>
88             </child>
89             <child>
90               <object class="GtkButton" id="button2">
91                 <property name="label">gtk-cancel</property>
92                 <property name="visible">True</property>
93                 <property name="can_focus">True</property>
94                 <property name="receives_default">True</property>
95                 <property name="use_stock">True</property>
96               </object>
97               <packing>
98                 <property name="expand">False</property>
99                 <property name="fill">False</property>
100                 <property name="position">1</property>
101               </packing>
102             </child>
103           </object>
104           <packing>
105             <property name="expand">False</property>
106             <property name="fill">True</property>
107             <property name="pack_type">end</property>
108             <property name="position">0</property>
109           </packing>
110         </child>
111         <child>
112           <object class="GtkNotebook" id="notebook">
113             <property name="visible">True</property>
114             <property name="can_focus">True</property>
115             <child>
116               <object class="GtkGrid" id="table1">
117                 <property name="visible">True</property>
118                 <property name="can_focus">False</property>
119                 <property name="margin_left">4</property>
120                 <property name="margin_right">4</property>
121                 <property name="margin_top">4</property>
122                 <property name="margin_bottom">4</property>
123                 <property name="column_homogeneous">True</property>
124                 <child>
125                   <object class="GtkCheckButton" id="hide_window_decoration">
126                     <property name="label" translatable="yes">Hide window decoration</property>
127                     <property name="visible">True</property>
128                     <property name="can_focus">True</property>
129                     <property name="receives_default">False</property>
130                     <property name="margin_left">4</property>
131                     <property name="margin_right">4</property>
132                     <property name="margin_top">4</property>
133                     <property name="margin_bottom">4</property>
134                     <property name="xalign">0</property>
135                     <property name="draw_indicator">True</property>
136                     <signal name="toggled" handler="ui_pref_decoration_toggled_cbk" swapped="no"/>
137                   </object>
138                   <packing>
139                     <property name="left_attach">0</property>
140                     <property name="top_attach">0</property>
141                     <property name="width">2</property>
142                   </packing>
143                 </child>
144                 <child>
145                   <object class="GtkCheckButton" id="keep_window_below">
146                     <property name="label" translatable="yes">Keep window below</property>
147                     <property name="visible">True</property>
148                     <property name="can_focus">True</property>
149                     <property name="receives_default">False</property>
150                     <property name="margin_left">4</property>
151                     <property name="margin_right">4</property>
152                     <property name="margin_top">4</property>
153                     <property name="margin_bottom">4</property>
154                     <property name="xalign">0</property>
155                     <property name="draw_indicator">True</property>
156                     <signal name="toggled" handler="ui_pref_keep_below_toggled_cbk" swapped="no"/>
157                   </object>
158                   <packing>
159                     <property name="left_attach">0</property>
160                     <property name="top_attach">1</property>
161                     <property name="width">2</property>
162                   </packing>
163                 </child>
164                 <child>
165                   <object class="GtkCheckButton" id="enable_menu">
166                     <property name="label" translatable="yes">Enable menu</property>
167                     <property name="visible">True</property>
168                     <property name="can_focus">True</property>
169                     <property name="receives_default">False</property>
170                     <property name="margin_left">4</property>
171                     <property name="margin_right">4</property>
172                     <property name="margin_top">4</property>
173                     <property name="margin_bottom">4</property>
174                     <property name="xalign">0</property>
175                     <property name="draw_indicator">True</property>
176                     <signal name="toggled" handler="ui_pref_menu_toggled_cbk" swapped="no"/>
177                   </object>
178                   <packing>
179                     <property name="left_attach">0</property>
180                     <property name="top_attach">2</property>
181                     <property name="width">2</property>
182                   </packing>
183                 </child>
184                 <child>
185                   <object class="GtkCheckButton" id="enable_launcher_counter">
186                     <property name="label" translatable="yes">Enable Unity Launcher counter</property>
187                     <property name="visible">True</property>
188                     <property name="can_focus">True</property>
189                     <property name="receives_default">False</property>
190                     <property name="tooltip_text" translatable="yes">Psensor has not been build with Unity Launcher support</property>
191                     <property name="margin_left">4</property>
192                     <property name="margin_right">4</property>
193                     <property name="margin_top">4</property>
194                     <property name="margin_bottom">4</property>
195                     <property name="xalign">0</property>
196                     <property name="draw_indicator">True</property>
197                     <signal name="toggled" handler="ui_pref_count_visible_toggled_cbk" swapped="no"/>
198                   </object>
199                   <packing>
200                     <property name="left_attach">0</property>
201                     <property name="top_attach">3</property>
202                     <property name="width">2</property>
203                   </packing>
204                 </child>
205                 <child>
206                   <object class="GtkComboBoxText" id="temperature_unit">
207                     <property name="visible">True</property>
208                     <property name="can_focus">False</property>
209                     <property name="halign">start</property>
210                     <property name="margin_left">4</property>
211                     <property name="margin_right">4</property>
212                     <property name="margin_top">4</property>
213                     <property name="margin_bottom">4</property>
214                     <items>
215                       <item translatable="yes">Celsius</item>
216                       <item translatable="yes">Fahrenheit</item>
217                     </items>
218                     <signal name="changed" handler="ui_pref_temperature_unit_changed_cbk" swapped="no"/>
219                   </object>
220                   <packing>
221                     <property name="left_attach">1</property>
222                     <property name="top_attach">4</property>
223                   </packing>
224                 </child>
225                 <child>
226                   <object class="GtkComboBox" id="sensors_list_position">
227                     <property name="visible">True</property>
228                     <property name="can_focus">False</property>
229                     <property name="halign">start</property>
230                     <property name="margin_left">4</property>
231                     <property name="margin_right">4</property>
232                     <property name="margin_top">4</property>
233                     <property name="margin_bottom">4</property>
234                     <property name="model">position_list_store</property>
235                     <property name="active">0</property>
236                     <signal name="changed" handler="ui_pref_sensorlist_position_changed_cbk" swapped="no"/>
237                     <child>
238                       <object class="GtkCellRendererText" id="cellrenderertext1"/>
239                       <attributes>
240                         <attribute name="text">0</attribute>
241                       </attributes>
242                     </child>
243                   </object>
244                   <packing>
245                     <property name="left_attach">1</property>
246                     <property name="top_attach">5</property>
247                   </packing>
248                 </child>
249                 <child>
250                   <object class="GtkLabel" id="temperature_unit_label">
251                     <property name="visible">True</property>
252                     <property name="can_focus">False</property>
253                     <property name="margin_left">4</property>
254                     <property name="margin_right">4</property>
255                     <property name="margin_top">4</property>
256                     <property name="margin_bottom">4</property>
257                     <property name="xalign">0</property>
258                     <property name="label" translatable="yes">Temperature unit:</property>
259                   </object>
260                   <packing>
261                     <property name="left_attach">0</property>
262                     <property name="top_attach">4</property>
263                     <property name="width">2</property>
264                   </packing>
265                 </child>
266                 <child>
267                   <object class="GtkLabel" id="label14">
268                     <property name="visible">True</property>
269                     <property name="can_focus">False</property>
270                     <property name="margin_left">4</property>
271                     <property name="margin_right">4</property>
272                     <property name="margin_top">4</property>
273                     <property name="margin_bottom">4</property>
274                     <property name="xalign">0</property>
275                     <property name="label" translatable="yes">Position of sensors table:</property>
276                   </object>
277                   <packing>
278                     <property name="left_attach">0</property>
279                     <property name="top_attach">5</property>
280                   </packing>
281                 </child>
282               </object>
283             </child>
284             <child type="tab">
285               <object class="GtkLabel" id="Interface">
286                 <property name="visible">True</property>
287                 <property name="can_focus">False</property>
288                 <property name="margin_left">4</property>
289                 <property name="margin_right">4</property>
290                 <property name="margin_top">4</property>
291                 <property name="margin_bottom">4</property>
292                 <property name="label" translatable="yes">Interface</property>
293               </object>
294               <packing>
295                 <property name="tab_fill">False</property>
296               </packing>
297             </child>
298             <child>
299               <object class="GtkGrid" id="grid4">
300                 <property name="visible">True</property>
301                 <property name="can_focus">False</property>
302                 <property name="margin_left">4</property>
303                 <property name="margin_right">4</property>
304                 <property name="margin_top">4</property>
305                 <property name="margin_bottom">4</property>
306                 <child>
307                   <object class="GtkCheckButton" id="autostart">
308                     <property name="label" translatable="yes">Launch on session startup</property>
309                     <property name="visible">True</property>
310                     <property name="can_focus">True</property>
311                     <property name="receives_default">False</property>
312                     <property name="margin_left">4</property>
313                     <property name="margin_right">4</property>
314                     <property name="margin_top">4</property>
315                     <property name="margin_bottom">4</property>
316                     <property name="xalign">0</property>
317                     <property name="yalign">0.49000000953674316</property>
318                     <property name="draw_indicator">True</property>
319                   </object>
320                   <packing>
321                     <property name="left_attach">0</property>
322                     <property name="top_attach">0</property>
323                   </packing>
324                 </child>
325                 <child>
326                   <object class="GtkCheckButton" id="hide_on_startup">
327                     <property name="label" translatable="yes">Hide window on startup</property>
328                     <property name="visible">True</property>
329                     <property name="can_focus">True</property>
330                     <property name="receives_default">False</property>
331                     <property name="margin_left">4</property>
332                     <property name="margin_right">4</property>
333                     <property name="margin_top">4</property>
334                     <property name="margin_bottom">4</property>
335                     <property name="xalign">0</property>
336                     <property name="draw_indicator">True</property>
337                   </object>
338                   <packing>
339                     <property name="left_attach">0</property>
340                     <property name="top_attach">1</property>
341                   </packing>
342                 </child>
343                 <child>
344                   <object class="GtkCheckButton" id="restore_window">
345                     <property name="label" translatable="yes">Restore window position and size</property>
346                     <property name="visible">True</property>
347                     <property name="can_focus">True</property>
348                     <property name="receives_default">False</property>
349                     <property name="margin_left">4</property>
350                     <property name="margin_right">4</property>
351                     <property name="margin_top">4</property>
352                     <property name="margin_bottom">4</property>
353                     <property name="xalign">0</property>
354                     <property name="draw_indicator">True</property>
355                   </object>
356                   <packing>
357                     <property name="left_attach">0</property>
358                     <property name="top_attach">2</property>
359                   </packing>
360                 </child>
361               </object>
362               <packing>
363                 <property name="position">1</property>
364               </packing>
365             </child>
366             <child type="tab">
367               <object class="GtkLabel" id="label5">
368                 <property name="visible">True</property>
369                 <property name="can_focus">False</property>
370                 <property name="margin_left">4</property>
371                 <property name="margin_right">4</property>
372                 <property name="margin_top">4</property>
373                 <property name="margin_bottom">4</property>
374                 <property name="label" translatable="yes">Startup</property>
375               </object>
376               <packing>
377                 <property name="position">1</property>
378                 <property name="tab_fill">False</property>
379               </packing>
380             </child>
381             <child>
382               <object class="GtkGrid" id="grid1">
383                 <property name="visible">True</property>
384                 <property name="can_focus">False</property>
385                 <property name="valign">start</property>
386                 <property name="margin_left">4</property>
387                 <property name="margin_right">4</property>
388                 <property name="margin_top">4</property>
389                 <property name="margin_bottom">4</property>
390                 <property name="row_homogeneous">True</property>
391                 <child>
392                   <object class="GtkColorButton" id="color_fg">
393                     <property name="visible">True</property>
394                     <property name="can_focus">True</property>
395                     <property name="receives_default">True</property>
396                     <property name="halign">start</property>
397                     <property name="margin_left">4</property>
398                     <property name="margin_right">4</property>
399                     <property name="margin_top">4</property>
400                     <property name="margin_bottom">4</property>
401                   </object>
402                   <packing>
403                     <property name="left_attach">1</property>
404                     <property name="top_attach">3</property>
405                   </packing>
406                 </child>
407                 <child>
408                   <object class="GtkLabel" id="label2">
409                     <property name="visible">True</property>
410                     <property name="can_focus">False</property>
411                     <property name="margin_left">14</property>
412                     <property name="margin_right">4</property>
413                     <property name="margin_top">4</property>
414                     <property name="margin_bottom">4</property>
415                     <property name="xalign">0</property>
416                     <property name="label" translatable="yes">Foreground:</property>
417                   </object>
418                   <packing>
419                     <property name="left_attach">0</property>
420                     <property name="top_attach">3</property>
421                   </packing>
422                 </child>
423                 <child>
424                   <object class="GtkLabel" id="label3">
425                     <property name="visible">True</property>
426                     <property name="can_focus">False</property>
427                     <property name="margin_left">14</property>
428                     <property name="margin_right">4</property>
429                     <property name="margin_top">4</property>
430                     <property name="margin_bottom">4</property>
431                     <property name="xalign">0</property>
432                     <property name="label" translatable="yes">Background:</property>
433                   </object>
434                   <packing>
435                     <property name="left_attach">0</property>
436                     <property name="top_attach">4</property>
437                   </packing>
438                 </child>
439                 <child>
440                   <object class="GtkColorButton" id="color_bg">
441                     <property name="visible">True</property>
442                     <property name="can_focus">True</property>
443                     <property name="receives_default">True</property>
444                     <property name="halign">start</property>
445                     <property name="margin_left">4</property>
446                     <property name="margin_right">4</property>
447                     <property name="margin_top">4</property>
448                     <property name="margin_bottom">4</property>
449                   </object>
450                   <packing>
451                     <property name="left_attach">1</property>
452                     <property name="top_attach">4</property>
453                   </packing>
454                 </child>
455                 <child>
456                   <object class="GtkLabel" id="label4">
457                     <property name="visible">True</property>
458                     <property name="can_focus">False</property>
459                     <property name="margin_left">14</property>
460                     <property name="margin_right">4</property>
461                     <property name="margin_top">4</property>
462                     <property name="margin_bottom">4</property>
463                     <property name="xalign">0</property>
464                     <property name="label" translatable="yes">Background opacity:</property>
465                   </object>
466                   <packing>
467                     <property name="left_attach">0</property>
468                     <property name="top_attach">5</property>
469                   </packing>
470                 </child>
471                 <child>
472                   <object class="GtkLabel" id="label1">
473                     <property name="visible">True</property>
474                     <property name="can_focus">False</property>
475                     <property name="margin_left">4</property>
476                     <property name="margin_right">4</property>
477                     <property name="margin_top">8</property>
478                     <property name="margin_bottom">4</property>
479                     <property name="xalign">0</property>
480                     <property name="label" translatable="yes">Colors</property>
481                     <attributes>
482                       <attribute name="weight" value="bold"/>
483                     </attributes>
484                   </object>
485                   <packing>
486                     <property name="left_attach">0</property>
487                     <property name="top_attach">2</property>
488                     <property name="width">2</property>
489                   </packing>
490                 </child>
491                 <child>
492                   <object class="GtkLabel" id="label7">
493                     <property name="visible">True</property>
494                     <property name="can_focus">False</property>
495                     <property name="margin_left">14</property>
496                     <property name="margin_right">4</property>
497                     <property name="margin_top">4</property>
498                     <property name="margin_bottom">4</property>
499                     <property name="xalign">0</property>
500                     <property name="label" translatable="yes">Monitoring duration:</property>
501                   </object>
502                   <packing>
503                     <property name="left_attach">0</property>
504                     <property name="top_attach">7</property>
505                   </packing>
506                 </child>
507                 <child>
508                   <object class="GtkLabel" id="label6">
509                     <property name="visible">True</property>
510                     <property name="can_focus">False</property>
511                     <property name="margin_left">14</property>
512                     <property name="margin_right">4</property>
513                     <property name="margin_top">4</property>
514                     <property name="margin_bottom">4</property>
515                     <property name="xalign">0</property>
516                     <property name="label" translatable="yes">Update interval:</property>
517                   </object>
518                   <packing>
519                     <property name="left_attach">0</property>
520                     <property name="top_attach">8</property>
521                   </packing>
522                 </child>
523                 <child>
524                   <object class="GtkLabel" id="Measures">
525                     <property name="visible">True</property>
526                     <property name="can_focus">False</property>
527                     <property name="margin_left">4</property>
528                     <property name="margin_right">4</property>
529                     <property name="margin_top">8</property>
530                     <property name="margin_bottom">4</property>
531                     <property name="xalign">0</property>
532                     <property name="label" translatable="yes">Measures</property>
533                     <attributes>
534                       <attribute name="weight" value="bold"/>
535                     </attributes>
536                   </object>
537                   <packing>
538                     <property name="left_attach">0</property>
539                     <property name="top_attach">6</property>
540                     <property name="width">2</property>
541                   </packing>
542                 </child>
543                 <child>
544                   <object class="GtkBox" id="box1">
545                     <property name="visible">True</property>
546                     <property name="can_focus">False</property>
547                     <property name="margin_left">4</property>
548                     <property name="margin_right">4</property>
549                     <property name="margin_top">4</property>
550                     <property name="margin_bottom">4</property>
551                     <property name="hexpand">True</property>
552                     <property name="spacing">4</property>
553                     <child>
554                       <object class="GtkLabel" id="label15">
555                         <property name="visible">True</property>
556                         <property name="can_focus">False</property>
557                         <property name="xalign">0</property>
558                         <property name="label" translatable="yes">&lt;i&gt;Min&lt;/i&gt;</property>
559                         <property name="use_markup">True</property>
560                       </object>
561                       <packing>
562                         <property name="expand">False</property>
563                         <property name="fill">True</property>
564                         <property name="position">0</property>
565                       </packing>
566                     </child>
567                     <child>
568                       <object class="GtkScale" id="bg_opacity">
569                         <property name="visible">True</property>
570                         <property name="can_focus">True</property>
571                         <property name="adjustment">opacity</property>
572                         <property name="draw_value">False</property>
573                       </object>
574                       <packing>
575                         <property name="expand">True</property>
576                         <property name="fill">True</property>
577                         <property name="position">1</property>
578                       </packing>
579                     </child>
580                     <child>
581                       <object class="GtkLabel" id="label16">
582                         <property name="visible">True</property>
583                         <property name="can_focus">False</property>
584                         <property name="xalign">0</property>
585                         <property name="label" translatable="yes">&lt;i&gt;Max&lt;/i&gt;</property>
586                         <property name="use_markup">True</property>
587                       </object>
588                       <packing>
589                         <property name="expand">False</property>
590                         <property name="fill">True</property>
591                         <property name="position">2</property>
592                       </packing>
593                     </child>
594                   </object>
595                   <packing>
596                     <property name="left_attach">1</property>
597                     <property name="top_attach">5</property>
598                   </packing>
599                 </child>
600                 <child>
601                   <object class="GtkBox" id="box2">
602                     <property name="visible">True</property>
603                     <property name="can_focus">False</property>
604                     <child>
605                       <object class="GtkSpinButton" id="update_interval">
606                         <property name="visible">True</property>
607                         <property name="can_focus">True</property>
608                         <property name="halign">start</property>
609                         <property name="margin_left">4</property>
610                         <property name="margin_right">4</property>
611                         <property name="margin_top">4</property>
612                         <property name="margin_bottom">4</property>
613                         <property name="invisible_char">•</property>
614                         <property name="width_chars">4</property>
615                         <property name="xalign">1</property>
616                         <property name="primary_icon_activatable">False</property>
617                         <property name="secondary_icon_activatable">False</property>
618                         <property name="input_purpose">alpha</property>
619                         <property name="adjustment">secs</property>
620                       </object>
621                       <packing>
622                         <property name="expand">False</property>
623                         <property name="fill">True</property>
624                         <property name="position">0</property>
625                       </packing>
626                     </child>
627                     <child>
628                       <object class="GtkLabel" id="label8">
629                         <property name="visible">True</property>
630                         <property name="can_focus">False</property>
631                         <property name="halign">start</property>
632                         <property name="margin_left">4</property>
633                         <property name="margin_right">4</property>
634                         <property name="margin_top">4</property>
635                         <property name="margin_bottom">4</property>
636                         <property name="label" translatable="yes">second(s)</property>
637                       </object>
638                       <packing>
639                         <property name="expand">False</property>
640                         <property name="fill">True</property>
641                         <property name="position">1</property>
642                       </packing>
643                     </child>
644                   </object>
645                   <packing>
646                     <property name="left_attach">1</property>
647                     <property name="top_attach">8</property>
648                   </packing>
649                 </child>
650                 <child>
651                   <object class="GtkBox" id="box3">
652                     <property name="visible">True</property>
653                     <property name="can_focus">False</property>
654                     <child>
655                       <object class="GtkSpinButton" id="monitoring_duration">
656                         <property name="visible">True</property>
657                         <property name="can_focus">True</property>
658                         <property name="halign">start</property>
659                         <property name="margin_left">4</property>
660                         <property name="margin_right">4</property>
661                         <property name="margin_top">4</property>
662                         <property name="margin_bottom">4</property>
663                         <property name="invisible_char">•</property>
664                         <property name="width_chars">4</property>
665                         <property name="xalign">1</property>
666                         <property name="primary_icon_activatable">False</property>
667                         <property name="secondary_icon_activatable">False</property>
668                         <property name="input_purpose">digits</property>
669                         <property name="adjustment">mins</property>
670                       </object>
671                       <packing>
672                         <property name="expand">False</property>
673                         <property name="fill">True</property>
674                         <property name="position">0</property>
675                       </packing>
676                     </child>
677                     <child>
678                       <object class="GtkLabel" id="label9">
679                         <property name="visible">True</property>
680                         <property name="can_focus">False</property>
681                         <property name="halign">start</property>
682                         <property name="margin_left">4</property>
683                         <property name="margin_right">4</property>
684                         <property name="margin_top">4</property>
685                         <property name="margin_bottom">4</property>
686                         <property name="label" translatable="yes">minute(s)</property>
687                       </object>
688                       <packing>
689                         <property name="expand">False</property>
690                         <property name="fill">True</property>
691                         <property name="position">1</property>
692                       </packing>
693                     </child>
694                   </object>
695                   <packing>
696                     <property name="left_attach">1</property>
697                     <property name="top_attach">7</property>
698                   </packing>
699                 </child>
700                 <child>
701                   <object class="GtkCheckButton" id="graph_smooth_curves">
702                     <property name="label" translatable="yes">Smooth curves</property>
703                     <property name="visible">True</property>
704                     <property name="can_focus">True</property>
705                     <property name="receives_default">False</property>
706                     <property name="margin_left">14</property>
707                     <property name="margin_right">4</property>
708                     <property name="margin_top">4</property>
709                     <property name="margin_bottom">4</property>
710                     <property name="xalign">0</property>
711                     <property name="draw_indicator">True</property>
712                   </object>
713                   <packing>
714                     <property name="left_attach">0</property>
715                     <property name="top_attach">1</property>
716                     <property name="width">2</property>
717                   </packing>
718                 </child>
719                 <child>
720                   <object class="GtkLabel" id="label10">
721                     <property name="visible">True</property>
722                     <property name="can_focus">False</property>
723                     <property name="margin_left">4</property>
724                     <property name="margin_right">4</property>
725                     <property name="margin_top">4</property>
726                     <property name="margin_bottom">4</property>
727                     <property name="xalign">0</property>
728                     <property name="label" translatable="yes">Curves</property>
729                     <property name="ellipsize">start</property>
730                     <attributes>
731                       <attribute name="weight" value="bold"/>
732                     </attributes>
733                   </object>
734                   <packing>
735                     <property name="left_attach">0</property>
736                     <property name="top_attach">0</property>
737                     <property name="width">2</property>
738                   </packing>
739                 </child>
740               </object>
741               <packing>
742                 <property name="position">2</property>
743               </packing>
744             </child>
745             <child type="tab">
746               <object class="GtkLabel" id="Graph">
747                 <property name="visible">True</property>
748                 <property name="can_focus">False</property>
749                 <property name="margin_left">4</property>
750                 <property name="margin_right">4</property>
751                 <property name="margin_top">4</property>
752                 <property name="margin_bottom">4</property>
753                 <property name="label" translatable="yes">Graph</property>
754               </object>
755               <packing>
756                 <property name="position">2</property>
757                 <property name="tab_fill">False</property>
758               </packing>
759             </child>
760             <child>
761               <object class="GtkGrid" id="grid2">
762                 <property name="visible">True</property>
763                 <property name="can_focus">False</property>
764                 <property name="valign">start</property>
765                 <property name="margin_left">4</property>
766                 <property name="margin_right">4</property>
767                 <property name="margin_top">4</property>
768                 <property name="margin_bottom">4</property>
769                 <child>
770                   <object class="GtkLabel" id="label11">
771                     <property name="visible">True</property>
772                     <property name="can_focus">False</property>
773                     <property name="halign">start</property>
774                     <property name="valign">start</property>
775                     <property name="margin_left">4</property>
776                     <property name="margin_right">4</property>
777                     <property name="margin_top">4</property>
778                     <property name="margin_bottom">4</property>
779                     <property name="xalign">0</property>
780                     <property name="label" translatable="yes">Measure update interval:</property>
781                   </object>
782                   <packing>
783                     <property name="left_attach">0</property>
784                     <property name="top_attach">0</property>
785                   </packing>
786                 </child>
787                 <child>
788                   <object class="GtkSpinButton" id="sensor_update_interval">
789                     <property name="visible">True</property>
790                     <property name="can_focus">True</property>
791                     <property name="margin_left">4</property>
792                     <property name="margin_right">4</property>
793                     <property name="margin_top">4</property>
794                     <property name="margin_bottom">4</property>
795                     <property name="invisible_char">•</property>
796                     <property name="primary_icon_activatable">False</property>
797                     <property name="secondary_icon_activatable">False</property>
798                     <property name="adjustment">secs2</property>
799                   </object>
800                   <packing>
801                     <property name="left_attach">1</property>
802                     <property name="top_attach">0</property>
803                   </packing>
804                 </child>
805                 <child>
806                   <object class="GtkLabel" id="label12">
807                     <property name="visible">True</property>
808                     <property name="can_focus">False</property>
809                     <property name="margin_left">4</property>
810                     <property name="margin_right">4</property>
811                     <property name="margin_top">4</property>
812                     <property name="margin_bottom">4</property>
813                     <property name="label" translatable="yes">second(s)</property>
814                   </object>
815                   <packing>
816                     <property name="left_attach">2</property>
817                     <property name="top_attach">0</property>
818                   </packing>
819                 </child>
820                 <child>
821                   <object class="GtkCheckButton" id="enable_slog">
822                     <property name="label" translatable="yes">Enable sensors logging</property>
823                     <property name="visible">True</property>
824                     <property name="can_focus">True</property>
825                     <property name="receives_default">False</property>
826                     <property name="margin_left">4</property>
827                     <property name="margin_right">4</property>
828                     <property name="margin_top">4</property>
829                     <property name="margin_bottom">4</property>
830                     <property name="xalign">0</property>
831                     <property name="yalign">0.49000000953674316</property>
832                     <property name="draw_indicator">True</property>
833                   </object>
834                   <packing>
835                     <property name="left_attach">0</property>
836                     <property name="top_attach">1</property>
837                     <property name="width">3</property>
838                   </packing>
839                 </child>
840                 <child>
841                   <object class="GtkSpinButton" id="slog_interval">
842                     <property name="visible">True</property>
843                     <property name="can_focus">True</property>
844                     <property name="margin_left">4</property>
845                     <property name="margin_right">4</property>
846                     <property name="margin_top">4</property>
847                     <property name="margin_bottom">4</property>
848                     <property name="invisible_char">•</property>
849                     <property name="progress_pulse_step">1</property>
850                     <property name="adjustment">slog_interval_adjustment</property>
851                   </object>
852                   <packing>
853                     <property name="left_attach">1</property>
854                     <property name="top_attach">2</property>
855                   </packing>
856                 </child>
857                 <child>
858                   <object class="GtkLabel" id="slog_interval_label">
859                     <property name="visible">True</property>
860                     <property name="can_focus">False</property>
861                     <property name="halign">start</property>
862                     <property name="margin_left">4</property>
863                     <property name="margin_right">4</property>
864                     <property name="margin_top">4</property>
865                     <property name="margin_bottom">4</property>
866                     <property name="label" translatable="yes">Sensors logging interval:</property>
867                   </object>
868                   <packing>
869                     <property name="left_attach">0</property>
870                     <property name="top_attach">2</property>
871                   </packing>
872                 </child>
873                 <child>
874                   <object class="GtkLabel" id="slog_interval_unit">
875                     <property name="visible">True</property>
876                     <property name="can_focus">False</property>
877                     <property name="margin_left">4</property>
878                     <property name="margin_right">4</property>
879                     <property name="margin_top">4</property>
880                     <property name="margin_bottom">4</property>
881                     <property name="label" translatable="yes">second(s)</property>
882                   </object>
883                   <packing>
884                     <property name="left_attach">2</property>
885                     <property name="top_attach">2</property>
886                   </packing>
887                 </child>
888                 <child>
889                   <object class="GtkLabel" id="notif_script_label">
890                     <property name="visible">True</property>
891                     <property name="can_focus">False</property>
892                     <property name="margin_left">4</property>
893                     <property name="margin_right">4</property>
894                     <property name="margin_top">4</property>
895                     <property name="margin_bottom">4</property>
896                     <property name="label" translatable="yes">Script executed when an alarm is raised:</property>
897                   </object>
898                   <packing>
899                     <property name="left_attach">0</property>
900                     <property name="top_attach">3</property>
901                   </packing>
902                 </child>
903                 <child>
904                   <object class="GtkEntry" id="notif_script">
905                     <property name="visible">True</property>
906                     <property name="can_focus">True</property>
907                     <property name="margin_left">4</property>
908                     <property name="margin_right">4</property>
909                     <property name="margin_top">4</property>
910                     <property name="margin_bottom">4</property>
911                     <property name="invisible_char">•</property>
912                     <property name="activates_default">True</property>
913                   </object>
914                   <packing>
915                     <property name="left_attach">1</property>
916                     <property name="top_attach">3</property>
917                     <property name="width">2</property>
918                   </packing>
919                 </child>
920               </object>
921               <packing>
922                 <property name="position">3</property>
923                 <property name="tab_fill">False</property>
924               </packing>
925             </child>
926             <child type="tab">
927               <object class="GtkLabel" id="Sensors">
928                 <property name="visible">True</property>
929                 <property name="can_focus">False</property>
930                 <property name="margin_left">4</property>
931                 <property name="margin_right">4</property>
932                 <property name="margin_top">4</property>
933                 <property name="margin_bottom">4</property>
934                 <property name="label" translatable="yes">Sensors</property>
935               </object>
936               <packing>
937                 <property name="position">3</property>
938                 <property name="tab_fill">False</property>
939               </packing>
940             </child>
941             <child>
942               <object class="GtkGrid" id="grid3">
943                 <property name="visible">True</property>
944                 <property name="can_focus">False</property>
945                 <property name="valign">start</property>
946                 <property name="margin_left">4</property>
947                 <property name="margin_right">4</property>
948                 <property name="margin_top">4</property>
949                 <property name="margin_bottom">4</property>
950                 <child>
951                   <object class="GtkCheckButton" id="lmsensors">
952                     <property name="label" translatable="yes">Enable support of lm-sensors</property>
953                     <property name="visible">True</property>
954                     <property name="can_focus">True</property>
955                     <property name="receives_default">False</property>
956                     <property name="margin_left">14</property>
957                     <property name="margin_right">4</property>
958                     <property name="margin_top">4</property>
959                     <property name="margin_bottom">4</property>
960                     <property name="xalign">0</property>
961                     <property name="draw_indicator">True</property>
962                   </object>
963                   <packing>
964                     <property name="left_attach">0</property>
965                     <property name="top_attach">1</property>
966                   </packing>
967                 </child>
968                 <child>
969                   <object class="GtkCheckButton" id="nvctrl">
970                     <property name="label" translatable="yes">Enable support of NVCtrl (NVidia)</property>
971                     <property name="visible">True</property>
972                     <property name="can_focus">True</property>
973                     <property name="receives_default">False</property>
974                     <property name="tooltip_text" translatable="yes">Psensor has not been build with NVCtrl support</property>
975                     <property name="margin_left">14</property>
976                     <property name="margin_right">4</property>
977                     <property name="margin_top">4</property>
978                     <property name="margin_bottom">4</property>
979                     <property name="xalign">0</property>
980                     <property name="draw_indicator">True</property>
981                   </object>
982                   <packing>
983                     <property name="left_attach">0</property>
984                     <property name="top_attach">3</property>
985                   </packing>
986                 </child>
987                 <child>
988                   <object class="GtkCheckButton" id="atiadlsdk">
989                     <property name="label" translatable="yes">Enable support of ATI ADL</property>
990                     <property name="visible">True</property>
991                     <property name="can_focus">True</property>
992                     <property name="receives_default">False</property>
993                     <property name="tooltip_text" translatable="yes">Psensor has not been build with ATI ADL support</property>
994                     <property name="margin_left">14</property>
995                     <property name="margin_right">4</property>
996                     <property name="margin_top">4</property>
997                     <property name="margin_bottom">4</property>
998                     <property name="xalign">0</property>
999                     <property name="draw_indicator">True</property>
1000                   </object>
1001                   <packing>
1002                     <property name="left_attach">0</property>
1003                     <property name="top_attach">4</property>
1004                   </packing>
1005                 </child>
1006                 <child>
1007                   <object class="GtkCheckButton" id="gtop2">
1008                     <property name="label" translatable="yes">Enable support of gtop2</property>
1009                     <property name="visible">True</property>
1010                     <property name="can_focus">True</property>
1011                     <property name="receives_default">False</property>
1012                     <property name="tooltip_text" translatable="yes">Psensor has not been build with gtop2 support</property>
1013                     <property name="margin_left">14</property>
1014                     <property name="margin_right">4</property>
1015                     <property name="margin_top">4</property>
1016                     <property name="margin_bottom">4</property>
1017                     <property name="xalign">0</property>
1018                     <property name="draw_indicator">True</property>
1019                   </object>
1020                   <packing>
1021                     <property name="left_attach">0</property>
1022                     <property name="top_attach">6</property>
1023                   </packing>
1024                 </child>
1025                 <child>
1026                   <object class="GtkCheckButton" id="hddtemp">
1027                     <property name="label" translatable="yes">Enable support of hddtemp daemon</property>
1028                     <property name="visible">True</property>
1029                     <property name="can_focus">True</property>
1030                     <property name="receives_default">False</property>
1031                     <property name="margin_left">14</property>
1032                     <property name="margin_right">4</property>
1033                     <property name="margin_top">4</property>
1034                     <property name="margin_bottom">4</property>
1035                     <property name="xalign">0</property>
1036                     <property name="draw_indicator">True</property>
1037                   </object>
1038                   <packing>
1039                     <property name="left_attach">0</property>
1040                     <property name="top_attach">8</property>
1041                   </packing>
1042                 </child>
1043                 <child>
1044                   <object class="GtkCheckButton" id="libatasmart">
1045                     <property name="label" translatable="yes">Enable support of libatasmart</property>
1046                     <property name="visible">True</property>
1047                     <property name="can_focus">True</property>
1048                     <property name="receives_default">False</property>
1049                     <property name="tooltip_text" translatable="yes">Psensor has not been build with libatasmart support</property>
1050                     <property name="margin_left">14</property>
1051                     <property name="margin_right">4</property>
1052                     <property name="margin_top">4</property>
1053                     <property name="margin_bottom">4</property>
1054                     <property name="xalign">0</property>
1055                     <property name="draw_indicator">True</property>
1056                   </object>
1057                   <packing>
1058                     <property name="left_attach">0</property>
1059                     <property name="top_attach">9</property>
1060                   </packing>
1061                 </child>
1062                 <child>
1063                   <object class="GtkCheckButton" id="udisks2">
1064                     <property name="label" translatable="yes">Enable support of udisks2</property>
1065                     <property name="visible">True</property>
1066                     <property name="can_focus">True</property>
1067                     <property name="receives_default">False</property>
1068                     <property name="tooltip_text" translatable="yes">Psensor has not been build with udisks2 support</property>
1069                     <property name="margin_left">14</property>
1070                     <property name="margin_right">4</property>
1071                     <property name="margin_top">4</property>
1072                     <property name="margin_bottom">4</property>
1073                     <property name="xalign">0</property>
1074                     <property name="draw_indicator">True</property>
1075                   </object>
1076                   <packing>
1077                     <property name="left_attach">0</property>
1078                     <property name="top_attach">10</property>
1079                   </packing>
1080                 </child>
1081                 <child>
1082                   <object class="GtkLabel" id="label17">
1083                     <property name="visible">True</property>
1084                     <property name="can_focus">False</property>
1085                     <property name="halign">center</property>
1086                     <property name="margin_left">4</property>
1087                     <property name="margin_right">4</property>
1088                     <property name="margin_top">4</property>
1089                     <property name="margin_bottom">4</property>
1090                     <property name="label" translatable="yes">The changes are applied after the restart of psensor.</property>
1091                     <attributes>
1092                       <attribute name="style" value="italic"/>
1093                     </attributes>
1094                   </object>
1095                   <packing>
1096                     <property name="left_attach">0</property>
1097                     <property name="top_attach">11</property>
1098                   </packing>
1099                 </child>
1100                 <child>
1101                   <object class="GtkLabel" id="label22">
1102                     <property name="visible">True</property>
1103                     <property name="can_focus">False</property>
1104                     <property name="margin_left">4</property>
1105                     <property name="margin_right">4</property>
1106                     <property name="margin_top">8</property>
1107                     <property name="margin_bottom">4</property>
1108                     <property name="xalign">0</property>
1109                     <property name="xpad">4</property>
1110                     <property name="label" translatable="yes">Hard disk drive</property>
1111                     <property name="angle">0.01</property>
1112                     <attributes>
1113                       <attribute name="weight" value="bold"/>
1114                     </attributes>
1115                   </object>
1116                   <packing>
1117                     <property name="left_attach">0</property>
1118                     <property name="top_attach">7</property>
1119                   </packing>
1120                 </child>
1121                 <child>
1122                   <object class="GtkLabel" id="label18">
1123                     <property name="visible">True</property>
1124                     <property name="can_focus">False</property>
1125                     <property name="margin_left">4</property>
1126                     <property name="margin_right">4</property>
1127                     <property name="margin_top">8</property>
1128                     <property name="margin_bottom">4</property>
1129                     <property name="xalign">0</property>
1130                     <property name="xpad">4</property>
1131                     <property name="label" translatable="yes">CPU and memory usage</property>
1132                     <property name="angle">0.01</property>
1133                     <attributes>
1134                       <attribute name="weight" value="bold"/>
1135                     </attributes>
1136                   </object>
1137                   <packing>
1138                     <property name="left_attach">0</property>
1139                     <property name="top_attach">5</property>
1140                   </packing>
1141                 </child>
1142                 <child>
1143                   <object class="GtkLabel" id="label19">
1144                     <property name="visible">True</property>
1145                     <property name="can_focus">False</property>
1146                     <property name="margin_left">4</property>
1147                     <property name="margin_right">4</property>
1148                     <property name="margin_top">8</property>
1149                     <property name="margin_bottom">4</property>
1150                     <property name="xalign">0</property>
1151                     <property name="xpad">4</property>
1152                     <property name="label" translatable="yes">GPU with proprietary driver</property>
1153                     <property name="angle">0.01</property>
1154                     <attributes>
1155                       <attribute name="weight" value="bold"/>
1156                     </attributes>
1157                   </object>
1158                   <packing>
1159                     <property name="left_attach">0</property>
1160                     <property name="top_attach">2</property>
1161                   </packing>
1162                 </child>
1163                 <child>
1164                   <object class="GtkLabel" id="label20">
1165                     <property name="visible">True</property>
1166                     <property name="can_focus">False</property>
1167                     <property name="margin_left">4</property>
1168                     <property name="margin_right">4</property>
1169                     <property name="margin_top">8</property>
1170                     <property name="margin_bottom">4</property>
1171                     <property name="xalign">0</property>
1172                     <property name="xpad">4</property>
1173                     <property name="label" translatable="yes">Motherboard, CPU and GPU</property>
1174                     <property name="angle">0.01</property>
1175                     <attributes>
1176                       <attribute name="weight" value="bold"/>
1177                     </attributes>
1178                   </object>
1179                   <packing>
1180                     <property name="left_attach">0</property>
1181                     <property name="top_attach">0</property>
1182                   </packing>
1183                 </child>
1184               </object>
1185               <packing>
1186                 <property name="position">4</property>
1187                 <property name="tab_fill">False</property>
1188               </packing>
1189             </child>
1190             <child type="tab">
1191               <object class="GtkLabel" id="label13">
1192                 <property name="visible">True</property>
1193                 <property name="can_focus">False</property>
1194                 <property name="label" translatable="yes">Providers</property>
1195               </object>
1196               <packing>
1197                 <property name="position">4</property>
1198                 <property name="tab_fill">False</property>
1199               </packing>
1200             </child>
1201             <child>
1202               <placeholder/>
1203             </child>
1204             <child type="tab">
1205               <placeholder/>
1206             </child>
1207           </object>
1208           <packing>
1209             <property name="expand">False</property>
1210             <property name="fill">True</property>
1211             <property name="position">1</property>
1212           </packing>
1213         </child>
1214       </object>
1215     </child>
1216     <action-widgets>
1217       <action-widget response="-3">button1</action-widget>
1218       <action-widget response="0">button2</action-widget>
1219     </action-widgets>
1220   </object>
1221 </interface>