summaryrefslogtreecommitdiffstats
path: root/sc/uiconfig/scalc/ui/datetimetransformationentry.ui
blob: 8ca3b9e7fb9db058b3a3464b54fa6ba3e3a3e390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface domain="sc">
  <requires lib="gtk+" version="3.20"/>
  <!-- n-columns=3 n-rows=3 -->
  <object class="GtkGrid" id="grid">
    <property name="visible">True</property>
    <property name="can-focus">False</property>
    <property name="margin-end">6</property>
    <property name="border-width">6</property>
    <property name="row-spacing">6</property>
    <property name="column-spacing">12</property>
    <child>
      <object class="GtkSeparator">
        <property name="visible">True</property>
        <property name="can-focus">False</property>
      </object>
      <packing>
        <property name="left-attach">0</property>
        <property name="top-attach">0</property>
        <property name="width">3</property>
      </packing>
    </child>
    <child>
      <object class="GtkLabel" id="label1">
        <property name="visible">True</property>
        <property name="can-focus">False</property>
        <property name="halign">start</property>
        <property name="label" translatable="yes" context="datetimetransformationentry|name">Date Time Transformations</property>
        <property name="use-underline">True</property>
        <property name="mnemonic-widget">ed_lst</property>
      </object>
      <packing>
        <property name="left-attach">0</property>
        <property name="top-attach">1</property>
        <property name="width">3</property>
      </packing>
    </child>
    <child>
      <object class="GtkComboBoxText" id="ed_lst">
        <property name="visible">True</property>
        <property name="can-focus">False</property>
        <property name="halign">start</property>
        <property name="hexpand">False</property>
        <property name="active">0</property>
        <property name="active-id">0</property>
        <items>
          <item id="0" translatable="yes" context="datetimetransformationentry|datestring">Date String</item>
          <item id="1" translatable="yes" context="datetimetransformationentry|year">Year</item>
          <item id="2" translatable="yes" context="datetimetransformationentry|startofyear">Start of Year</item>
          <item id="3" translatable="yes" context="datetimetransformationentry|endofyear">End of Year</item>
          <item id="4" translatable="yes" context="datetimetransformationentry|month">Month</item>
          <item id="5" translatable="yes" context="datetimetransformationentry|monthname">Month Name</item>
          <item id="6" translatable="yes" context="datetimetransformationentry|startofmonth">Start of Month</item>
          <item id="7" translatable="yes" context="datetimetransformationentry|endofmonth">End of Month</item>
          <item id="8" translatable="yes" context="datetimetransformationentry|day">Day</item>
          <item id="9" translatable="yes" context="datetimetransformationentry|dayofweek">Day of Week</item>
          <item id="10" translatable="yes" context="datetimetransformationentry|dayofyear">Day of Year</item>
          <item id="11" translatable="yes" context="datetimetransformationentry|quarter">Quarter</item>
          <item id="12" translatable="yes" context="datetimetransformationentry|startofquarter">Start of Quarter</item>
          <item id="12" translatable="yes" context="datetimetransformationentry|endofquarter">End of Quarter</item>
          <item id="12" translatable="yes" context="datetimetransformationentry|hour">Hour</item>
          <item id="12" translatable="yes" context="datetimetransformationentry|minute">Minute</item>
          <item id="12" translatable="yes" context="datetimetransformationentry|second">Second</item>
          <item id="12" translatable="yes" context="datetimetransformationentry|time">Time</item>
        </items>
      </object>
      <packing>
        <property name="left-attach">0</property>
        <property name="top-attach">2</property>
      </packing>
    </child>
    <child>
      <object class="GtkEntry" id="ed_columns">
        <property name="visible">True</property>
        <property name="can-focus">True</property>
        <property name="hexpand">True</property>
        <property name="width-chars">10</property>
        <property name="truncate-multiline">True</property>
        <property name="placeholder-text" translatable="yes" context="datetimetransformationentry/cols">Columns</property>
      </object>
      <packing>
        <property name="left-attach">1</property>
        <property name="top-attach">2</property>
      </packing>
    </child>
    <child>
      <object class="GtkButton" id="ed_delete">
        <property name="label" translatable="yes" context="datetimetransformationentry|delete">Delete</property>
        <property name="visible">True</property>
        <property name="can-focus">True</property>
        <property name="receives-default">False</property>
        <property name="halign">end</property>
      </object>
      <packing>
        <property name="left-attach">2</property>
        <property name="top-attach">2</property>
      </packing>
    </child>
  </object>
</interface>