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

« back to all changes in this revision

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