You need to sign in or sign up before continuing.
flagsdialog.ui 3.61 KB
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.92.1 -->
<interface>
  <!-- interface-name preferences.ui -->
  <requires lib="gtk" version="4.12"/>
  <requires lib="libadwaita" version="1.5"/>
  <template class="FlagsDialog" parent="AdwDialog">
    <property name="presentation-mode">bottom-sheet</property>
    <child>
      <object class="AdwToolbarView">
        <child type="top">
          <object class="AdwHeaderBar">
            <property name="title-widget">
              <object class="AdwWindowTitle">
                <property name="subtitle" translatable="yes">select the flags</property>
                <property name="title" translatable="yes">Flags</property>
              </object>
            </property>
          </object>
        </child>
        <child>
          <object class="AdwClamp">
            <property name="margin-bottom">12</property>
            <property name="margin-end">12</property>
            <property name="margin-start">12</property>
            <property name="margin-top">12</property>
            <property name="maximum-size">500</property>
            <child>
              <object class="GtkScrolledWindow">
                <property name="hscrollbar-policy">never</property>
                <property name="propagate-natural-height">True</property>
                <child>
                  <object class="GtkBox">
                    <property name="orientation">vertical</property>
                    <property name="spacing">12</property>
                    <property name="vexpand">True</property>
                    <child>
                      <object class="GtkListBox">
                        <property name="vexpand">True</property>
                        <child>
                          <object class="AdwSwitchRow" id="auto_row">
                            <property name="selectable">False</property>
                            <property name="subtitle" translatable="yes">The user will not be asked any questions</property>
                            <property name="subtitle-lines">3</property>
                            <property name="title">Auto</property>
                          </object>
                        </child>
                        <child>
                          <object class="AdwSwitchRow" id="ipfs_row">
                            <property name="selectable">False</property>
                            <property name="subtitle" translatable="yes">It helps to get resources that are unavailable from your network</property>
                            <property name="subtitle-lines">3</property>
                            <property name="title">IPFS</property>
                          </object>
                        </child>
                        <child>
                          <object class="AdwSwitchRow" id="force_row">
                            <property name="selectable">False</property>
                            <property name="subtitle" translatable="yes">Sometimes it helps to get the latest version of the program. (Not recommended)</property>
                            <property name="subtitle-lines">3</property>
                            <property name="title">Force</property>
                          </object>
                        </child>
                        <style>
                          <class name="boxed-list-separate"/>
                        </style>
                      </object>
                    </child>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>