summaryrefslogtreecommitdiff
path: root/data/ui/contacts-setup-window.ui
blob: d78fd6bda42519dccf3cfa9ccf7536abfc1a88e6 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.22 -->
  <template class="ContactsSetupWindow" parent="GtkApplicationWindow">
    <property name="visible">True</property>
    <property name="default_width">800</property>
    <property name="default_height">600</property>
    <property name="icon_name">gnome-contacts</property>
    <child type="titlebar">
      <object class="GtkHeaderBar">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="title" translatable="yes">Contacts Setup</property>
        <property name="show_close_button">False</property>
        <style>
          <class name="titlebar"/>
        </style>
        <child>
          <object class="GtkButton" id="setup_quit_button">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="label" translatable="yes">_Quit</property>
            <property name="use-underline">True</property>
            <property name="action_name">app.quit</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="setup_quit_button_atkobject">
                <property name="AtkObject::accessible-name" translatable="yes">Cancel setup and quit</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="pack_type">start</property>
          </packing>
        </child>
        <child>
          <object class="GtkButton" id="setup_done_button">
            <property name="visible">True</property>
            <property name="sensitive">False</property>
            <property name="can_focus">True</property>
            <property name="focus_on_click">False</property>
            <property name="label" translatable="yes">_Done</property>
            <property name="use-underline">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="setup_done_button_atkobject">
                <property name="AtkObject::accessible-name" translatable="yes">Setup complete</property>
              </object>
            </child>
            <style>
              <class name="text-button"/>
              <class name="suggested-action"/>
            </style>
          </object>
          <packing>
            <property name="pack_type">end</property>
          </packing>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkScrolledWindow">
        <property name="visible">True</property>
        <property name="hscrollbar_policy">never</property>
        <property name="propagate_natural_height">True</property>
        <child>
          <object class="HdyColumn">
            <property name="visible">True</property>
            <property name="maximum_width">600</property>
            <property name="linear_growth_width">400</property>
            <property name="margin_top">32</property>
            <property name="margin_bottom">32</property>
            <property name="margin_start">12</property>
            <property name="margin_end">12</property>
            <child>
              <object class="GtkGrid">
                <property name="visible">True</property>
                <property name="valign">center</property>
                <property name="halign">center</property>
                <property name="border_width">12</property>
                <property name="row_spacing">24</property>
                <property name="orientation">vertical</property>
                <child>
                  <object class="GtkLabel">
                    <property name="visible">True</property>
                    <property name="halign">center</property>
                    <property name="ellipsize">end</property>
                    <property name="label" translatable="yes">Welcome</property>
                    <attributes>
                      <attribute name="scale" value="3.5"/>
                    </attributes>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel">
                    <property name="visible">True</property>
                    <property name="halign">start</property>
                    <property name="wrap">True</property>
                    <property name="xalign">0</property>
                    <property name="label" translatable="yes">Please select your main address book: this is where new contacts will be added. If you keep your contacts in an online account, you can add them using the online accounts settings.</property>
                  </object>
                </child>
                <child>
                  <object class="HdyColumn" id="content">
                    <property name="visible">True</property>
                    <property name="maximum_width">400</property>
                    <property name="linear_growth_width">400</property>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>