~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to plugins/spit/qgseditreservedwordsbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>QgsEditReservedWordsBase</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>QgsEditReservedWordsBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>343</width>
12
 
            <height>351</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Edit Reserved Words</string>
17
 
    </property>
18
 
    <property name="sizeGripEnabled">
19
 
        <bool>true</bool>
20
 
    </property>
21
 
    <grid>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <widget class="QListView" row="1" column="0">
26
 
            <column>
27
 
                <property name="text">
28
 
                    <string>Status</string>
29
 
                </property>
30
 
                <property name="clickable">
31
 
                    <bool>true</bool>
32
 
                </property>
33
 
                <property name="resizable">
34
 
                    <bool>true</bool>
35
 
                </property>
36
 
            </column>
37
 
            <column>
38
 
                <property name="text">
39
 
                    <string>Column name</string>
40
 
                </property>
41
 
                <property name="clickable">
42
 
                    <bool>true</bool>
43
 
                </property>
44
 
                <property name="resizable">
45
 
                    <bool>true</bool>
46
 
                </property>
47
 
            </column>
48
 
            <column>
49
 
                <property name="text">
50
 
                    <string>Index</string>
51
 
                </property>
52
 
                <property name="clickable">
53
 
                    <bool>false</bool>
54
 
                </property>
55
 
                <property name="resizable">
56
 
                    <bool>true</bool>
57
 
                </property>
58
 
            </column>
59
 
            <property name="name">
60
 
                <cstring>lvColumns</cstring>
61
 
            </property>
62
 
            <property name="defaultRenameAction">
63
 
                <enum>Accept</enum>
64
 
            </property>
65
 
        </widget>
66
 
        <widget class="QTextEdit" row="0" column="0" rowspan="1" colspan="2">
67
 
            <property name="name">
68
 
                <cstring>txtExplanation</cstring>
69
 
            </property>
70
 
            <property name="maximumSize">
71
 
                <size>
72
 
                    <width>32676</width>
73
 
                    <height>75</height>
74
 
                </size>
75
 
            </property>
76
 
            <property name="text">
77
 
                <string>This shapefile contains reserved words. These may affect the import into PostgreSQL. Edit the column names so none of the reserved words listed at the right are used. You may also change any column name if desired.</string>
78
 
            </property>
79
 
            <property name="readOnly">
80
 
                <bool>true</bool>
81
 
            </property>
82
 
        </widget>
83
 
        <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
84
 
            <property name="name">
85
 
                <cstring>Layout1</cstring>
86
 
            </property>
87
 
            <hbox>
88
 
                <property name="name">
89
 
                    <cstring>unnamed</cstring>
90
 
                </property>
91
 
                <property name="margin">
92
 
                    <number>0</number>
93
 
                </property>
94
 
                <property name="spacing">
95
 
                    <number>6</number>
96
 
                </property>
97
 
                <widget class="QPushButton">
98
 
                    <property name="name">
99
 
                        <cstring>buttonHelp</cstring>
100
 
                    </property>
101
 
                    <property name="text">
102
 
                        <string>&amp;Help</string>
103
 
                    </property>
104
 
                    <property name="accel">
105
 
                        <string>F1</string>
106
 
                    </property>
107
 
                    <property name="autoDefault">
108
 
                        <bool>true</bool>
109
 
                    </property>
110
 
                </widget>
111
 
                <spacer>
112
 
                    <property name="name">
113
 
                        <cstring>Horizontal Spacing2</cstring>
114
 
                    </property>
115
 
                    <property name="orientation">
116
 
                        <enum>Horizontal</enum>
117
 
                    </property>
118
 
                    <property name="sizeType">
119
 
                        <enum>Expanding</enum>
120
 
                    </property>
121
 
                    <property name="sizeHint">
122
 
                        <size>
123
 
                            <width>20</width>
124
 
                            <height>20</height>
125
 
                        </size>
126
 
                    </property>
127
 
                </spacer>
128
 
                <widget class="QPushButton">
129
 
                    <property name="name">
130
 
                        <cstring>buttonOk</cstring>
131
 
                    </property>
132
 
                    <property name="text">
133
 
                        <string>&amp;OK</string>
134
 
                    </property>
135
 
                    <property name="accel">
136
 
                        <string></string>
137
 
                    </property>
138
 
                    <property name="autoDefault">
139
 
                        <bool>true</bool>
140
 
                    </property>
141
 
                    <property name="default">
142
 
                        <bool>true</bool>
143
 
                    </property>
144
 
                </widget>
145
 
                <widget class="QPushButton">
146
 
                    <property name="name">
147
 
                        <cstring>buttonCancel</cstring>
148
 
                    </property>
149
 
                    <property name="text">
150
 
                        <string>&amp;Cancel</string>
151
 
                    </property>
152
 
                    <property name="accel">
153
 
                        <string></string>
154
 
                    </property>
155
 
                    <property name="autoDefault">
156
 
                        <bool>true</bool>
157
 
                    </property>
158
 
                </widget>
159
 
            </hbox>
160
 
        </widget>
161
 
        <widget class="QGroupBox" row="1" column="1">
162
 
            <property name="name">
163
 
                <cstring>groupBox1</cstring>
164
 
            </property>
165
 
            <property name="title">
166
 
                <string>Reserved Words</string>
167
 
            </property>
168
 
            <grid>
169
 
                <property name="name">
170
 
                    <cstring>unnamed</cstring>
171
 
                </property>
172
 
                <widget class="QListBox" row="0" column="0">
173
 
                    <property name="name">
174
 
                        <cstring>lstReservedWords</cstring>
175
 
                    </property>
176
 
                    <property name="maximumSize">
177
 
                        <size>
178
 
                            <width>120</width>
179
 
                            <height>32767</height>
180
 
                        </size>
181
 
                    </property>
182
 
                </widget>
183
 
            </grid>
184
 
        </widget>
185
 
    </grid>
186
 
</widget>
187
 
<connections>
188
 
    <connection>
189
 
        <sender>buttonOk</sender>
190
 
        <signal>clicked()</signal>
191
 
        <receiver>QgsEditReservedWordsBase</receiver>
192
 
        <slot>accept()</slot>
193
 
    </connection>
194
 
    <connection>
195
 
        <sender>buttonCancel</sender>
196
 
        <signal>clicked()</signal>
197
 
        <receiver>QgsEditReservedWordsBase</receiver>
198
 
        <slot>reject()</slot>
199
 
    </connection>
200
 
    <connection>
201
 
        <sender>lvColumns</sender>
202
 
        <signal>itemRenamed(QListViewItem*,int,const QString&amp;)</signal>
203
 
        <receiver>QgsEditReservedWordsBase</receiver>
204
 
        <slot>checkWord(QListViewItem*,int,const QString&amp;)</slot>
205
 
    </connection>
206
 
    <connection>
207
 
        <sender>lvColumns</sender>
208
 
        <signal>clicked(QListViewItem*)</signal>
209
 
        <receiver>QgsEditReservedWordsBase</receiver>
210
 
        <slot>editWord(QListViewItem*)</slot>
211
 
    </connection>
212
 
</connections>
213
 
<slots>
214
 
    <slot>checkWord(QListViewItem*,int,const QString&amp;)</slot>
215
 
    <slot>editWord(QListViewItem*)</slot>
216
 
</slots>
217
 
<layoutdefaults spacing="6" margin="11"/>
218
 
</UI>