~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to src/qgsfillstylewidgetbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>QgsFillStyleWidgetBase</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>QgsFillStyleWidgetBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>192</width>
12
 
            <height>143</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Form1</string>
17
 
    </property>
18
 
    <grid>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QGroupBox" row="0" column="0">
23
 
            <property name="name">
24
 
                <cstring>grpFill</cstring>
25
 
            </property>
26
 
            <property name="sizePolicy">
27
 
                <sizepolicy>
28
 
                    <hsizetype>7</hsizetype>
29
 
                    <vsizetype>7</vsizetype>
30
 
                    <horstretch>0</horstretch>
31
 
                    <verstretch>0</verstretch>
32
 
                </sizepolicy>
33
 
            </property>
34
 
            <property name="title">
35
 
                <string>Fill Style</string>
36
 
            </property>
37
 
            <grid>
38
 
                <property name="name">
39
 
                    <cstring>unnamed</cstring>
40
 
                </property>
41
 
                <widget class="QComboBox" row="1" column="0" rowspan="1" colspan="2">
42
 
                    <item>
43
 
                        <property name="text">
44
 
                            <string>PolyStyleWidget</string>
45
 
                        </property>
46
 
                    </item>
47
 
                    <property name="name">
48
 
                        <cstring>fptFillPattern</cstring>
49
 
                    </property>
50
 
                </widget>
51
 
                <widget class="QLabel" row="2" column="0" rowspan="1" colspan="2">
52
 
                    <property name="name">
53
 
                        <cstring>txtFillColour</cstring>
54
 
                    </property>
55
 
                    <property name="text">
56
 
                        <string>Colour:</string>
57
 
                    </property>
58
 
                </widget>
59
 
                <spacer row="3" column="1">
60
 
                    <property name="name">
61
 
                        <cstring>spcFill</cstring>
62
 
                    </property>
63
 
                    <property name="orientation">
64
 
                        <enum>Horizontal</enum>
65
 
                    </property>
66
 
                    <property name="sizeType">
67
 
                        <enum>Fixed</enum>
68
 
                    </property>
69
 
                    <property name="sizeHint">
70
 
                        <size>
71
 
                            <width>90</width>
72
 
                            <height>21</height>
73
 
                        </size>
74
 
                    </property>
75
 
                </spacer>
76
 
                <widget class="QPushButton" row="3" column="0">
77
 
                    <property name="name">
78
 
                        <cstring>colFillColour</cstring>
79
 
                    </property>
80
 
                    <property name="sizePolicy">
81
 
                        <sizepolicy>
82
 
                            <hsizetype>0</hsizetype>
83
 
                            <vsizetype>0</vsizetype>
84
 
                            <horstretch>0</horstretch>
85
 
                            <verstretch>0</verstretch>
86
 
                        </sizepolicy>
87
 
                    </property>
88
 
                    <property name="minimumSize">
89
 
                        <size>
90
 
                            <width>50</width>
91
 
                            <height>0</height>
92
 
                        </size>
93
 
                    </property>
94
 
                    <property name="text">
95
 
                        <string>col</string>
96
 
                    </property>
97
 
                </widget>
98
 
            </grid>
99
 
        </widget>
100
 
    </grid>
101
 
</widget>
102
 
<layoutdefaults spacing="6" margin="11"/>
103
 
</UI>