summaryrefslogtreecommitdiff
path: root/lib/bluetooth-pairing-dialog.ui
blob: d94f3493287bc8bb914fb79eb336da1fdf7f98b1 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="BluetoothPairingDialog" parent="GtkDialog">
    <child>
      <object class="GtkBox" id="dialog-vbox1">
        <property name="orientation">vertical</property>
        <property name="spacing">2</property>
        <child>
          <object class="GtkBox" id="pairing_dialog_box">
            <property name="margin_start">50</property>
            <property name="margin_end">50</property>
            <property name="margin_top">48</property>
            <property name="margin_bottom">64</property>
            <property name="orientation">vertical</property>
            <child>
              <object class="GtkLabel" id="help_label">
                <property name="label">Please enter the following PIN on 'Foobar':</property>
                <property name="justify">center</property>
                <property name="wrap">True</property>
                <property name="width_chars">40</property>
                <property name="max_width_chars">40</property>
              </object>
            </child>
            <child>
              <object class="GtkNotebook" id="pin_notebook">
                <property name="margin_top">24</property>
                <property name="show_tabs">False</property>
                <property name="show_border">False</property>
                <child>
                  <object class="GtkAspectFrame" id="aspectframe1">
                    <child>
                      <object class="GtkEntry" id="entry_pin">
                        <property name="margin_start">25</property>
                        <property name="margin_end">25</property>
                        <property name="max_length">6</property>
                        <property name="activates_default">True</property>
                        <property name="width_chars">6</property>
                        <property name="xalign">0.5</property>
                        <property name="input_purpose">digits</property>
                        <property name="input_hints">GTK_INPUT_HINT_NO_SPELLCHECK | GTK_INPUT_HINT_NONE</property>
                        <style>
                          <class name="pin-entry"/>
                        </style>
                      </object>
                    </child>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="label_pin">
                    <property name="label">123456</property>
                    <style>
                      <class name="pin-label"/>
                    </style>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="label_placeholder">
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>