~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to python/plugins/osm/ui_files/OsmUploadDlg.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
<ui version="4.0" >
 
2
 <class>OsmUploadDlg</class>
 
3
 <widget class="QDialog" name="OsmUploadDlg" >
 
4
  <property name="windowModality" >
 
5
   <enum>Qt::ApplicationModal</enum>
 
6
  </property>
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>373</width>
 
12
    <height>468</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="sizePolicy" >
 
16
   <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
 
17
    <horstretch>0</horstretch>
 
18
    <verstretch>0</verstretch>
 
19
   </sizepolicy>
 
20
  </property>
 
21
  <property name="windowTitle" >
 
22
   <string>Upload OSM data</string>
 
23
  </property>
 
24
  <property name="toolTip" >
 
25
   <string/>
 
26
  </property>
 
27
  <property name="whatsThis" >
 
28
   <string/>
 
29
  </property>
 
30
  <property name="modal" >
 
31
   <bool>true</bool>
 
32
  </property>
 
33
  <layout class="QVBoxLayout" >
 
34
   <item>
 
35
    <widget class="QGroupBox" name="groupBox" >
 
36
     <property name="title" >
 
37
      <string>Ready for upload</string>
 
38
     </property>
 
39
     <layout class="QVBoxLayout" >
 
40
      <item>
 
41
       <widget class="QTreeWidget" name="uploadChangesTable" >
 
42
        <property name="enabled" >
 
43
         <bool>true</bool>
 
44
        </property>
 
45
        <property name="sizePolicy" >
 
46
         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
 
47
          <horstretch>0</horstretch>
 
48
          <verstretch>0</verstretch>
 
49
         </sizepolicy>
 
50
        </property>
 
51
        <property name="minimumSize" >
 
52
         <size>
 
53
          <width>330</width>
 
54
          <height>90</height>
 
55
         </size>
 
56
        </property>
 
57
        <property name="maximumSize" >
 
58
         <size>
 
59
          <width>330</width>
 
60
          <height>90</height>
 
61
         </size>
 
62
        </property>
 
63
        <property name="autoFillBackground" >
 
64
         <bool>false</bool>
 
65
        </property>
 
66
        <property name="textElideMode" >
 
67
         <enum>Qt::ElideLeft</enum>
 
68
        </property>
 
69
        <property name="rootIsDecorated" >
 
70
         <bool>false</bool>
 
71
        </property>
 
72
        <property name="itemsExpandable" >
 
73
         <bool>false</bool>
 
74
        </property>
 
75
        <property name="columnCount" >
 
76
         <number>5</number>
 
77
        </property>
 
78
        <column>
 
79
         <property name="text" >
 
80
          <string>1</string>
 
81
         </property>
 
82
        </column>
 
83
        <column>
 
84
         <property name="text" >
 
85
          <string>2</string>
 
86
         </property>
 
87
        </column>
 
88
        <column>
 
89
         <property name="text" >
 
90
          <string>3</string>
 
91
         </property>
 
92
        </column>
 
93
        <column>
 
94
         <property name="text" >
 
95
          <string>4</string>
 
96
         </property>
 
97
        </column>
 
98
        <column>
 
99
         <property name="text" >
 
100
          <string>5</string>
 
101
         </property>
 
102
        </column>
 
103
       </widget>
 
104
      </item>
 
105
      <item>
 
106
       <widget class="QLabel" name="label_4" >
 
107
        <property name="text" >
 
108
         <string>Comment on your changes:</string>
 
109
        </property>
 
110
       </widget>
 
111
      </item>
 
112
      <item>
 
113
       <widget class="QTextEdit" name="commentTextEdit" >
 
114
        <property name="enabled" >
 
115
         <bool>true</bool>
 
116
        </property>
 
117
        <property name="maximumSize" >
 
118
         <size>
 
119
          <width>16777215</width>
 
120
          <height>85</height>
 
121
         </size>
 
122
        </property>
 
123
       </widget>
 
124
      </item>
 
125
     </layout>
 
126
    </widget>
 
127
   </item>
 
128
   <item>
 
129
    <widget class="QGroupBox" name="accountGroupBox" >
 
130
     <property name="enabled" >
 
131
      <bool>true</bool>
 
132
     </property>
 
133
     <property name="title" >
 
134
      <string>OSM account</string>
 
135
     </property>
 
136
     <layout class="QVBoxLayout" >
 
137
      <item>
 
138
       <layout class="QGridLayout" >
 
139
        <item row="0" column="0" >
 
140
         <widget class="QLabel" name="label" >
 
141
          <property name="text" >
 
142
           <string>Username:</string>
 
143
          </property>
 
144
         </widget>
 
145
        </item>
 
146
        <item row="0" column="1" >
 
147
         <widget class="QLineEdit" name="userLineEdit" >
 
148
          <property name="enabled" >
 
149
           <bool>true</bool>
 
150
          </property>
 
151
          <property name="sizePolicy" >
 
152
           <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
153
            <horstretch>0</horstretch>
 
154
            <verstretch>0</verstretch>
 
155
           </sizepolicy>
 
156
          </property>
 
157
         </widget>
 
158
        </item>
 
159
        <item row="1" column="0" >
 
160
         <widget class="QLabel" name="label_2" >
 
161
          <property name="text" >
 
162
           <string>Password:</string>
 
163
          </property>
 
164
         </widget>
 
165
        </item>
 
166
        <item row="1" column="1" >
 
167
         <widget class="QLineEdit" name="passwdLineEdit" >
 
168
          <property name="sizePolicy" >
 
169
           <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
170
            <horstretch>0</horstretch>
 
171
            <verstretch>0</verstretch>
 
172
           </sizepolicy>
 
173
          </property>
 
174
         </widget>
 
175
        </item>
 
176
        <item row="2" column="1" >
 
177
         <widget class="QCheckBox" name="chkShowPasswd" >
 
178
          <property name="text" >
 
179
           <string>Show password</string>
 
180
          </property>
 
181
         </widget>
 
182
        </item>
 
183
        <item row="3" column="1" >
 
184
         <widget class="QCheckBox" name="chkSavePasswd" >
 
185
          <property name="text" >
 
186
           <string>Save password</string>
 
187
          </property>
 
188
         </widget>
 
189
        </item>
 
190
       </layout>
 
191
      </item>
 
192
     </layout>
 
193
    </widget>
 
194
   </item>
 
195
   <item>
 
196
    <widget class="QDialogButtonBox" name="buttonBox" >
 
197
     <property name="standardButtons" >
 
198
      <set>QDialogButtonBox::Close</set>
 
199
     </property>
 
200
    </widget>
 
201
   </item>
 
202
  </layout>
 
203
 </widget>
 
204
 <tabstops>
 
205
  <tabstop>userLineEdit</tabstop>
 
206
  <tabstop>passwdLineEdit</tabstop>
 
207
  <tabstop>chkShowPasswd</tabstop>
 
208
  <tabstop>buttonBox</tabstop>
 
209
 </tabstops>
 
210
 <resources/>
 
211
 <connections>
 
212
  <connection>
 
213
   <sender>buttonBox</sender>
 
214
   <signal>rejected()</signal>
 
215
   <receiver>OsmUploadDlg</receiver>
 
216
   <slot>reject()</slot>
 
217
   <hints>
 
218
    <hint type="sourcelabel" >
 
219
     <x>308</x>
 
220
     <y>337</y>
 
221
    </hint>
 
222
    <hint type="destinationlabel" >
 
223
     <x>265</x>
 
224
     <y>308</y>
 
225
    </hint>
 
226
   </hints>
 
227
  </connection>
 
228
 </connections>
 
229
</ui>