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

« back to all changes in this revision

Viewing changes to src/ui/qgsprojectionselectorbase.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>QgsProjectionSelectorBase</class>
 
4
 <widget class="QWidget" name="QgsProjectionSelectorBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>428</width>
 
10
    <height>313</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="windowTitle">
 
20
   <string>Coordinate Reference System Selector</string>
 
21
  </property>
 
22
  <property name="windowIcon">
 
23
   <iconset>
 
24
    <normaloff/>
 
25
   </iconset>
 
26
  </property>
 
27
  <layout class="QGridLayout">
 
28
   <property name="verticalSpacing">
 
29
    <number>3</number>
 
30
   </property>
 
31
   <property name="margin">
 
32
    <number>3</number>
 
33
   </property>
 
34
   <item row="0" column="0">
 
35
    <widget class="QTreeWidget" name="lstCoordinateSystems">
 
36
     <property name="alternatingRowColors">
 
37
      <bool>true</bool>
 
38
     </property>
 
39
     <property name="uniformRowHeights">
 
40
      <bool>true</bool>
 
41
     </property>
 
42
     <property name="columnCount">
 
43
      <number>3</number>
 
44
     </property>
 
45
     <column>
 
46
      <property name="text">
 
47
       <string>Coordinate Reference System</string>
 
48
      </property>
 
49
     </column>
 
50
     <column>
 
51
      <property name="text">
 
52
       <string>EPSG</string>
 
53
      </property>
 
54
     </column>
 
55
     <column>
 
56
      <property name="text">
 
57
       <string>ID</string>
 
58
      </property>
 
59
     </column>
 
60
    </widget>
 
61
   </item>
 
62
   <item row="1" column="0">
 
63
    <widget class="QTextEdit" name="teProjection">
 
64
     <property name="sizePolicy">
 
65
      <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
 
66
       <horstretch>0</horstretch>
 
67
       <verstretch>0</verstretch>
 
68
      </sizepolicy>
 
69
     </property>
 
70
     <property name="minimumSize">
 
71
      <size>
 
72
       <width>0</width>
 
73
       <height>30</height>
 
74
      </size>
 
75
     </property>
 
76
     <property name="maximumSize">
 
77
      <size>
 
78
       <width>16777215</width>
 
79
       <height>50</height>
 
80
      </size>
 
81
     </property>
 
82
     <property name="baseSize">
 
83
      <size>
 
84
       <width>0</width>
 
85
       <height>50</height>
 
86
      </size>
 
87
     </property>
 
88
     <property name="autoFormatting">
 
89
      <set>QTextEdit::AutoBulletList</set>
 
90
     </property>
 
91
     <property name="readOnly">
 
92
      <bool>true</bool>
 
93
     </property>
 
94
    </widget>
 
95
   </item>
 
96
   <item row="2" column="0">
 
97
    <widget class="QGroupBox" name="groupBox">
 
98
     <property name="sizePolicy">
 
99
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
 
100
       <horstretch>0</horstretch>
 
101
       <verstretch>0</verstretch>
 
102
      </sizepolicy>
 
103
     </property>
 
104
     <property name="title">
 
105
      <string>Search</string>
 
106
     </property>
 
107
     <layout class="QGridLayout">
 
108
      <item row="0" column="0">
 
109
       <widget class="QRadioButton" name="radEpsgCrsId">
 
110
        <property name="text">
 
111
         <string>EPSG ID</string>
 
112
        </property>
 
113
        <property name="iconSize">
 
114
         <size>
 
115
          <width>16</width>
 
116
          <height>10</height>
 
117
         </size>
 
118
        </property>
 
119
        <property name="checked">
 
120
         <bool>true</bool>
 
121
        </property>
 
122
       </widget>
 
123
      </item>
 
124
      <item row="0" column="1">
 
125
       <widget class="QRadioButton" name="radName">
 
126
        <property name="text">
 
127
         <string>Name</string>
 
128
        </property>
 
129
        <property name="iconSize">
 
130
         <size>
 
131
          <width>16</width>
 
132
          <height>10</height>
 
133
         </size>
 
134
        </property>
 
135
       </widget>
 
136
      </item>
 
137
      <item row="0" column="2">
 
138
       <widget class="QLineEdit" name="leSearch"/>
 
139
      </item>
 
140
      <item row="0" column="3">
 
141
       <widget class="QPushButton" name="pbnFind">
 
142
        <property name="maximumSize">
 
143
         <size>
 
144
          <width>100</width>
 
145
          <height>16777215</height>
 
146
         </size>
 
147
        </property>
 
148
        <property name="text">
 
149
         <string>Find</string>
 
150
        </property>
 
151
        <property name="default">
 
152
         <bool>true</bool>
 
153
        </property>
 
154
       </widget>
 
155
      </item>
 
156
     </layout>
 
157
    </widget>
 
158
   </item>
 
159
   <item row="3" column="0">
 
160
    <widget class="QPushButton" name="pbnPopular1"/>
 
161
   </item>
 
162
   <item row="4" column="0">
 
163
    <widget class="QPushButton" name="pbnPopular2"/>
 
164
   </item>
 
165
   <item row="5" column="0">
 
166
    <widget class="QPushButton" name="pbnPopular3"/>
 
167
   </item>
 
168
   <item row="6" column="0">
 
169
    <widget class="QPushButton" name="pbnPopular4"/>
 
170
   </item>
 
171
  </layout>
 
172
 </widget>
 
173
 <layoutdefault spacing="6" margin="11"/>
 
174
 <resources/>
 
175
 <connections>
 
176
  <connection>
 
177
   <sender>leSearch</sender>
 
178
   <signal>editingFinished()</signal>
 
179
   <receiver>pbnFind</receiver>
 
180
   <slot>click()</slot>
 
181
   <hints>
 
182
    <hint type="sourcelabel">
 
183
     <x>362</x>
 
184
     <y>276</y>
 
185
    </hint>
 
186
    <hint type="destinationlabel">
 
187
     <x>453</x>
 
188
     <y>277</y>
 
189
    </hint>
 
190
   </hints>
 
191
  </connection>
 
192
 </connections>
 
193
</ui>