summaryrefslogtreecommitdiffstats
path: root/src/gs-loading-page.ui
blob: 7120e5c59fb5d68f46c7dcb294948094aa278655 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.10"/>
  <template class="GsLoadingPage" parent="GsPage">
    <child internal-child="accessible">
      <object class="AtkObject" id="loading-accessible">
        <property name="accessible-name" translatable="yes">Loading page</property>
      </object>
    </child>
    <child>
      <object class="GtkBox" id="box">
        <property name="visible">True</property>
        <property name="orientation">vertical</property>
        <property name="spacing">48</property>
        <property name="hexpand">True</property>
        <property name="vexpand">True</property>
        <style>
          <class name="dim-label"/>
        </style>
        <child type="center">
          <object class="GtkBox" id="centerbox">
            <property name="visible">True</property>
            <property name="orientation">vertical</property>
            <property name="spacing">12</property>
            <child>
              <object class="GtkImage" id="image">
                <property name="visible">True</property>
                <property name="pixel_size">256</property>
                <property name="icon_name">org.gnome.Software-symbolic</property>
              </object>
            </child>
            <child>
              <object class="GtkProgressBar" id="progressbar">
                <property name="visible">True</property>
                <property name="width_request">480</property>
                <property name="halign">center</property>
                <property name="fraction">0.0</property>
                <property name="margin_top">8</property>
                <style>
                  <class name="upgrade-progressbar"/>
                </style>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="label">
                <property name="visible">True</property>
                <property name="label" translatable="yes">Starting up…</property>
                <attributes>
                  <attribute name="scale" value="1.4"/>
                </attributes>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>