diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:48:35 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-24 18:12:10 +0200 | 
| commit | 01f0827d4051a48167d0ba1f8f0d083cc7ca0de8 (patch) | |
| tree | a7593d21222c9385c3b157bf7797839742ea1ed2 /libreoffice_ui/scalc/samplingdialog.ui | |
| parent | 72aa2a690d45b7a46e11c8fdc3fe608ae8f4aa51 (diff) | |
| download | Ishtar-01f0827d4051a48167d0ba1f8f0d083cc7ca0de8.tar.bz2 Ishtar-01f0827d4051a48167d0ba1f8f0d083cc7ca0de8.zip  | |
🚀 Debian package: ishtar-libreoffice
Diffstat (limited to 'libreoffice_ui/scalc/samplingdialog.ui')
| -rw-r--r-- | libreoffice_ui/scalc/samplingdialog.ui | 391 | 
1 files changed, 391 insertions, 0 deletions
diff --git a/libreoffice_ui/scalc/samplingdialog.ui b/libreoffice_ui/scalc/samplingdialog.ui new file mode 100644 index 000000000..1f4206e94 --- /dev/null +++ b/libreoffice_ui/scalc/samplingdialog.ui @@ -0,0 +1,391 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> +<interface domain="sc"> +  <requires lib="gtk+" version="3.18"/> +  <object class="GtkAdjustment" id="period-adjustment"> +    <property name="lower">1</property> +    <property name="upper">100</property> +    <property name="value">1</property> +    <property name="step_increment">1</property> +    <property name="page_increment">10</property> +  </object> +  <object class="GtkAdjustment" id="sample-size-adjustment"> +    <property name="upper">100</property> +    <property name="step_increment">1</property> +    <property name="page_increment">10</property> +  </object> +  <object class="GtkDialog" id="SamplingDialog"> +    <property name="can_focus">False</property> +    <property name="border_width">6</property> +    <property name="title" translatable="yes" context="samplingdialog|SamplingDialog">Sampling</property> +    <property name="resizable">False</property> +    <property name="default_width">0</property> +    <property name="default_height">0</property> +    <property name="type_hint">dialog</property> +    <child> +      <placeholder/> +    </child> +    <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">gtk-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_stock">True</property> +              </object> +              <packing> +                <property name="expand">False</property> +                <property name="fill">True</property> +                <property name="position">0</property> +              </packing> +            </child> +            <child> +              <object class="GtkButton" id="cancel"> +                <property name="label">gtk-cancel</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_stock">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="help"> +                <property name="label">gtk-help</property> +                <property name="visible">True</property> +                <property name="can_focus">True</property> +                <property name="receives_default">True</property> +                <property name="use_stock">True</property> +              </object> +              <packing> +                <property name="expand">False</property> +                <property name="fill">True</property> +                <property name="position">2</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">0</property> +          </packing> +        </child> +        <child> +          <object class="GtkFrame" id="frame1"> +            <property name="visible">True</property> +            <property name="can_focus">False</property> +            <property name="label_xalign">0</property> +            <property name="shadow_type">none</property> +            <child> +              <object class="GtkAlignment" id="alignment1"> +                <property name="visible">True</property> +                <property name="can_focus">False</property> +                <property name="top_padding">6</property> +                <property name="bottom_padding">6</property> +                <property name="left_padding">12</property> +                <property name="right_padding">12</property> +                <child> +                  <object class="GtkGrid" id="grid1"> +                    <property name="visible">True</property> +                    <property name="can_focus">False</property> +                    <property name="row_spacing">6</property> +                    <property name="column_spacing">12</property> +                    <child> +                      <object class="GtkLabel" id="input-range-label"> +                        <property name="visible">True</property> +                        <property name="can_focus">False</property> +                        <property name="label" translatable="yes" context="samplingdialog|input-range-label">Input range:</property> +                        <property name="use_underline">True</property> +                        <property name="mnemonic_widget">input-range-edit</property> +                        <property name="xalign">0</property> +                      </object> +                      <packing> +                        <property name="left_attach">0</property> +                        <property name="top_attach">0</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkEntry" id="input-range-edit"> +                        <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> +                      </object> +                      <packing> +                        <property name="left_attach">1</property> +                        <property name="top_attach">0</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkButton" id="input-range-button"> +                        <property name="visible">True</property> +                        <property name="can_focus">True</property> +                        <property name="receives_default">True</property> +                      </object> +                      <packing> +                        <property name="left_attach">2</property> +                        <property name="top_attach">0</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkLabel" id="output-range-label"> +                        <property name="visible">True</property> +                        <property name="can_focus">False</property> +                        <property name="label" translatable="yes" context="samplingdialog|output-range-label">Results to:</property> +                        <property name="use_underline">True</property> +                        <property name="mnemonic_widget">output-range-edit</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="GtkEntry" id="output-range-edit"> +                        <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> +                      </object> +                      <packing> +                        <property name="left_attach">1</property> +                        <property name="top_attach">1</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkButton" id="output-range-button"> +                        <property name="visible">True</property> +                        <property name="can_focus">True</property> +                        <property name="receives_default">True</property> +                      </object> +                      <packing> +                        <property name="left_attach">2</property> +                        <property name="top_attach">1</property> +                      </packing> +                    </child> +                  </object> +                </child> +              </object> +            </child> +            <child type="label"> +              <object class="GtkLabel" id="label4"> +                <property name="visible">True</property> +                <property name="can_focus">False</property> +                <property name="label" translatable="yes" context="samplingdialog|label4">Data</property> +                <attributes> +                  <attribute name="weight" value="bold"/> +                </attributes> +              </object> +            </child> +          </object> +          <packing> +            <property name="expand">False</property> +            <property name="fill">True</property> +            <property name="position">2</property> +          </packing> +        </child> +        <child> +          <object class="GtkFrame" id="frame2"> +            <property name="visible">True</property> +            <property name="can_focus">False</property> +            <property name="label_xalign">0</property> +            <property name="shadow_type">none</property> +            <child> +              <object class="GtkAlignment" id="alignment2"> +                <property name="visible">True</property> +                <property name="can_focus">False</property> +                <property name="top_padding">6</property> +                <property name="bottom_padding">6</property> +                <property name="left_padding">12</property> +                <property name="right_padding">12</property> +                <child> +                  <object class="GtkGrid" id="grid2"> +                    <property name="visible">True</property> +                    <property name="can_focus">False</property> +                    <property name="row_spacing">6</property> +                    <property name="column_spacing">12</property> +                    <child> +                      <object class="GtkSpinButton" id="sample-size-spin"> +                        <property name="visible">True</property> +                        <property name="can_focus">True</property> +                        <property name="hexpand">True</property> +                        <property name="activates_default">True</property> +                        <property name="text">1</property> +                        <property name="adjustment">sample-size-adjustment</property> +                        <property name="value">1</property> +                      </object> +                      <packing> +                        <property name="left_attach">1</property> +                        <property name="top_attach">1</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkLabel" id="label1"> +                        <property name="visible">True</property> +                        <property name="can_focus">False</property> +                        <property name="margin_left">12</property> +                        <property name="hexpand">True</property> +                        <property name="xpad">12</property> +                        <property name="label" translatable="yes" context="samplingdialog|label1">Sample size:</property> +                        <property name="use_underline">True</property> +                        <property name="justify">center</property> +                        <property name="mnemonic_widget">sample-size-spin</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="GtkRadioButton" id="random-method-radio"> +                        <property name="label" translatable="yes" context="samplingdialog|random-method-radio">Random</property> +                        <property name="visible">True</property> +                        <property name="can_focus">True</property> +                        <property name="receives_default">False</property> +                        <property name="use_underline">True</property> +                        <property name="xalign">0</property> +                        <property name="active">True</property> +                        <property name="draw_indicator">True</property> +                      </object> +                      <packing> +                        <property name="left_attach">0</property> +                        <property name="top_attach">0</property> +                        <property name="width">2</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkRadioButton" id="periodic-method-radio"> +                        <property name="label" translatable="yes" context="samplingdialog|periodic-method-radio">Periodic</property> +                        <property name="visible">True</property> +                        <property name="can_focus">True</property> +                        <property name="receives_default">False</property> +                        <property name="use_underline">True</property> +                        <property name="xalign">0</property> +                        <property name="draw_indicator">True</property> +                        <property name="group">random-method-radio</property> +                      </object> +                      <packing> +                        <property name="left_attach">0</property> +                        <property name="top_attach">4</property> +                        <property name="width">2</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkSpinButton" id="period-spin"> +                        <property name="visible">True</property> +                        <property name="can_focus">True</property> +                        <property name="hexpand">True</property> +                        <property name="activates_default">True</property> +                        <property name="text">1</property> +                        <property name="adjustment">period-adjustment</property> +                        <property name="value">1</property> +                      </object> +                      <packing> +                        <property name="left_attach">1</property> +                        <property name="top_attach">5</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkLabel" id="label3"> +                        <property name="visible">True</property> +                        <property name="can_focus">False</property> +                        <property name="margin_left">12</property> +                        <property name="hexpand">True</property> +                        <property name="xpad">12</property> +                        <property name="label" translatable="yes" context="samplingdialog|label3">Period:</property> +                        <property name="use_underline">True</property> +                        <property name="mnemonic_widget">period-spin</property> +                        <property name="xalign">0</property> +                      </object> +                      <packing> +                        <property name="left_attach">0</property> +                        <property name="top_attach">5</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkCheckButton" id="with-replacement"> +                        <property name="label" translatable="yes" context="samplingdialog|with-replacement">With replacement</property> +                        <property name="visible">True</property> +                        <property name="can_focus">True</property> +                        <property name="receives_default">False</property> +                        <property name="use_underline">True</property> +                        <property name="xalign">0</property> +                        <property name="draw_indicator">True</property> +                      </object> +                      <packing> +                        <property name="left_attach">0</property> +                        <property name="top_attach">2</property> +                        <property name="width">2</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkCheckButton" id="keep-order"> +                        <property name="label" translatable="yes" context="samplingdialog|keep-order">Keep order</property> +                        <property name="visible">True</property> +                        <property name="can_focus">True</property> +                        <property name="receives_default">False</property> +                        <property name="use_underline">True</property> +                        <property name="xalign">0</property> +                        <property name="draw_indicator">True</property> +                      </object> +                      <packing> +                        <property name="left_attach">0</property> +                        <property name="top_attach">3</property> +                        <property name="width">2</property> +                      </packing> +                    </child> +                  </object> +                </child> +              </object> +            </child> +            <child type="label"> +              <object class="GtkLabel" id="label2"> +                <property name="visible">True</property> +                <property name="can_focus">False</property> +                <property name="label" translatable="yes" context="samplingdialog|label2">Sampling Method</property> +                <attributes> +                  <attribute name="weight" value="bold"/> +                </attributes> +              </object> +            </child> +          </object> +          <packing> +            <property name="expand">False</property> +            <property name="fill">True</property> +            <property name="position">3</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>  | 
