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


Quelle  sparklinedialog.ui   Sprache: unbekannt

 
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<interface domain="sc">
  <requires lib="gtk+" version="3.20"/>
  <object class="GtkSizeGroup"/>
  <object class="GtkAdjustment" id="adjustment-custom-max">
    <property name="step-increment">1</property>
    <property name="page-increment">10</property>
  </object>
  <object class="GtkAdjustment" id="adjustment-custom-min">
    <property name="step-increment">1</property>
    <property name="page-increment">10</property>
  </object>
  <object class="GtkAdjustment" id="adjustment-line-width">
    <property name="lower">0.5</property>
    <property name="upper">8</property>
    <property name="value">1</property>
    <property name="step-increment">0.25</property>
    <property name="page-increment">1</property>
  </object>
  <object class="GtkDialog" id="SparklineDialog">
    <property name="can-focus">False</property>
    <property name="border-width">6</property>
    <property name="title" translatable="yes" context="SparklineDialog">Sparkline Properties</property>
    <property name="type-hint">dialog</property>
    <child internal-child="vbox">
      <object class="GtkBox" id="dialog-vbox1">
        <property name="can-focus">False</property>
        <property name="orientation">vertical</property>
        <property name="spacing">12</property>
        <child internal-child="action_area">
          <object class="GtkButtonBox" id="dialog-action_area1">
            <property name="can-focus">False</property>
            <property name="layout-style">end</property>
            <child>
              <object class="GtkButton" id="ok">
                <property name="label" translatable="yes" context="stock">_OK</property>
                <property name="visible">True</property>
                <property name="can-focus">True</property>
                <property name="can-default">True</property>
                <property name="has-default">True</property>
                <property name="receives-default">True</property>
                <property name="use-underline">True</property>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="fill">True</property>
                <property name="position">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkButton" id="cancel">
                <property name="label" translatable="yes" context="stock">_Close</property>
                <property name="visible">True</property>
                <property name="can-focus">True</property>
                <property name="can-default">True</property>
                <property name="receives-default">True</property>
                <property name="use-underline">True</property>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="fill">True</property>
                <property name="position">2</property>
              </packing>
            </child>
            <child>
              <object class="GtkButton" id="help">
                <property name="label" translatable="yes" context="stock">_Help</property>
                <property name="visible">True</property>
                <property name="can-focus">True</property>
                <property name="receives-default">True</property>
                <property name="use-underline">True</property>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="fill">True</property>
                <property name="position">3</property>
                <property name="secondary">True</property>
              </packing>
            </child>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="fill">True</property>
            <property name="pack-type">end</property>
            <property name="position">2</property>
          </packing>
        </child>
        <child>
          <!-- n-columns=2 n-rows=3 -->
          <object class="GtkGrid">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="hexpand">True</property>
            <property name="row-spacing">12</property>
            <property name="column-spacing">12</property>
            <child>
              <object class="GtkFrame" id="frmData">
                <property name="visible">True</property>
                <property name="can-focus">False</property>
                <property name="label-xalign">0</property>
                <property name="shadow-type">none</property>
                <child>
                  <!-- n-columns=3 n-rows=2 -->
                  <object class="GtkGrid">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="margin-start">12</property>
                    <property name="margin-end">6</property>
                    <property name="margin-top">6</property>
                    <property name="margin-bottom">6</property>
                    <property name="row-spacing">6</property>
                    <property name="column-spacing">6</property>
                    <child>
                      <object class="GtkButton" id="btnInputRange">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">True</property>
                        <accessibility>
                          <relation type="labelled-by" target="lbInputRange"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="btnInputRange-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|btnInputRange">Shrink</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">2</property>
                        <property name="top-attach">0</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkEntry" id="edInputRange">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="valign">center</property>
                        <property name="hexpand">True</property>
                        <property name="activates-default">True</property>
                        <property name="width-chars">30</property>
                        <property name="truncate-multiline">True</property>
                        <accessibility>
                          <relation type="labelled-by" target="lbInputRange"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="edInputRange-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|edInputRange">Enter the cell range containing the data for the sparklines.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">0</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkButton" id="btnOutputRange">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">True</property>
                        <accessibility>
                          <relation type="labelled-by" target="lbOutputRange"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="btnOutputRange-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|btnOutputRange">Shrink</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">2</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkEntry" id="edOutputRange">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="valign">center</property>
                        <property name="hexpand">True</property>
                        <property name="activates-default">True</property>
                        <property name="width-chars">30</property>
                        <property name="truncate-multiline">True</property>
                        <accessibility>
                          <relation type="labelled-by" target="lbOutputRange"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="edOutputRange-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|edOutputRange">Select the cell range to receive the sparkline.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkLabel" id="lbInputRange">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="label" translatable="yes" context="SparklineDialog|label_InputRange">Input range:</property>
                        <property name="use-underline">True</property>
                        <property name="xalign">0</property>
                        <accessibility>
                          <relation type="label-for" target="btnInputRange"/>
                          <relation type="label-for" target="edInputRange"/>
                        </accessibility>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">0</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkLabel" id="lbOutputRange">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="label" translatable="yes" context="SparklineDialog|label_OutputRange">Output range:</property>
                        <property name="use-underline">True</property>
                        <property name="xalign">0</property>
                        <accessibility>
                          <relation type="label-for" target="btnOutputRange"/>
                          <relation type="label-for" target="edOutputRange"/>
                        </accessibility>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lbData">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="label" translatable="yes" context="SparklineDialog|label-data">Data</property>
                    <attributes>
                      <attribute name="weight" value="bold"/>
                    </attributes>
                  </object>
                </child>
              </object>
              <packing>
                <property name="left-attach">0</property>
                <property name="top-attach">0</property>
                <property name="width">2</property>
              </packing>
            </child>
            <child>
              <object class="GtkFrame" id="frmColors">
                <property name="visible">True</property>
                <property name="can-focus">False</property>
                <property name="label-xalign">0</property>
                <property name="shadow-type">none</property>
                <child>
                  <!-- n-columns=2 n-rows=7 -->
                  <object class="GtkGrid">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="margin-start">12</property>
                    <property name="margin-top">6</property>
                    <property name="row-spacing">3</property>
                    <property name="column-spacing">6</property>
                    <child>
                      <object class="GtkLabel" id="lbSeries">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="label" translatable="yes" context="SparklineDialog|label_Series">Series:</property>
                        <property name="use-underline">True</property>
                        <property name="xalign">0</property>
                        <accessibility>
                          <relation type="label-for" target="colSeries"/>
                        </accessibility>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">0</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkMenuButton" id="colSeries">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="halign">start</property>
                        <property name="xalign">0</property>
                        <property name="draw-indicator">True</property>
                        <property name="label" translatable="no"></property>
                        <child>
                          <placeholder/>
                        </child>
                        <accessibility>
                          <relation type="labelled-by" target="lbSeries"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="colSeries-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|colSeries">Select the main color for the sparklines.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">0</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkCheckButton" id="cbNegative">
                        <property name="label" translatable="yes" context="SparklineDialog|checkButton_Negative">Negative points:</property>
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="always-show-image">True</property>
                        <property name="draw-indicator">True</property>
                        <accessibility>
                          <relation type="label-for" target="colNegative"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbNegative-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbNegative">Check and select the color for negative points.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkMenuButton" id="colNegative">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="halign">start</property>
                        <property name="xalign">0</property>
                        <property name="draw-indicator">True</property>
                        <property name="label" translatable="no"></property>
                        <child>
                          <placeholder/>
                        </child>
                        <accessibility>
                          <relation type="labelled-by" target="cbNegative"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="colNegative-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|colNegative">Select the color for the negative points.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkCheckButton" id="cbHigh">
                        <property name="label" translatable="yes" context="SparklineDialog|checkButton_High">High points:</property>
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="always-show-image">True</property>
                        <property name="draw-indicator">True</property>
                        <accessibility>
                          <relation type="label-for" target="colHigh"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbHigh-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbHigh">Check and select the color for high points.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">2</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkMenuButton" id="colHigh">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="halign">start</property>
                        <property name="xalign">0</property>
                        <property name="draw-indicator">True</property>
                        <property name="label" translatable="no"></property>
                        <child>
                          <placeholder/>
                        </child>
                        <accessibility>
                          <relation type="labelled-by" target="cbHigh"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="colHigh-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|colHigh">Select the color for the high point.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">2</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkCheckButton" id="cbLow">
                        <property name="label" translatable="yes" context="SparklineDialog|checkButton_Low">Low points:</property>
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="always-show-image">True</property>
                        <property name="draw-indicator">True</property>
                        <accessibility>
                          <relation type="label-for" target="colLow"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbLow-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbLow">Check and select the color for low points.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">3</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkMenuButton" id="colLow">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="halign">start</property>
                        <property name="xalign">0</property>
                        <property name="draw-indicator">True</property>
                        <property name="label" translatable="no"></property>
                        <child>
                          <placeholder/>
                        </child>
                        <accessibility>
                          <relation type="labelled-by" target="cbLow"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="colLow-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|colLow">Select the color for the low point.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">3</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkCheckButton" id="cbMarker">
                        <property name="label" translatable="yes" context="SparklineDialog|checkButton_Marker">Marker:</property>
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="always-show-image">True</property>
                        <property name="draw-indicator">True</property>
                        <accessibility>
                          <relation type="label-for" target="colMarker"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbMarker-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbMarker">Check and select the color for data points (line type only).</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">4</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkMenuButton" id="colMarker">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="halign">start</property>
                        <property name="xalign">0</property>
                        <property name="draw-indicator">True</property>
                        <property name="label" translatable="no"></property>
                        <child>
                          <placeholder/>
                        </child>
                        <accessibility>
                          <relation type="labelled-by" target="cbMarker"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="colMarker-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|colMarker">Select the color for the data points markers.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">4</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkCheckButton" id="cbFirst">
                        <property name="label" translatable="yes" context="SparklineDialog|checkButton_First">First point:</property>
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="always-show-image">True</property>
                        <property name="draw-indicator">True</property>
                        <accessibility>
                          <relation type="label-for" target="colFirst"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbFirst-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbFirst">Check and select the color for first point.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">5</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkMenuButton" id="colFirst">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="halign">start</property>
                        <property name="xalign">0</property>
                        <property name="draw-indicator">True</property>
                        <property name="label" translatable="no"></property>
                        <child>
                          <placeholder/>
                        </child>
                        <accessibility>
                          <relation type="labelled-by" target="cbFirst"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="colFirst-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|colFirst">Select the color for the first point.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">5</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkCheckButton" id="cbLast">
                        <property name="label" translatable="yes" context="SparklineDialog|checkButton_Last">Last point:</property>
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="always-show-image">True</property>
                        <property name="draw-indicator">True</property>
                        <accessibility>
                          <relation type="label-for" target="colLast"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbLast-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbLast">Check and select the color for last point.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">6</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkMenuButton" id="colLast">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="halign">start</property>
                        <property name="xalign">0</property>
                        <property name="draw-indicator">True</property>
                        <property name="label" translatable="no"></property>
                        <child>
                          <placeholder/>
                        </child>
                        <accessibility>
                          <relation type="labelled-by" target="cbLast"/>
                        </accessibility>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="colLast-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|colLast">Select the color for the last point.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">6</property>
                      </packing>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lbColors">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="label" translatable="yes" context="SparklineDialog|label_Colors">Colors</property>
                    <attributes>
                      <attribute name="weight" value="bold"/>
                    </attributes>
                  </object>
                </child>
              </object>
              <packing>
                <property name="left-attach">1</property>
                <property name="top-attach">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkFrame" id="frmProperties">
                <property name="visible">True</property>
                <property name="can-focus">False</property>
                <property name="valign">start</property>
                <property name="hexpand">True</property>
                <property name="label-xalign">0</property>
                <property name="shadow-type">none</property>
                <child>
                  <!-- n-columns=2 n-rows=5 -->
                  <object class="GtkGrid" id="gdProperties">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="valign">start</property>
                    <property name="margin-start">12</property>
                    <property name="margin-top">6</property>
                    <property name="row-spacing">3</property>
                    <property name="column-spacing">6</property>
                    <child>
                      <object class="GtkLabel" id="lbLineWidth">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="label" translatable="yes" context="SparklineDialog|label_LineWidth">Line thickness:</property>
                        <property name="use-underline">True</property>
                        <property name="mnemonic-widget">seLineWidth</property>
                        <property name="xalign">0</property>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkSpinButton" id="seLineWidth">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="hexpand">True</property>
                        <property name="text" translatable="yes" context="SparklineDialog|spinButton_LineWidth">1,00</property>
                        <property name="truncate-multiline">True</property>
                        <property name="adjustment">adjustment-line-width</property>
                        <property name="climb-rate">0.25</property>
                        <property name="digits">2</property>
                        <property name="snap-to-ticks">True</property>
                        <property name="numeric">True</property>
                        <property name="value">1</property>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="seLineWidth-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|seLineWidth">Enter the line thickness number manually or use the spin button.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkLabel" id="lbEmpytCells">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="label" translatable="yes" context="SparklineDialog|label_DisplayEmptyCellsAs">Display empty cells as:</property>
                        <property name="use-underline">True</property>
                        <property name="mnemonic-widget">cbEmptyCells</property>
                        <property name="xalign">0</property>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">2</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkComboBoxText" id="cbEmptyCells">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <items>
                          <item id="0" translatable="yes" context="SparklineDialog|optionEmpty_Gap">Gap</item>
                          <item id="1" translatable="yes" context="SparklineDialog|optionEmpty_Zero">Zero</item>
                          <item id="2" translatable="yes" context="SparklineDialog|optionEmpty_Span">Span</item>
                        </items>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbEmptyCells-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbEmptyCells">Display empty cells as: Gap - the missing data is not displayed. The line type discontinues in the gap and the column is not displayed. Zero - the missing data is displayed as value zero. Span - for line type only, draws a continuous line connecting the previous value to the next value.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">2</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkCheckButton" id="cbHidden">
                        <property name="label" translatable="yes" context="SparklineDialog|checkButton_Hidden">Display hidden</property>
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="always-show-image">True</property>
                        <property name="draw-indicator">True</property>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbHidden-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbHidden">Check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">3</property>
                        <property name="width">2</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkCheckButton" id="cbRTL">
                        <property name="label" translatable="yes" context="SparklineDialog|checkButton_RTL">Right-to-left</property>
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="always-show-image">True</property>
                        <property name="draw-indicator">True</property>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbRTL-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbRTL">Check to have the sparklines show the data in reverse order.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">4</property>
                        <property name="width">2</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkComboBoxText" id="cbType">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="valign">start</property>
                        <items>
                          <item id="0" translatable="yes" context="SparklineDialog|optionType_Line">Line</item>
                          <item id="1" translatable="yes" context="SparklineDialog|optionType_Column">Column</item>
                          <item id="2" translatable="yes" context="SparklineDialog|optionType_Stacked">Stacked</item>
                        </items>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbType-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbType">Select the sparkline type in the drop-down list. Choices are: Line - draws a line between data values.  Column - draws a bar for each data value. Stacked - also known as win/loss: displays equally sized bars indicating positive and negative values.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">0</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkLabel" id="lbType">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="label" translatable="yes" context="SparklineDialog|label_Type">Type:</property>
                        <property name="use-underline">True</property>
                        <property name="mnemonic-widget">cbType</property>
                        <property name="xalign">0</property>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">0</property>
                      </packing>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lbProperties">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="label" translatable="yes" context="SparklineDialog|label_Properties">Properties</property>
                    <attributes>
                      <attribute name="weight" value="bold"/>
                    </attributes>
                  </object>
                </child>
              </object>
              <packing>
                <property name="left-attach">0</property>
                <property name="top-attach">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkFrame" id="frmAxes">
                <property name="visible">True</property>
                <property name="can-focus">False</property>
                <property name="label-xalign">0</property>
                <property name="shadow-type">none</property>
                <child>
                  <!-- n-columns=3 n-rows=3 -->
                  <object class="GtkGrid">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="margin-start">12</property>
                    <property name="margin-top">6</property>
                    <property name="row-spacing">3</property>
                    <property name="column-spacing">6</property>
                    <child>
                      <object class="GtkComboBoxText" id="cbMinAxisType">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="active">0</property>
                        <items>
                          <item id="0" translatable="yes" context="SparklineDialog|option_MinAxis_Individual">Individual</item>
                          <item id="1" translatable="yes" context="SparklineDialog|option_MinAxis_Group">Group</item>
                          <item id="2" translatable="yes" context="SparklineDialog|option_MinAxis_Custom">Custom</item>
                        </items>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbMinAxisType-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbMinAxisType">Individual: sets automatically the minimum value for each sparkline based on the sparkline data range values. Group: sets the minimum value based on the lower and higher values found in the group of sparklines. Custom: enter the minimum value for the sparkline group.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkSpinButton" id="seMinAxis">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="activates-default">True</property>
                        <property name="width-chars">10</property>
                        <property name="truncate-multiline">True</property>
                        <property name="adjustment">adjustment-custom-min</property>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="seMinAxis-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|seMinAxis">Spin or enter number to set the minimum value for the Y axis.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">2</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkComboBoxText" id="cbMaxAxisType">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="active">0</property>
                        <items>
                          <item id="0" translatable="yes" context="SparklineDialog|option_MaxAxis_Individual">Individual</item>
                          <item id="1" translatable="yes" context="SparklineDialog|option_MaxAxis_Group">Group</item>
                          <item id="2" translatable="yes" context="SparklineDialog|option_MaxAxis_Custom">Custom</item>
                        </items>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbMaxAxisType-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbMaxAxisType">Individual: sets automatically the maximum value for each sparkline based on the sparkline data range values. Group: sets the maximum value based on the lower and higher values found in the group of sparklines. Custom: enter the maximum value for the sparkline group.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">1</property>
                        <property name="top-attach">2</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkSpinButton" id="seMaxAxis">
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="activates-default">True</property>
                        <property name="width-chars">10</property>
                        <property name="truncate-multiline">True</property>
                        <property name="adjustment">adjustment-custom-max</property>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="seMaxAxis-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|seMaxAxis">Spin or enter number to set the maximum value for the Y axis.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">2</property>
                        <property name="top-attach">2</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkLabel" id="lbMaxAxis">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="halign">start</property>
                        <property name="label" translatable="yes" context="SparklineDialog|label_AxisMaximum">Vertical maximum:</property>
                        <property name="use-underline">True</property>
                        <property name="mnemonic-widget">cbMaxAxisType</property>
                        <property name="xalign">0</property>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">2</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkLabel" id="lbMinAxis">
                        <property name="visible">True</property>
                        <property name="can-focus">False</property>
                        <property name="halign">start</property>
                        <property name="label" translatable="yes" context="SparklineDialog|label_AxisMinimum">Vertical minimum:</property>
                        <property name="use-underline">True</property>
                        <property name="mnemonic-widget">cbMinAxisType</property>
                        <property name="xalign">0</property>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">1</property>
                      </packing>
                    </child>
                    <child>
                      <object class="GtkCheckButton" id="cbDisplayXAxis">
                        <property name="label" translatable="yes" context="SparklineDialog|checkBox_DisplayX">Display X axis</property>
                        <property name="visible">True</property>
                        <property name="can-focus">True</property>
                        <property name="receives-default">False</property>
                        <property name="halign">start</property>
                        <property name="always-show-image">True</property>
                        <property name="draw-indicator">True</property>
                        <child internal-child="accessible">
                          <object class="AtkObject" id="cbDisplayXAxis-atkobject">
                            <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbDisplayXAxix">Check to show the X axis for sparklines.</property>
                          </object>
                        </child>
                      </object>
                      <packing>
                        <property name="left-attach">0</property>
                        <property name="top-attach">0</property>
                        <property name="width">3</property>
                      </packing>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lbAxes">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="label" translatable="yes" context="SparklineDialog|label_Axes">Axes</property>
                    <attributes>
                      <attribute name="weight" value="bold"/>
                    </attributes>
                  </object>
                </child>
              </object>
              <packing>
                <property name="left-attach">0</property>
                <property name="top-attach">2</property>
                <property name="width">2</property>
              </packing>
            </child>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="fill">True</property>
            <property name="position">1</property>
          </packing>
        </child>
      </object>
    </child>
    <action-widgets>
      <action-widget response="-5">ok</action-widget>
      <action-widget response="-6">cancel</action-widget>
      <action-widget response="-11">help</action-widget>
    </action-widgets>
  </object>
</interface>

[ Dauer der Verarbeitung: 0.7 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