summaryrefslogtreecommitdiffstats
path: root/panels/diagnostics/cc-diagnostics-panel.ui
blob: a08a4ca68e708ec74591fb88dac3eb5a5afb6eb7 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="CcDiagnosticsPanel" parent="CcPanel">
    <child type="content">
      <object class="AdwPreferencesPage">
        <child>
          <object class="AdwPreferencesGroup" id="diagnostics_group">
            <property name="title" translatable="yes">Problem Reporting</property>
            <child>
              <object class="AdwActionRow">
                <property name="title" translatable="yes">_Automatic Problem Reporting</property>
                <property name="use-underline">True</property>
                <property name="activatable-widget">abrt_switch</property>
                <child type="suffix">
                  <object class="GtkSwitch" id="abrt_switch">
                    <property name="valign">center</property>
                    <accessibility>
                      <property name="label" translatable="yes">Enable</property>
                    </accessibility>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>