[go: up one dir, main page]

File: toworksheetsetupui.ui

package info (click to toggle)
tora 1.3.4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,632 kB
  • ctags: 7,487
  • sloc: cpp: 68,518; perl: 1,475; ansic: 291; sh: 173; makefile: 51
file content (286 lines) | stat: -rw-r--r-- 11,668 bytes parent folder | download
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE UI><UI>
<class>toWorksheetSetupUI</class>
<widget>
    <class>QWidget</class>
    <property stdset="1">
        <name>name</name>
        <cstring>toWorksheetSetupUI</cstring>
    </property>
    <property stdset="1">
        <name>geometry</name>
        <rect>
            <x>0</x>
            <y>0</y>
            <width>568</width>
            <height>480</height>
        </rect>
    </property>
    <property stdset="1">
        <name>caption</name>
        <string>Form1</string>
    </property>
    <property>
        <name>layoutMargin</name>
    </property>
    <property>
        <name>toolTip</name>
        <string>Automatically save file when closing worksheet (Without asking any questions).</string>
    </property>
    <grid>
        <property stdset="1">
            <name>margin</name>
            <number>0</number>
        </property>
        <property stdset="1">
            <name>spacing</name>
            <number>6</number>
        </property>
        <widget row="0"  column="0" >
            <class>QGroupBox</class>
            <property stdset="1">
                <name>name</name>
                <cstring>GroupBox1</cstring>
            </property>
            <property stdset="1">
                <name>title</name>
                <string>SQL Worksheet</string>
            </property>
            <grid>
                <property stdset="1">
                    <name>margin</name>
                    <number>11</number>
                </property>
                <property stdset="1">
                    <name>spacing</name>
                    <number>6</number>
                </property>
                <widget row="0"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>AutoSave</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>Auto &amp;save</string>
                    </property>
                </widget>
                <widget row="1"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>CheckSave</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>Ask about saving &amp;changes</string>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <string>Ask about saving changes when closing worksheet.</string>
                    </property>
                </widget>
                <widget row="2"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>LogAtEnd</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>Add &amp;log entries at end</string>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <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 row="3"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>LogMulti</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>&amp;Multiple lines in log.</string>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <string>Display multiple lines in the SQL column of the logging.</string>
                    </property>
                </widget>
                <widget row="4"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>PLSQLParse</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>&amp;Parse PL/SQL blocks</string>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <string>Parse PL/SQL blocks in worksheet. You usually need this but it if you forget one end the rest of the editor will be one block.</string>
                    </property>
                </widget>
                <widget row="5"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>Statistics</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>&amp;Enable statistics</string>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <string>Enable statistic collection per default.</string>
                    </property>
                </widget>
                <widget row="6"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>TimedStatistics</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>Enable &amp;timed statistics</string>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <string>Enable timed statistics as well when collecting normal statistics.</string>
                    </property>
                </widget>
                <widget row="7"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>DisplayNumber</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>&amp;Display number column</string>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <string>Add a numbering column to the left of the result.</string>
                    </property>
                </widget>
                <spacer row="11"  column="1" >
                    <property>
                        <name>name</name>
                        <cstring>Spacer1</cstring>
                    </property>
                    <property stdset="1">
                        <name>orientation</name>
                        <enum>Vertical</enum>
                    </property>
                    <property stdset="1">
                        <name>sizeType</name>
                        <enum>Expanding</enum>
                    </property>
                    <property>
                        <name>sizeHint</name>
                        <size>
                            <width>20</width>
                            <height>20</height>
                        </size>
                    </property>
                </spacer>
                <widget row="10"  column="2" >
                    <class>QPushButton</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>FileChoose</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>&amp;Browse</string>
                    </property>
                </widget>
                <widget row="10"  column="1" >
                    <class>QLineEdit</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>DefaultFile</cstring>
                    </property>
                </widget>
                <widget row="10"  column="0" >
                    <class>QLabel</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>TextLabel1</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>Default &amp;file</string>
                    </property>
                    <property>
                        <name>buddy</name>
                        <cstring>DefaultFile</cstring>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <string>File to automatically open in a new worksheet.</string>
                    </property>
                </widget>
                <widget row="8"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>MoveToError</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>Move &amp;cursor to error</string>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <string>Move the cursor to an error if the error occurs.</string>
                    </property>
                </widget>
                <widget row="9"  column="0"  rowspan="1"  colspan="3" >
                    <class>QCheckBox</class>
                    <property stdset="1">
                        <name>name</name>
                        <cstring>History</cstring>
                    </property>
                    <property stdset="1">
                        <name>text</name>
                        <string>Save previous results</string>
                    </property>
                    <property>
                        <name>toolTip</name>
                        <string>Keep previous results in while worksheet is open. Will consume lot of memory.</string>
                    </property>
                </widget>
            </grid>
        </widget>
    </grid>
</widget>
<connections>
    <connection>
        <sender>FileChoose</sender>
        <signal>clicked()</signal>
        <receiver>toWorksheetSetupUI</receiver>
        <slot>chooseFile()</slot>
    </connection>
    <slot access="public">chooseFile()</slot>
</connections>
<tabstops>
    <tabstop>AutoSave</tabstop>
    <tabstop>CheckSave</tabstop>
    <tabstop>LogAtEnd</tabstop>
    <tabstop>LogMulti</tabstop>
    <tabstop>PLSQLParse</tabstop>
    <tabstop>Statistics</tabstop>
    <tabstop>TimedStatistics</tabstop>
    <tabstop>DisplayNumber</tabstop>
    <tabstop>DefaultFile</tabstop>
    <tabstop>FileChoose</tabstop>
</tabstops>
</UI>