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

« back to all changes in this revision

Viewing changes to src/ui/symbollayer/widget_simplefill.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>WidgetSimpleFill</class>
 
4
 <widget class="QWidget" name="WidgetSimpleFill">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>335</width>
 
10
    <height>206</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</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:</string>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item row="0" column="1">
 
27
      <widget class="QgsColorButtonV2" name="btnChangeColor">
 
28
       <property name="text">
 
29
        <string>Change</string>
 
30
       </property>
 
31
      </widget>
 
32
     </item>
 
33
     <item row="0" column="2" rowspan="5">
 
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>91</width>
 
44
         <height>51</height>
 
45
        </size>
 
46
       </property>
 
47
      </spacer>
 
48
     </item>
 
49
     <item row="2" column="0">
 
50
      <widget class="QLabel" name="label_3">
 
51
       <property name="text">
 
52
        <string>Border color:</string>
 
53
       </property>
 
54
      </widget>
 
55
     </item>
 
56
     <item row="2" column="1">
 
57
      <widget class="QgsColorButtonV2" name="btnChangeBorderColor">
 
58
       <property name="text">
 
59
        <string>Change</string>
 
60
       </property>
 
61
      </widget>
 
62
     </item>
 
63
     <item row="1" column="1">
 
64
      <widget class="QgsBrushStyleComboBox" name="cboFillStyle"/>
 
65
     </item>
 
66
     <item row="1" column="0">
 
67
      <widget class="QLabel" name="label_2">
 
68
       <property name="text">
 
69
        <string>Fill style:</string>
 
70
       </property>
 
71
      </widget>
 
72
     </item>
 
73
     <item row="3" column="0">
 
74
      <widget class="QLabel" name="label_4">
 
75
       <property name="text">
 
76
        <string>Border style:</string>
 
77
       </property>
 
78
      </widget>
 
79
     </item>
 
80
     <item row="3" column="1">
 
81
      <widget class="QgsPenStyleComboBox" name="cboBorderStyle"/>
 
82
     </item>
 
83
     <item row="4" column="0">
 
84
      <widget class="QLabel" name="label_5">
 
85
       <property name="text">
 
86
        <string>Border width:</string>
 
87
       </property>
 
88
      </widget>
 
89
     </item>
 
90
     <item row="4" column="1">
 
91
      <widget class="QDoubleSpinBox" name="spinBorderWidth">
 
92
       <property name="decimals">
 
93
        <number>1</number>
 
94
       </property>
 
95
      </widget>
 
96
     </item>
 
97
    </layout>
 
98
   </item>
 
99
   <item>
 
100
    <spacer>
 
101
     <property name="orientation">
 
102
      <enum>Qt::Vertical</enum>
 
103
     </property>
 
104
     <property name="sizeHint" stdset="0">
 
105
      <size>
 
106
       <width>244</width>
 
107
       <height>21</height>
 
108
      </size>
 
109
     </property>
 
110
    </spacer>
 
111
   </item>
 
112
  </layout>
 
113
 </widget>
 
114
 <customwidgets>
 
115
  <customwidget>
 
116
   <class>QgsBrushStyleComboBox</class>
 
117
   <extends>QComboBox</extends>
 
118
   <header>qgsbrushstylecombobox.h</header>
 
119
  </customwidget>
 
120
  <customwidget>
 
121
   <class>QgsColorButtonV2</class>
 
122
   <extends>QPushButton</extends>
 
123
   <header>qgscolorbutton.h</header>
 
124
  </customwidget>
 
125
  <customwidget>
 
126
   <class>QgsPenStyleComboBox</class>
 
127
   <extends>QComboBox</extends>
 
128
   <header>qgspenstylecombobox.h</header>
 
129
  </customwidget>
 
130
 </customwidgets>
 
131
 <tabstops>
 
132
  <tabstop>btnChangeColor</tabstop>
 
133
  <tabstop>cboFillStyle</tabstop>
 
134
  <tabstop>btnChangeBorderColor</tabstop>
 
135
  <tabstop>cboBorderStyle</tabstop>
 
136
  <tabstop>spinBorderWidth</tabstop>
 
137
 </tabstops>
 
138
 <resources/>
 
139
 <connections/>
 
140
</ui>