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

« back to all changes in this revision

Viewing changes to python/plugins/fTools/tools/frmSumLines.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>Dialog</class>
 
3
 <widget class="QDialog" name="Dialog" >
 
4
  <property name="windowModality" >
 
5
   <enum>Qt::NonModal</enum>
 
6
  </property>
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>382</width>
 
12
    <height>303</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Sum Line Length In Polygons</string>
 
17
  </property>
 
18
  <property name="sizeGripEnabled" >
 
19
   <bool>true</bool>
 
20
  </property>
 
21
  <layout class="QGridLayout" name="gridLayout" >
 
22
   <item row="2" column="0" colspan="2" >
 
23
    <layout class="QHBoxLayout" >
 
24
     <item>
 
25
      <widget class="QLabel" name="label_5" >
 
26
       <property name="text" >
 
27
        <string>Output summed length field name</string>
 
28
       </property>
 
29
      </widget>
 
30
     </item>
 
31
     <item>
 
32
      <widget class="QLineEdit" name="lnField" >
 
33
       <property name="text" >
 
34
        <string>LENGTH</string>
 
35
       </property>
 
36
       <property name="maxLength" >
 
37
        <number>10</number>
 
38
       </property>
 
39
      </widget>
 
40
     </item>
 
41
    </layout>
 
42
   </item>
 
43
   <item row="3" column="0" colspan="2" >
 
44
    <spacer>
 
45
     <property name="orientation" >
 
46
      <enum>Qt::Vertical</enum>
 
47
     </property>
 
48
     <property name="sizeHint" stdset="0" >
 
49
      <size>
 
50
       <width>20</width>
 
51
       <height>21</height>
 
52
      </size>
 
53
     </property>
 
54
    </spacer>
 
55
   </item>
 
56
   <item row="4" column="0" colspan="2" >
 
57
    <layout class="QVBoxLayout" name="verticalLayout" >
 
58
     <item>
 
59
      <widget class="QLabel" name="label_2" >
 
60
       <property name="text" >
 
61
        <string>Output Shapefile</string>
 
62
       </property>
 
63
      </widget>
 
64
     </item>
 
65
     <item>
 
66
      <layout class="QHBoxLayout" name="horizontalLayout" >
 
67
       <item>
 
68
        <widget class="QLineEdit" name="outShape" >
 
69
         <property name="readOnly" >
 
70
          <bool>true</bool>
 
71
         </property>
 
72
        </widget>
 
73
       </item>
 
74
       <item>
 
75
        <widget class="QToolButton" name="toolOut" >
 
76
         <property name="text" >
 
77
          <string>Browse</string>
 
78
         </property>
 
79
        </widget>
 
80
       </item>
 
81
      </layout>
 
82
     </item>
 
83
    </layout>
 
84
   </item>
 
85
   <item row="0" column="0" colspan="2" >
 
86
    <layout class="QVBoxLayout" >
 
87
     <item>
 
88
      <widget class="QLabel" name="label_3" >
 
89
       <property name="text" >
 
90
        <string>Input polygon vector layer</string>
 
91
       </property>
 
92
      </widget>
 
93
     </item>
 
94
     <item>
 
95
      <widget class="QComboBox" name="inPolygon" />
 
96
     </item>
 
97
    </layout>
 
98
   </item>
 
99
   <item row="5" column="1" >
 
100
    <widget class="QDialogButtonBox" name="buttonBox_2" >
 
101
     <property name="orientation" >
 
102
      <enum>Qt::Horizontal</enum>
 
103
     </property>
 
104
     <property name="standardButtons" >
 
105
      <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
 
106
     </property>
 
107
    </widget>
 
108
   </item>
 
109
   <item row="5" column="0" >
 
110
    <widget class="QProgressBar" name="progressBar" >
 
111
     <property name="value" >
 
112
      <number>24</number>
 
113
     </property>
 
114
     <property name="alignment" >
 
115
      <set>Qt::AlignCenter</set>
 
116
     </property>
 
117
     <property name="textVisible" >
 
118
      <bool>true</bool>
 
119
     </property>
 
120
    </widget>
 
121
   </item>
 
122
   <item row="1" column="0" colspan="2" >
 
123
    <layout class="QVBoxLayout" >
 
124
     <item>
 
125
      <widget class="QLabel" name="label_4" >
 
126
       <property name="text" >
 
127
        <string>Input line vector layer</string>
 
128
       </property>
 
129
      </widget>
 
130
     </item>
 
131
     <item>
 
132
      <widget class="QComboBox" name="inPoint" />
 
133
     </item>
 
134
    </layout>
 
135
   </item>
 
136
  </layout>
 
137
  <zorder>buttonBox_2</zorder>
 
138
  <zorder>progressBar</zorder>
 
139
  <zorder></zorder>
 
140
  <zorder></zorder>
 
141
 </widget>
 
142
 <resources/>
 
143
 <connections>
 
144
  <connection>
 
145
   <sender>buttonBox_2</sender>
 
146
   <signal>accepted()</signal>
 
147
   <receiver>Dialog</receiver>
 
148
   <slot>accept()</slot>
 
149
   <hints>
 
150
    <hint type="sourcelabel" >
 
151
     <x>133</x>
 
152
     <y>512</y>
 
153
    </hint>
 
154
    <hint type="destinationlabel" >
 
155
     <x>215</x>
 
156
     <y>290</y>
 
157
    </hint>
 
158
   </hints>
 
159
  </connection>
 
160
  <connection>
 
161
   <sender>buttonBox_2</sender>
 
162
   <signal>rejected()</signal>
 
163
   <receiver>Dialog</receiver>
 
164
   <slot>close()</slot>
 
165
   <hints>
 
166
    <hint type="sourcelabel" >
 
167
     <x>59</x>
 
168
     <y>512</y>
 
169
    </hint>
 
170
    <hint type="destinationlabel" >
 
171
     <x>132</x>
 
172
     <y>239</y>
 
173
    </hint>
 
174
   </hints>
 
175
  </connection>
 
176
 </connections>
 
177
</ui>