~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to src/ui/qgspgsourceselectbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>QgsPgSourceSelectBase</class>
 
4
 <widget class="QDialog" name="QgsPgSourceSelectBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>406</width>
 
10
    <height>470</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Add PostGIS Table(s)</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset>
 
18
    <normaloff/>
 
19
   </iconset>
 
20
  </property>
 
21
  <property name="sizeGripEnabled">
 
22
   <bool>true</bool>
 
23
  </property>
 
24
  <property name="modal">
 
25
   <bool>true</bool>
 
26
  </property>
 
27
  <layout class="QVBoxLayout" name="verticalLayout">
 
28
   <item>
 
29
    <widget class="QGroupBox" name="groupBox">
 
30
     <property name="title">
 
31
      <string>PostgreSQL Connections</string>
 
32
     </property>
 
33
     <layout class="QGridLayout">
 
34
      <property name="margin">
 
35
       <number>11</number>
 
36
      </property>
 
37
      <property name="spacing">
 
38
       <number>6</number>
 
39
      </property>
 
40
      <item row="1" column="3">
 
41
       <widget class="QPushButton" name="btnDelete">
 
42
        <property name="text">
 
43
         <string>Delete</string>
 
44
        </property>
 
45
       </widget>
 
46
      </item>
 
47
      <item row="1" column="2">
 
48
       <widget class="QPushButton" name="btnEdit">
 
49
        <property name="text">
 
50
         <string>Edit</string>
 
51
        </property>
 
52
       </widget>
 
53
      </item>
 
54
      <item row="1" column="1">
 
55
       <widget class="QPushButton" name="btnNew">
 
56
        <property name="text">
 
57
         <string>New</string>
 
58
        </property>
 
59
       </widget>
 
60
      </item>
 
61
      <item row="1" column="0">
 
62
       <widget class="QPushButton" name="btnConnect">
 
63
        <property name="text">
 
64
         <string>Connect</string>
 
65
        </property>
 
66
       </widget>
 
67
      </item>
 
68
      <item row="0" column="0" colspan="4">
 
69
       <widget class="QComboBox" name="cmbConnections"/>
 
70
      </item>
 
71
     </layout>
 
72
    </widget>
 
73
   </item>
 
74
   <item>
 
75
    <widget class="QTreeView" name="mTablesTreeView">
 
76
     <property name="selectionMode">
 
77
      <enum>QAbstractItemView::ExtendedSelection</enum>
 
78
     </property>
 
79
    </widget>
 
80
   </item>
 
81
   <item>
 
82
    <widget class="QPushButton" name="btnBuildQuery">
 
83
     <property name="enabled">
 
84
      <bool>false</bool>
 
85
     </property>
 
86
     <property name="text">
 
87
      <string>Build query</string>
 
88
     </property>
 
89
    </widget>
 
90
   </item>
 
91
   <item>
 
92
    <spacer>
 
93
     <property name="orientation">
 
94
      <enum>Qt::Horizontal</enum>
 
95
     </property>
 
96
     <property name="sizeHint" stdset="0">
 
97
      <size>
 
98
       <width>271</width>
 
99
       <height>20</height>
 
100
      </size>
 
101
     </property>
 
102
    </spacer>
 
103
   </item>
 
104
   <item>
 
105
    <widget class="QPushButton" name="mSearchOptionsButton">
 
106
     <property name="text">
 
107
      <string>Search options...</string>
 
108
     </property>
 
109
    </widget>
 
110
   </item>
 
111
   <item>
 
112
    <widget class="QGroupBox" name="mSearchGroupBox">
 
113
     <property name="title">
 
114
      <string/>
 
115
     </property>
 
116
     <layout class="QGridLayout">
 
117
      <property name="margin">
 
118
       <number>9</number>
 
119
      </property>
 
120
      <property name="spacing">
 
121
       <number>6</number>
 
122
      </property>
 
123
      <item row="0" column="0">
 
124
       <widget class="QLabel" name="mSearchLabel">
 
125
        <property name="text">
 
126
         <string>Search:</string>
 
127
        </property>
 
128
        <property name="buddy">
 
129
         <cstring>mSearchTableEdit</cstring>
 
130
        </property>
 
131
       </widget>
 
132
      </item>
 
133
      <item row="2" column="0" colspan="2">
 
134
       <widget class="QLabel" name="mSearchModeLabel">
 
135
        <property name="text">
 
136
         <string>Search mode:</string>
 
137
        </property>
 
138
        <property name="buddy">
 
139
         <cstring>mSearchModeComboBox</cstring>
 
140
        </property>
 
141
       </widget>
 
142
      </item>
 
143
      <item row="2" column="2">
 
144
       <widget class="QComboBox" name="mSearchModeComboBox"/>
 
145
      </item>
 
146
      <item row="1" column="0" colspan="2">
 
147
       <widget class="QLabel" name="mSearchColumnsLabel">
 
148
        <property name="text">
 
149
         <string>Search in columns:</string>
 
150
        </property>
 
151
        <property name="buddy">
 
152
         <cstring>mSearchColumnComboBox</cstring>
 
153
        </property>
 
154
       </widget>
 
155
      </item>
 
156
      <item row="1" column="2">
 
157
       <widget class="QComboBox" name="mSearchColumnComboBox"/>
 
158
      </item>
 
159
      <item row="0" column="1" colspan="2">
 
160
       <widget class="QLineEdit" name="mSearchTableEdit"/>
 
161
      </item>
 
162
     </layout>
 
163
    </widget>
 
164
   </item>
 
165
   <item>
 
166
    <widget class="QDialogButtonBox" name="buttonBox">
 
167
     <property name="standardButtons">
 
168
      <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
 
169
     </property>
 
170
    </widget>
 
171
   </item>
 
172
  </layout>
 
173
 </widget>
 
174
 <layoutdefault spacing="6" margin="11"/>
 
175
 <tabstops>
 
176
  <tabstop>cmbConnections</tabstop>
 
177
  <tabstop>btnConnect</tabstop>
 
178
  <tabstop>btnNew</tabstop>
 
179
  <tabstop>btnEdit</tabstop>
 
180
  <tabstop>btnDelete</tabstop>
 
181
  <tabstop>mTablesTreeView</tabstop>
 
182
  <tabstop>btnBuildQuery</tabstop>
 
183
  <tabstop>mSearchOptionsButton</tabstop>
 
184
  <tabstop>mSearchTableEdit</tabstop>
 
185
  <tabstop>mSearchColumnComboBox</tabstop>
 
186
  <tabstop>mSearchModeComboBox</tabstop>
 
187
  <tabstop>buttonBox</tabstop>
 
188
 </tabstops>
 
189
 <resources/>
 
190
 <connections>
 
191
  <connection>
 
192
   <sender>buttonBox</sender>
 
193
   <signal>rejected()</signal>
 
194
   <receiver>QgsPgSourceSelectBase</receiver>
 
195
   <slot>reject()</slot>
 
196
   <hints>
 
197
    <hint type="sourcelabel">
 
198
     <x>353</x>
 
199
     <y>446</y>
 
200
    </hint>
 
201
    <hint type="destinationlabel">
 
202
     <x>404</x>
 
203
     <y>421</y>
 
204
    </hint>
 
205
   </hints>
 
206
  </connection>
 
207
 </connections>
 
208
</ui>