[go: up one dir, main page]

File: toworksheetsetupui.ui

package info (click to toggle)
tora 1.3.16-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,604 kB
  • ctags: 10,426
  • sloc: cpp: 100,338; sh: 5,034; perl: 1,482; makefile: 566; xml: 69
file content (257 lines) | stat: -rw-r--r-- 10,968 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>toWorksheetSetupUI</class>
<widget class="QWidget">
    <property name="name">
        <cstring>toWorksheetSetupUI</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>568</width>
            <height>480</height>
        </rect>
    </property>
    <property name="caption">
        <string>Form1</string>
    </property>
    <property name="layoutMargin" stdset="0">
    </property>
    <property name="toolTip" stdset="0">
        <string>Automatically save file when closing editor (Without asking any questions).</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <property name="spacing">
            <number>6</number>
        </property>
        <widget class="QGroupBox" row="0" column="0">
            <property name="name">
                <cstring>GroupBox1</cstring>
            </property>
            <property name="title">
                <string>SQL Editor</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>11</number>
                </property>
                <property name="spacing">
                    <number>6</number>
                </property>
                <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>AutoSave</cstring>
                    </property>
                    <property name="text">
                        <string>Auto &amp;save</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>CheckSave</cstring>
                    </property>
                    <property name="text">
                        <string>Ask about saving &amp;changes</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Ask about saving changes when closing worksheet.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>LogAtEnd</cstring>
                    </property>
                    <property name="text">
                        <string>Add &amp;log entries at end</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Add newly executed queries at end of log instead of top. Changing this will mess up the log in the windows that are opened.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>LogMulti</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Multiple lines in log.</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Display multiple lines in the SQL column of the logging.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>Statistics</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Enable statistics</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Enable statistic collection per default.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="5" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>TimedStatistics</cstring>
                    </property>
                    <property name="text">
                        <string>Enable &amp;timed statistics</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Enable timed statistics as well when collecting normal statistics.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="6" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>DisplayNumber</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Display number column</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Add a numbering column to the left of the result.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="7" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>MoveToError</cstring>
                    </property>
                    <property name="text">
                        <string>Move &amp;cursor to error</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Move the cursor to an error if the error occurs.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="8" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>History</cstring>
                    </property>
                    <property name="text">
                        <string>Save previous results</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Keep previous results in while editor is open. Will consume lot of memory.</string>
                    </property>
                </widget>
                <widget class="QLineEdit" row="11" column="1">
                    <property name="name">
                        <cstring>DefaultFile</cstring>
                    </property>
                    <property name="frameShape">
                        <enum>LineEditPanel</enum>
                    </property>
                    <property name="frameShadow">
                        <enum>Sunken</enum>
                    </property>
                </widget>
                <widget class="QPushButton" row="11" column="2">
                    <property name="name">
                        <cstring>FileChoose</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Browse</string>
                    </property>
                </widget>
                <widget class="QLabel" row="11" column="0">
                    <property name="name">
                        <cstring>TextLabel1</cstring>
                    </property>
                    <property name="text">
                        <string>Default &amp;file</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>DefaultFile</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>File to automatically open in a new editor.</string>
                    </property>
                </widget>
                <spacer row="12" column="1">
                    <property name="name">
                        <cstring>Spacer1</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Vertical</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>20</width>
                            <height>160</height>
                        </size>
                    </property>
                </spacer>
                <widget class="QCheckBox" row="9" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>ExecLog</cstring>
                    </property>
                    <property name="text">
                        <string>Execute directly when selecting in log</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Execute a statement when it is
			selected in the log, if disabled simply selected
			the statement in the log.</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="10" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>ToplevelDescribe</cstring>
                    </property>
                    <property name="text">
                        <string>Display column descriptions in own toplevel window.</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Execute a statement when it is
			selected in the log, if disabled simply selected
			the statement in the log.</string>
                    </property>
                </widget>
            </grid>
        </widget>
    </grid>
</widget>
<connections>
    <connection>
        <sender>FileChoose</sender>
        <signal>clicked()</signal>
        <receiver>toWorksheetSetupUI</receiver>
        <slot>chooseFile()</slot>
    </connection>
    <connection>
        <sender>History</sender>
        <signal>toggled(bool)</signal>
        <receiver>ExecLog</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>AutoSave</tabstop>
    <tabstop>CheckSave</tabstop>
    <tabstop>LogAtEnd</tabstop>
    <tabstop>LogMulti</tabstop>
    <tabstop>Statistics</tabstop>
    <tabstop>TimedStatistics</tabstop>
    <tabstop>DisplayNumber</tabstop>
    <tabstop>History</tabstop>
    <tabstop>ExecLog</tabstop>
    <tabstop>DefaultFile</tabstop>
    <tabstop>FileChoose</tabstop>
</tabstops>
<slots>
    <slot>chooseFile()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>