~ubuntu-branches/ubuntu/karmic/kdevelop/karmic

« back to all changes in this revision

Viewing changes to src/profileengine/editor/addprofilewidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-05-25 19:34:26 UTC
  • mfrom: (1.1.11 upstream) (2.3.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090525193426-hdntv90rvflyew8g
Tags: 4:3.9.93-1ubuntu1
* Merge from Debian experimental, remaining changes:
  - Conflict/replace -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
 
<class>AddProfileWidget</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>AddProfileWidget</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>312</width>
12
 
            <height>192</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Add Profile</string>
17
 
    </property>
18
 
    <vbox>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLayoutWidget">
23
 
            <property name="name">
24
 
                <cstring>layout6</cstring>
25
 
            </property>
26
 
            <vbox>
27
 
                <property name="name">
28
 
                    <cstring>unnamed</cstring>
29
 
                </property>
30
 
                <property name="margin">
31
 
                    <number>0</number>
32
 
                </property>
33
 
                <property name="spacing">
34
 
                    <number>0</number>
35
 
                </property>
36
 
                <widget class="QLabel">
37
 
                    <property name="name">
38
 
                        <cstring>textLabel1</cstring>
39
 
                    </property>
40
 
                    <property name="text">
41
 
                        <string>&amp;Name:</string>
42
 
                    </property>
43
 
                    <property name="buddy" stdset="0">
44
 
                        <cstring>nameEdit</cstring>
45
 
                    </property>
46
 
                </widget>
47
 
                <widget class="KLineEdit">
48
 
                    <property name="name">
49
 
                        <cstring>nameEdit</cstring>
50
 
                    </property>
51
 
                </widget>
52
 
            </vbox>
53
 
        </widget>
54
 
        <widget class="QLayoutWidget">
55
 
            <property name="name">
56
 
                <cstring>layout7</cstring>
57
 
            </property>
58
 
            <vbox>
59
 
                <property name="name">
60
 
                    <cstring>unnamed</cstring>
61
 
                </property>
62
 
                <property name="margin">
63
 
                    <number>0</number>
64
 
                </property>
65
 
                <property name="spacing">
66
 
                    <number>0</number>
67
 
                </property>
68
 
                <widget class="QLabel">
69
 
                    <property name="name">
70
 
                        <cstring>textLabel2</cstring>
71
 
                    </property>
72
 
                    <property name="text">
73
 
                        <string>&amp;Generic name:</string>
74
 
                    </property>
75
 
                    <property name="buddy" stdset="0">
76
 
                        <cstring>genericNameEdit</cstring>
77
 
                    </property>
78
 
                </widget>
79
 
                <widget class="KLineEdit">
80
 
                    <property name="name">
81
 
                        <cstring>genericNameEdit</cstring>
82
 
                    </property>
83
 
                </widget>
84
 
            </vbox>
85
 
        </widget>
86
 
        <widget class="QLayoutWidget">
87
 
            <property name="name">
88
 
                <cstring>layout8</cstring>
89
 
            </property>
90
 
            <vbox>
91
 
                <property name="name">
92
 
                    <cstring>unnamed</cstring>
93
 
                </property>
94
 
                <property name="margin">
95
 
                    <number>0</number>
96
 
                </property>
97
 
                <property name="spacing">
98
 
                    <number>0</number>
99
 
                </property>
100
 
                <widget class="QLabel">
101
 
                    <property name="name">
102
 
                        <cstring>textLabel3</cstring>
103
 
                    </property>
104
 
                    <property name="text">
105
 
                        <string>&amp;Description:</string>
106
 
                    </property>
107
 
                    <property name="buddy" stdset="0">
108
 
                        <cstring>descriptionEdit</cstring>
109
 
                    </property>
110
 
                </widget>
111
 
                <widget class="QTextEdit">
112
 
                    <property name="name">
113
 
                        <cstring>descriptionEdit</cstring>
114
 
                    </property>
115
 
                </widget>
116
 
            </vbox>
117
 
        </widget>
118
 
    </vbox>
119
 
</widget>
120
 
<layoutdefaults spacing="6" margin="11"/>
121
 
</UI>