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

« back to all changes in this revision

Viewing changes to src/ui/qgsvectorgradientcolorrampv2dialogbase.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>QgsVectorGradientColorRampV2DialogBase</class>
 
4
 <widget class="QDialog" name="QgsVectorGradientColorRampV2DialogBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Gradient color ramp</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout">
 
17
   <item>
 
18
    <layout class="QGridLayout">
 
19
     <item row="0" column="0">
 
20
      <widget class="QLabel" name="label">
 
21
       <property name="text">
 
22
        <string>Color 1:</string>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item row="0" column="1">
 
27
      <widget class="QgsColorButtonV2" name="btnColor1">
 
28
       <property name="text">
 
29
        <string>Change</string>
 
30
       </property>
 
31
      </widget>
 
32
     </item>
 
33
     <item row="0" column="2" rowspan="2">
 
34
      <spacer>
 
35
       <property name="orientation">
 
36
        <enum>Qt::Horizontal</enum>
 
37
       </property>
 
38
       <property name="sizeType">
 
39
        <enum>QSizePolicy::Preferred</enum>
 
40
       </property>
 
41
       <property name="sizeHint" stdset="0">
 
42
        <size>
 
43
         <width>40</width>
 
44
         <height>71</height>
 
45
        </size>
 
46
       </property>
 
47
      </spacer>
 
48
     </item>
 
49
     <item row="1" column="0">
 
50
      <widget class="QLabel" name="label_2">
 
51
       <property name="text">
 
52
        <string>Color 2:</string>
 
53
       </property>
 
54
      </widget>
 
55
     </item>
 
56
     <item row="1" column="1">
 
57
      <widget class="QgsColorButtonV2" name="btnColor2">
 
58
       <property name="text">
 
59
        <string>Change</string>
 
60
       </property>
 
61
      </widget>
 
62
     </item>
 
63
    </layout>
 
64
   </item>
 
65
   <item>
 
66
    <spacer>
 
67
     <property name="orientation">
 
68
      <enum>Qt::Vertical</enum>
 
69
     </property>
 
70
     <property name="sizeType">
 
71
      <enum>QSizePolicy::Preferred</enum>
 
72
     </property>
 
73
     <property name="sizeHint" stdset="0">
 
74
      <size>
 
75
       <width>20</width>
 
76
       <height>40</height>
 
77
      </size>
 
78
     </property>
 
79
    </spacer>
 
80
   </item>
 
81
   <item>
 
82
    <widget class="QGroupBox" name="groupBox">
 
83
     <property name="title">
 
84
      <string>Preview</string>
 
85
     </property>
 
86
     <layout class="QVBoxLayout">
 
87
      <item>
 
88
       <widget class="QLabel" name="lblPreview">
 
89
        <property name="frameShape">
 
90
         <enum>QFrame::NoFrame</enum>
 
91
        </property>
 
92
        <property name="text">
 
93
         <string/>
 
94
        </property>
 
95
        <property name="alignment">
 
96
         <set>Qt::AlignCenter</set>
 
97
        </property>
 
98
       </widget>
 
99
      </item>
 
100
     </layout>
 
101
    </widget>
 
102
   </item>
 
103
   <item>
 
104
    <widget class="QDialogButtonBox" name="buttonBox">
 
105
     <property name="orientation">
 
106
      <enum>Qt::Horizontal</enum>
 
107
     </property>
 
108
     <property name="standardButtons">
 
109
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
110
     </property>
 
111
    </widget>
 
112
   </item>
 
113
  </layout>
 
114
 </widget>
 
115
 <customwidgets>
 
116
  <customwidget>
 
117
   <class>QgsColorButtonV2</class>
 
118
   <extends>QPushButton</extends>
 
119
   <header>qgscolorbutton.h</header>
 
120
  </customwidget>
 
121
 </customwidgets>
 
122
 <resources/>
 
123
 <connections>
 
124
  <connection>
 
125
   <sender>buttonBox</sender>
 
126
   <signal>accepted()</signal>
 
127
   <receiver>QgsVectorGradientColorRampV2DialogBase</receiver>
 
128
   <slot>accept()</slot>
 
129
   <hints>
 
130
    <hint type="sourcelabel">
 
131
     <x>258</x>
 
132
     <y>281</y>
 
133
    </hint>
 
134
    <hint type="destinationlabel">
 
135
     <x>168</x>
 
136
     <y>256</y>
 
137
    </hint>
 
138
   </hints>
 
139
  </connection>
 
140
  <connection>
 
141
   <sender>buttonBox</sender>
 
142
   <signal>rejected()</signal>
 
143
   <receiver>QgsVectorGradientColorRampV2DialogBase</receiver>
 
144
   <slot>reject()</slot>
 
145
   <hints>
 
146
    <hint type="sourcelabel">
 
147
     <x>363</x>
 
148
     <y>273</y>
 
149
    </hint>
 
150
    <hint type="destinationlabel">
 
151
     <x>371</x>
 
152
     <y>259</y>
 
153
    </hint>
 
154
   </hints>
 
155
  </connection>
 
156
 </connections>
 
157
</ui>