~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/qgspointstylewidgetbase.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>QgsPointStyleWidgetBase</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>QgsPointStyleWidgetBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>180</width>
12
 
            <height>141</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Form3</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>grpSymbol</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>Symbol Style</string>
36
 
            </property>
37
 
            <grid>
38
 
                <property name="name">
39
 
                    <cstring>unnamed</cstring>
40
 
                </property>
41
 
                <widget class="QLabel" row="1" column="0">
42
 
                    <property name="name">
43
 
                        <cstring>txtSymbolScale</cstring>
44
 
                    </property>
45
 
                    <property name="text">
46
 
                        <string>Scale</string>
47
 
                    </property>
48
 
                </widget>
49
 
                <widget class="QSpinBox" row="2" column="0">
50
 
                    <property name="name">
51
 
                        <cstring>spbSymbolScale</cstring>
52
 
                    </property>
53
 
                    <property name="minimumSize">
54
 
                        <size>
55
 
                            <width>42</width>
56
 
                            <height>0</height>
57
 
                        </size>
58
 
                    </property>
59
 
                </widget>
60
 
                <widget class="QComboBox" row="0" column="0">
61
 
                    <property name="name">
62
 
                        <cstring>comboBox8</cstring>
63
 
                    </property>
64
 
                </widget>
65
 
            </grid>
66
 
        </widget>
67
 
    </grid>
68
 
</widget>
69
 
<includes>
70
 
    <include location="local" impldecl="in implementation">qgspointstylewidgetbase.ui.h</include>
71
 
</includes>
72
 
<slots>
73
 
    <slot>btnSymbolFirstColour_clicked()</slot>
74
 
</slots>
75
 
<layoutdefaults spacing="6" margin="11"/>
76
 
</UI>