summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs/sheet_properties_base.ui
blob: 7ff6bc0b37191d811f39e33030c73d8a7cbe6033 (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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KSpread::SheetPropertiesBase</class>
<comment>This file is part of the TDE project
Copyright (C) 2004 Ariya Hidayat &lt;ariya@kde.org&gt;

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB.  If not,
write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301, USA.</comment>
<author>Ariya Hidayat &lt;ariya@kde.org&gt;</author>
<widget class="TQWidget">
    <property name="name">
        <cstring>SheetPropertiesBase</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>408</width>
            <height>206</height>
        </rect>
    </property>
    <property name="sizePolicy">
        <sizepolicy>
            <hsizetype>5</hsizetype>
            <vsizetype>1</vsizetype>
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
        </sizepolicy>
    </property>
    <property name="caption">
        <string>SheetPropertiesBase</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>layout5</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout1</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>textLabel1</cstring>
                            </property>
                            <property name="text">
                                <string>Layout direction:</string>
                            </property>
                        </widget>
                        <widget class="KComboBox">
                            <item>
                                <property name="text">
                                    <string>Left to Right</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Right to Left</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>directionComboBox</cstring>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Defaut is that the first column of the sheet is on the left. If you choose Right to Left, then the first column will be on the right and the others added from right to left.</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
                <spacer>
                    <property name="name">
                        <cstring>spacer1</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>40</width>
                            <height>20</height>
                        </size>
                    </property>
                </spacer>
            </hbox>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer2</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Fixed</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>20</width>
                    <height>20</height>
                </size>
            </property>
        </spacer>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>layout4</cstring>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox" row="4" column="1">
                    <property name="name">
                        <cstring>showCommentIndicatorCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>Show c&amp;omment indicator</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If this box is checked cells containing comments will be marked by a small red triangle at the top right corner.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="3" column="0">
                    <property name="name">
                        <cstring>useLCModeCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>Use &amp;LC mode</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If this box is checked the cell reference shown at the left end of the Formula Bar will be displayed in LC mode (i.e. L2C3) rather than in its normal form B3. This does not seem to be of much use at the moment.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="1" column="1">
                    <property name="name">
                        <cstring>showPageBordersCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>Show page &amp;borders</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If you check this option, the page borders will be drawn on your current sheet. Per default the page borders are not displayed. It is useful to see the page borders if you want to print your sheet.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="4" column="0">
                    <property name="name">
                        <cstring>capitalizeFirstLetterCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Convert first letter to uppercase</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Check this box and the first letter of any text you type in will automatically be converted to uppercase.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="0" column="0">
                    <property name="name">
                        <cstring>hideZeroCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Hide zero</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If this box is checked any cell containing the value zero will appear blank.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="2" column="1">
                    <property name="name">
                        <cstring>showFormulaCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>Show &amp;formula</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If this box is checked KSpread will display the actual formulae in cells rather than the results.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="2" column="0">
                    <property name="name">
                        <cstring>showColumnAsNumbersCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>Show column as &amp;numbers</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If this box is checked the column headings will show as numbers rather than as letters. Letters are default.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="3" column="1">
                    <property name="name">
                        <cstring>showFormulaIndicatorCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>Show formula &amp;indicator</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If this box is checked KSpread will display a small blue triangle at the bottom left corner of cells containing formulae. This is useful if you want to protect cells with formulae.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="0" column="1">
                    <property name="name">
                        <cstring>showGridCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>Show &amp;grid</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If checked the grid (the cell limits) will be shown. This is default. If you uncheck it, the grid willl be hidden.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox" row="1" column="0">
                    <property name="name">
                        <cstring>autoCalcCheckBox</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Automatic recalculation</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This setting controls whether formulae are recalculated automatically when the value of any cell they refer to changes.</string>
                    </property>
                </widget>
            </grid>
        </widget>
    </vbox>
</widget>
<includes>
    <include location="global" impldecl="in implementation">kdialog.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
    <includehint>kcombobox.h</includehint>
</includehints>
</UI>