aboutsummaryrefslogtreecommitdiff
path: root/sensei-raw-ctl-gui.ui
blob: 97d648e53baea59bc46773af91996a89c480802b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<interface>
 <object class='GtkAdjustment' id='polling_adj'>
  <property name='lower'>125</property>
  <property name='upper'>1000</property>
 </object>
 <object class='GtkAdjustment' id='cpi_on_adj'>
  <property name='lower'>90</property>
  <property name='upper'>5670</property>
  <property name='step-increment'>90</property>
  <property name='page-increment'>90</property>
 </object>
 <object class='GtkAdjustment' id='cpi_off_adj'>
  <property name='lower'>90</property>
  <property name='upper'>5670</property>
  <property name='step-increment'>90</property>
  <property name='page-increment'>90</property>
 </object>
 <object class='GtkSizeGroup' id='label_size_group'>
  <property name='mode'>GTK_SIZE_GROUP_HORIZONTAL</property>
  <widgets>
   <widget name='polling_label' />
   <widget name='cpi_off_label' />
   <widget name='cpi_on_label' />
   <widget name='pulsation_label' />
   <widget name='intensity_label' />
  </widgets>
 </object>
 <object class='GtkWindow' id='win'>
  <property name='window-position'>GTK_WIN_POS_CENTER</property>
  <property name='title' translatable='TRUE'>Sensei Raw Setup</property>
  <property name='border-width'>10</property>
  <child><object class='GtkNotebook' id='notebook'>
   <property name='show-tabs'>FALSE</property>
   <property name='show-border'>FALSE</property>
   <child><object class='GtkHBox' id='probing_box'>
    <property name='halign'>GTK_ALIGN_CENTER</property>
    <property name='valign'>GTK_ALIGN_CENTER</property>
    <property name='spacing'>10</property>
    <child><object class='GtkSpinner' id='probing_spinner'>
     <property name='halign'>GTK_ALIGN_CENTER</property>
     <property name='valign'>GTK_ALIGN_CENTER</property>
     <property name='active'>TRUE</property>
    </object></child>
    <child><object class='GtkLabel' id='probing_label'>
     <property name='label' translatable='TRUE'>Probing the device...</property>
    </object></child>
   </object></child>
   <child><object class='GtkVBox' id='no_device_box'>
    <property name='spacing'>10</property>
    <property name='halign'>GTK_ALIGN_CENTER</property>
    <property name='valign'>GTK_ALIGN_CENTER</property>
    <child><object class='GtkLabel' id='no_device_label'>
     <property name='label' translatable='TRUE'>No suitable device found.</property>
    </object></child>
    <child><object class='GtkButton' id='retry_button'>
     <property name='label' translatable='TRUE'>Retry</property>
     <property name='halign'>GTK_ALIGN_CENTER</property>
    </object></child>
   </object></child>
   <child><object class='GtkVBox' id='vbox'>
    <property name='spacing'>10</property>
    <child><object class='GtkHBox' id='hbox'>
     <property name='spacing'>10</property>
     <child>
      <object class='GtkLabel' id='polling_label'>
       <property name='label' translatable='TRUE'>Polling</property>
      </object>
     </child><child>
      <object class='GtkScale' id='polling_scale'>
       <property name='width-request'>200</property>
       <property name='digits'>0</property>
       <property name='adjustment'>polling_adj</property>
       <marks>
        <mark value='125' />
        <mark value='250' />
        <mark value='500' />
        <mark value='1000' />
       </marks>
      </object>
     </child>
    </object></child>
    <child><object class='GtkFrame' id='cpi_frame'>
     <property name='label' translatable='TRUE'>CPI</property>
     <property name='label-xalign'>0.5</property>
     <child><object class='GtkVBox' id='cpi_vbox'>
      <property name='border-width'>5</property>
      <child><object class='GtkHBox' id='cpi_off_hbox'>
       <property name='spacing'>10</property>
       <child>
        <object class='GtkLabel' id='cpi_off_label'>
         <property name='label' translatable='TRUE'>LED off</property>
        </object><packing>
         <property name='expand'>FALSE</property>
         <property name='fill'>FALSE</property>
        </packing>
       </child><child>
        <object class='GtkScale' id='cpi_off_scale'>
         <property name='width-request'>200</property>
         <property name='digits'>0</property>
         <property name='adjustment'>cpi_off_adj</property>
        </object><packing>
         <property name='expand'>TRUE</property>
         <property name='fill'>TRUE</property>
        </packing>
       </child>
      </object></child>
      <child><object class='GtkHBox' id='cpi_on_hbox'>
       <property name='spacing'>10</property>
       <child>
        <object class='GtkLabel' id='cpi_on_label'>
         <property name='label' translatable='TRUE'>LED on</property>
        </object><packing>
         <property name='expand'>FALSE</property>
         <property name='fill'>FALSE</property>
        </packing>
       </child><child>
        <object class='GtkScale' id='cpi_on_scale'>
         <property name='width-request'>200</property>
         <property name='digits'>0</property>
         <property name='adjustment'>cpi_on_adj</property>
        </object><packing>
         <property name='expand'>TRUE</property>
         <property name='fill'>TRUE</property>
        </packing>
       </child>
      </object></child>
     </object></child>
    </object></child>
    <child><object class='GtkFrame' id='backlight_frame'>
     <property name='label' translatable='TRUE'>Backlight</property>
     <property name='label-xalign'>0.5</property>
     <child><object class='GtkVBox' id='backlight_box'>
      <property name='border-width'>5</property>
      <child><object class='GtkHBox' id='pulsation_box'>
       <property name='spacing'>10</property>
       <child>
        <object class='GtkLabel' id='pulsation_label'>
         <property name='label' translatable='TRUE'>Pulsation</property>
        </object><packing>
         <property name='expand'>FALSE</property>
         <property name='fill'>FALSE</property>
        </packing>
       </child><child>
        <object class='GtkComboBoxText' id='pulsation_combo'>
         <items>
          <item translatable='TRUE'>Steady</item>
          <item translatable='TRUE'>Slow</item>
          <item translatable='TRUE'>Medium</item>
          <item translatable='TRUE'>Fast</item>
          <item translatable='TRUE'>Trigger</item>
         </items>
        </object><packing>
         <property name='expand'>TRUE</property>
         <property name='fill'>TRUE</property>
        </packing>
       </child>
      </object></child>
      <child><object class='GtkHBox' id='intensity_box'>
       <property name='spacing'>10</property>
       <child>
        <object class='GtkLabel' id='intensity_label'>
         <property name='label' translatable='TRUE'>Intensity</property>
        </object><packing>
         <property name='expand'>FALSE</property>
         <property name='fill'>FALSE</property>
        </packing>
       </child><child>
        <object class='GtkComboBoxText' id='intensity_combo'>
         <items>
          <item translatable='TRUE'>Off</item>
          <item translatable='TRUE'>Low</item>
          <item translatable='TRUE'>Medium</item>
          <item translatable='TRUE'>High</item>
         </items>
        </object><packing>
         <property name='expand'>TRUE</property>
         <property name='fill'>TRUE</property>
        </packing>
       </child>
      </object></child>
     </object></child>
    </object></child>
    <child><object class='GtkHBox' id='buttons_box'>
     <child><object class='GtkButton' id='normal_button'>
      <property name='label' translatable='TRUE'>Normal mode</property>
     </object></child>
     <child><object class='GtkButton' id='legacy_button'>
      <property name='label' translatable='TRUE'>Legacy mode</property>
     </object></child>
     <child><object class='GtkButton' id='apply_button'>
      <property name='label'>gtk-apply</property>
      <property name='use-stock'>TRUE</property>
      <property name='margin-left'>15</property>
      <property name='can-default'>TRUE</property>
     </object></child>
    </object></child>
   </object></child>
  </object></child>
 </object>
</interface>