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

« back to all changes in this revision

Viewing changes to src/ui/qgscategorizedsymbolrendererv2widget.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>QgsCategorizedSymbolRendererV2Widget</class>
 
4
 <widget class="QWidget" name="QgsCategorizedSymbolRendererV2Widget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>464</width>
 
10
    <height>316</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
16
     <item>
 
17
      <widget class="QLabel" name="label_3">
 
18
       <property name="text">
 
19
        <string>Column:</string>
 
20
       </property>
 
21
      </widget>
 
22
     </item>
 
23
     <item>
 
24
      <widget class="QComboBox" name="cboCategorizedColumn">
 
25
       <property name="sizePolicy">
 
26
        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
27
         <horstretch>0</horstretch>
 
28
         <verstretch>0</verstretch>
 
29
        </sizepolicy>
 
30
       </property>
 
31
      </widget>
 
32
     </item>
 
33
     <item>
 
34
      <spacer name="horizontalSpacer">
 
35
       <property name="orientation">
 
36
        <enum>Qt::Horizontal</enum>
 
37
       </property>
 
38
       <property name="sizeType">
 
39
        <enum>QSizePolicy::Expanding</enum>
 
40
       </property>
 
41
       <property name="sizeHint" stdset="0">
 
42
        <size>
 
43
         <width>40</width>
 
44
         <height>20</height>
 
45
        </size>
 
46
       </property>
 
47
      </spacer>
 
48
     </item>
 
49
    </layout>
 
50
   </item>
 
51
   <item>
 
52
    <layout class="QHBoxLayout" name="horizontalLayout">
 
53
     <item>
 
54
      <widget class="QLabel" name="label_9">
 
55
       <property name="text">
 
56
        <string>Symbol:</string>
 
57
       </property>
 
58
      </widget>
 
59
     </item>
 
60
     <item>
 
61
      <widget class="QPushButton" name="btnChangeCategorizedSymbol">
 
62
       <property name="sizePolicy">
 
63
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
64
         <horstretch>1</horstretch>
 
65
         <verstretch>0</verstretch>
 
66
        </sizepolicy>
 
67
       </property>
 
68
       <property name="text">
 
69
        <string>change</string>
 
70
       </property>
 
71
      </widget>
 
72
     </item>
 
73
     <item>
 
74
      <widget class="QLabel" name="label_10">
 
75
       <property name="text">
 
76
        <string>Color ramp:</string>
 
77
       </property>
 
78
      </widget>
 
79
     </item>
 
80
     <item>
 
81
      <widget class="QComboBox" name="cboCategorizedColorRamp">
 
82
       <property name="sizePolicy">
 
83
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
84
         <horstretch>1</horstretch>
 
85
         <verstretch>0</verstretch>
 
86
        </sizepolicy>
 
87
       </property>
 
88
      </widget>
 
89
     </item>
 
90
    </layout>
 
91
   </item>
 
92
   <item>
 
93
    <widget class="QTreeView" name="viewCategories">
 
94
     <property name="iconSize">
 
95
      <size>
 
96
       <width>16</width>
 
97
       <height>16</height>
 
98
      </size>
 
99
     </property>
 
100
     <property name="rootIsDecorated">
 
101
      <bool>false</bool>
 
102
     </property>
 
103
     <property name="allColumnsShowFocus">
 
104
      <bool>true</bool>
 
105
     </property>
 
106
    </widget>
 
107
   </item>
 
108
   <item>
 
109
    <layout class="QHBoxLayout" name="horizontalLayout_3">
 
110
     <item>
 
111
      <widget class="QPushButton" name="btnAddCategories">
 
112
       <property name="text">
 
113
        <string>Classify</string>
 
114
       </property>
 
115
      </widget>
 
116
     </item>
 
117
     <item>
 
118
      <widget class="QPushButton" name="btnDeleteCategory">
 
119
       <property name="text">
 
120
        <string>Delete</string>
 
121
       </property>
 
122
      </widget>
 
123
     </item>
 
124
     <item>
 
125
      <widget class="QPushButton" name="btnDeleteAllCategories">
 
126
       <property name="text">
 
127
        <string>Delete all</string>
 
128
       </property>
 
129
      </widget>
 
130
     </item>
 
131
     <item>
 
132
      <spacer>
 
133
       <property name="orientation">
 
134
        <enum>Qt::Horizontal</enum>
 
135
       </property>
 
136
       <property name="sizeHint" stdset="0">
 
137
        <size>
 
138
         <width>40</width>
 
139
         <height>20</height>
 
140
        </size>
 
141
       </property>
 
142
      </spacer>
 
143
     </item>
 
144
     <item>
 
145
      <widget class="QPushButton" name="btnJoinCategories">
 
146
       <property name="enabled">
 
147
        <bool>false</bool>
 
148
       </property>
 
149
       <property name="text">
 
150
        <string>Join</string>
 
151
       </property>
 
152
      </widget>
 
153
     </item>
 
154
    </layout>
 
155
   </item>
 
156
  </layout>
 
157
 </widget>
 
158
 <tabstops>
 
159
  <tabstop>cboCategorizedColumn</tabstop>
 
160
  <tabstop>btnChangeCategorizedSymbol</tabstop>
 
161
  <tabstop>cboCategorizedColorRamp</tabstop>
 
162
  <tabstop>viewCategories</tabstop>
 
163
  <tabstop>btnAddCategories</tabstop>
 
164
  <tabstop>btnDeleteCategory</tabstop>
 
165
  <tabstop>btnDeleteAllCategories</tabstop>
 
166
  <tabstop>btnJoinCategories</tabstop>
 
167
 </tabstops>
 
168
 <resources/>
 
169
 <connections/>
 
170
</ui>