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

« back to all changes in this revision

Viewing changes to src/qgslinestyledialogbase.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>QgsLineStyleDialogBase</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>QgsLineStyleDialogBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>240</width>
12
 
            <height>261</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Select a line style</string>
17
 
    </property>
18
 
    <grid>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QButtonGroup" row="0" column="0" rowspan="1" colspan="4">
23
 
            <property name="name">
24
 
                <cstring>buttonGroup1</cstring>
25
 
            </property>
26
 
            <property name="title">
27
 
                <string>Styles</string>
28
 
            </property>
29
 
            <property name="exclusive">
30
 
                <bool>true</bool>
31
 
            </property>
32
 
            <grid>
33
 
                <property name="name">
34
 
                    <cstring>unnamed</cstring>
35
 
                </property>
36
 
                <widget class="QPushButton" row="2" column="0">
37
 
                    <property name="name">
38
 
                        <cstring>dot</cstring>
39
 
                    </property>
40
 
                    <property name="maximumSize">
41
 
                        <size>
42
 
                            <width>60</width>
43
 
                            <height>30</height>
44
 
                        </size>
45
 
                    </property>
46
 
                    <property name="text">
47
 
                        <string></string>
48
 
                    </property>
49
 
                    <property name="toggleButton">
50
 
                        <bool>true</bool>
51
 
                    </property>
52
 
                </widget>
53
 
                <widget class="QPushButton" row="2" column="1">
54
 
                    <property name="name">
55
 
                        <cstring>nopen</cstring>
56
 
                    </property>
57
 
                    <property name="maximumSize">
58
 
                        <size>
59
 
                            <width>60</width>
60
 
                            <height>30</height>
61
 
                        </size>
62
 
                    </property>
63
 
                    <property name="text">
64
 
                        <string></string>
65
 
                    </property>
66
 
                    <property name="toggleButton">
67
 
                        <bool>true</bool>
68
 
                    </property>
69
 
                </widget>
70
 
                <widget class="QPushButton" row="1" column="1">
71
 
                    <property name="name">
72
 
                        <cstring>dashdotdot</cstring>
73
 
                    </property>
74
 
                    <property name="maximumSize">
75
 
                        <size>
76
 
                            <width>60</width>
77
 
                            <height>30</height>
78
 
                        </size>
79
 
                    </property>
80
 
                    <property name="text">
81
 
                        <string></string>
82
 
                    </property>
83
 
                    <property name="toggleButton">
84
 
                        <bool>true</bool>
85
 
                    </property>
86
 
                </widget>
87
 
                <widget class="QPushButton" row="0" column="1">
88
 
                    <property name="name">
89
 
                        <cstring>dashdot</cstring>
90
 
                    </property>
91
 
                    <property name="maximumSize">
92
 
                        <size>
93
 
                            <width>60</width>
94
 
                            <height>30</height>
95
 
                        </size>
96
 
                    </property>
97
 
                    <property name="text">
98
 
                        <string></string>
99
 
                    </property>
100
 
                    <property name="toggleButton">
101
 
                        <bool>true</bool>
102
 
                    </property>
103
 
                </widget>
104
 
                <widget class="QPushButton" row="1" column="0">
105
 
                    <property name="name">
106
 
                        <cstring>dash</cstring>
107
 
                    </property>
108
 
                    <property name="maximumSize">
109
 
                        <size>
110
 
                            <width>60</width>
111
 
                            <height>30</height>
112
 
                        </size>
113
 
                    </property>
114
 
                    <property name="text">
115
 
                        <string></string>
116
 
                    </property>
117
 
                    <property name="toggleButton">
118
 
                        <bool>true</bool>
119
 
                    </property>
120
 
                </widget>
121
 
                <widget class="QPushButton" row="0" column="0">
122
 
                    <property name="name">
123
 
                        <cstring>solid</cstring>
124
 
                    </property>
125
 
                    <property name="maximumSize">
126
 
                        <size>
127
 
                            <width>60</width>
128
 
                            <height>30</height>
129
 
                        </size>
130
 
                    </property>
131
 
                    <property name="text">
132
 
                        <string></string>
133
 
                    </property>
134
 
                    <property name="toggleButton">
135
 
                        <bool>true</bool>
136
 
                    </property>
137
 
                </widget>
138
 
            </grid>
139
 
        </widget>
140
 
        <spacer row="1" column="3">
141
 
            <property name="name">
142
 
                <cstring>spacer18</cstring>
143
 
            </property>
144
 
            <property name="orientation">
145
 
                <enum>Horizontal</enum>
146
 
            </property>
147
 
            <property name="sizeType">
148
 
                <enum>Expanding</enum>
149
 
            </property>
150
 
            <property name="sizeHint">
151
 
                <size>
152
 
                    <width>81</width>
153
 
                    <height>23</height>
154
 
                </size>
155
 
            </property>
156
 
        </spacer>
157
 
        <spacer row="1" column="0">
158
 
            <property name="name">
159
 
                <cstring>spacer18_2</cstring>
160
 
            </property>
161
 
            <property name="orientation">
162
 
                <enum>Horizontal</enum>
163
 
            </property>
164
 
            <property name="sizeType">
165
 
                <enum>Expanding</enum>
166
 
            </property>
167
 
            <property name="sizeHint">
168
 
                <size>
169
 
                    <width>81</width>
170
 
                    <height>23</height>
171
 
                </size>
172
 
            </property>
173
 
        </spacer>
174
 
        <widget class="QPushButton" row="1" column="1">
175
 
            <property name="name">
176
 
                <cstring>okbutton</cstring>
177
 
            </property>
178
 
            <property name="text">
179
 
                <string>Ok</string>
180
 
            </property>
181
 
        </widget>
182
 
        <widget class="QPushButton" row="1" column="2">
183
 
            <property name="name">
184
 
                <cstring>cancelbutton</cstring>
185
 
            </property>
186
 
            <property name="text">
187
 
                <string>Cancel</string>
188
 
            </property>
189
 
        </widget>
190
 
    </grid>
191
 
</widget>
192
 
<layoutdefaults spacing="6" margin="11"/>
193
 
</UI>