Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  pageformatpanel.ui   Sprache: unbekannt

 
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface domain="sw">
  <requires lib="gtk+" version="3.20"/>
  <!-- n-columns=1 n-rows=1 -->
  <object class="GtkGrid" id="PageFormatPanel">
    <property name="visible">True</property>
    <property name="can-focus">False</property>
    <child>
      <!-- n-columns=2 n-rows=6 -->
      <object class="GtkGrid" id="grid1">
        <property name="visible">True</property>
        <property name="can-focus">False</property>
        <property name="halign">end</property>
        <property name="hexpand">True</property>
        <property name="vexpand">True</property>
        <property name="border-width">6</property>
        <property name="row-spacing">6</property>
        <property name="column-spacing">6</property>
        <child>
          <object class="GtkLabel" id="size">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="label" translatable="yes" context="pageformatpanel|size">Size:</property>
            <property name="use-underline">True</property>
            <property name="mnemonic-widget">papersize</property>
            <property name="xalign">1</property>
            <accessibility>
              <relation type="label-for" target="papersize"/>
            </accessibility>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="width">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="label" translatable="yes" context="pageformatpanel|width">Width:</property>
            <property name="use-underline">True</property>
            <property name="mnemonic-widget">paperwidth</property>
            <property name="xalign">1</property>
            <accessibility>
              <relation type="label-for" target="paperwidth"/>
            </accessibility>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">1</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="height">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="label" translatable="yes" context="pageformatpanel|height">Height:</property>
            <property name="use-underline">True</property>
            <property name="mnemonic-widget">paperheight</property>
            <property name="xalign">1</property>
            <accessibility>
              <relation type="label-for" target="paperheight"/>
            </accessibility>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">2</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="orientation">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="label" translatable="yes" context="pageformatpanel|orientation">Orientation:</property>
            <property name="use-underline">True</property>
            <property name="mnemonic-widget">paperorientation</property>
            <property name="xalign">1</property>
            <accessibility>
              <relation type="label-for" target="paperorientation"/>
            </accessibility>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">3</property>
          </packing>
        </child>
        <child>
          <object class="GtkSpinButton" id="paperwidth">
            <property name="visible">True</property>
            <property name="can-focus">True</property>
            <property name="tooltip-text" translatable="yes" context="pageformatpanel|paperwidth|tooltip_text">Paper Width</property>
            <property name="hexpand">True</property>
            <property name="text">0</property>
            <property name="truncate-multiline">True</property>
            <property name="digits">2</property>
            <accessibility>
              <relation type="labelled-by" target="width"/>
            </accessibility>
            <child internal-child="accessible">
              <object class="AtkObject" id="paperwidth-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|paperwidth|extended_tip">Displays the width of the selected paper format. To define a custom format, enter a width here.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">1</property>
            <property name="top-attach">1</property>
          </packing>
        </child>
        <child>
          <object class="GtkSpinButton" id="paperheight">
            <property name="visible">True</property>
            <property name="can-focus">True</property>
            <property name="tooltip-text" translatable="yes" context="pageformatpanel|paperheight|tooltip_text">Paper Height</property>
            <property name="hexpand">True</property>
            <property name="text">0</property>
            <property name="truncate-multiline">True</property>
            <property name="digits">2</property>
            <accessibility>
              <relation type="labelled-by" target="height"/>
            </accessibility>
            <child internal-child="accessible">
              <object class="AtkObject" id="paperheight-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|paperheight|extended_tip">Displays the height of the selected paper format. To define a custom format, enter a height here.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">1</property>
            <property name="top-attach">2</property>
          </packing>
        </child>
        <child>
          <object class="GtkComboBoxText" id="paperorientation">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="hexpand">True</property>
            <items>
              <item translatable="yes" context="pageformatpanel|paperorientation">Portrait</item>
              <item translatable="yes" context="pageformatpanel|paperorientation">Landscape</item>
            </items>
            <accessibility>
              <relation type="labelled-by" target="orientation"/>
            </accessibility>
            <child internal-child="accessible">
              <object class="AtkObject" id="paperorientation-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|paperorientation|extended_tip">Select paper orientation for display and print.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">1</property>
            <property name="top-attach">3</property>
          </packing>
        </child>
        <child>
          <object class="GtkComboBoxText" id="papersize">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="hexpand">True</property>
            <accessibility>
              <relation type="labelled-by" target="size"/>
            </accessibility>
            <child internal-child="accessible">
              <object class="AtkObject" id="papersize-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|papersize|extended tip">Set page size. Use the Width and Height fields to set a custom page size</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">1</property>
            <property name="top-attach">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="margin">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="label" translatable="yes" context="pageformatpanel|margin">Margins:</property>
            <property name="use-underline">True</property>
            <property name="mnemonic-widget">marginLB</property>
            <property name="xalign">1</property>
            <accessibility>
              <relation type="label-for" target="marginLB"/>
            </accessibility>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">4</property>
          </packing>
        </child>
        <child>
          <object class="GtkComboBoxText" id="marginLB">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="hexpand">True</property>
            <accessibility>
              <relation type="labelled-by" target="margin"/>
            </accessibility>
            <child internal-child="accessible">
              <object class="AtkObject" id="marginLB-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|extended tip">Specify the amount of space to leave between the edges of the page and the document text.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">1</property>
            <property name="top-attach">4</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="customlabel">
            <property name="can-focus">False</property>
            <property name="no-show-all">True</property>
            <property name="label" translatable="yes" context="pageformatpanel|customlabel">Custom</property>
          </object>
          <packing>
            <property name="left-attach">1</property>
            <property name="top-attach">5</property>
          </packing>
        </child>
        <child>
          <placeholder/>
        </child>
      </object>
      <packing>
        <property name="left-attach">0</property>
        <property name="top-attach">0</property>
      </packing>
    </child>
  </object>
</interface>

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge