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

« back to all changes in this revision

Viewing changes to src/qgsaddattrdialogbase.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>QgsAddAttrDialogBase</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>QgsAddAttrDialogBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>323</width>
12
 
            <height>194</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Add Attribute</string>
17
 
    </property>
18
 
    <grid>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLabel" row="0" column="0">
23
 
            <property name="name">
24
 
                <cstring>textLabel1</cstring>
25
 
            </property>
26
 
            <property name="text">
27
 
                <string>Name:</string>
28
 
            </property>
29
 
        </widget>
30
 
        <widget class="QLineEdit" row="0" column="1">
31
 
            <property name="name">
32
 
                <cstring>mNameEdit</cstring>
33
 
            </property>
34
 
        </widget>
35
 
        <widget class="QLabel" row="1" column="0">
36
 
            <property name="name">
37
 
                <cstring>textLabel2</cstring>
38
 
            </property>
39
 
            <property name="text">
40
 
                <string>Type:</string>
41
 
            </property>
42
 
        </widget>
43
 
        <widget class="QComboBox" row="1" column="1">
44
 
            <property name="name">
45
 
                <cstring>mTypeBox</cstring>
46
 
            </property>
47
 
        </widget>
48
 
        <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
49
 
            <property name="name">
50
 
                <cstring>layout4</cstring>
51
 
            </property>
52
 
            <hbox>
53
 
                <property name="name">
54
 
                    <cstring>unnamed</cstring>
55
 
                </property>
56
 
                <spacer>
57
 
                    <property name="name">
58
 
                        <cstring>spacer9</cstring>
59
 
                    </property>
60
 
                    <property name="orientation">
61
 
                        <enum>Horizontal</enum>
62
 
                    </property>
63
 
                    <property name="sizeType">
64
 
                        <enum>Expanding</enum>
65
 
                    </property>
66
 
                    <property name="sizeHint">
67
 
                        <size>
68
 
                            <width>40</width>
69
 
                            <height>20</height>
70
 
                        </size>
71
 
                    </property>
72
 
                </spacer>
73
 
                <widget class="QPushButton">
74
 
                    <property name="name">
75
 
                        <cstring>mOkButton</cstring>
76
 
                    </property>
77
 
                    <property name="text">
78
 
                        <string>OK</string>
79
 
                    </property>
80
 
                </widget>
81
 
                <widget class="QPushButton">
82
 
                    <property name="name">
83
 
                        <cstring>mCancelButton</cstring>
84
 
                    </property>
85
 
                    <property name="text">
86
 
                        <string>Cancel</string>
87
 
                    </property>
88
 
                </widget>
89
 
                <spacer>
90
 
                    <property name="name">
91
 
                        <cstring>spacer10</cstring>
92
 
                    </property>
93
 
                    <property name="orientation">
94
 
                        <enum>Horizontal</enum>
95
 
                    </property>
96
 
                    <property name="sizeType">
97
 
                        <enum>Expanding</enum>
98
 
                    </property>
99
 
                    <property name="sizeHint">
100
 
                        <size>
101
 
                            <width>60</width>
102
 
                            <height>20</height>
103
 
                        </size>
104
 
                    </property>
105
 
                </spacer>
106
 
            </hbox>
107
 
        </widget>
108
 
    </grid>
109
 
</widget>
110
 
<layoutdefaults spacing="6" margin="11"/>
111
 
</UI>