~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/documentation/editbookmarkdlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 
2
<class>EditBookmarkDlg</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>EditBookmarkDlg</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>323</width>
 
12
            <height>121</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="sizeGripEnabled">
 
16
        <bool>true</bool>
 
17
    </property>
 
18
    <grid>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="KURLRequester" row="1" column="1">
 
23
            <property name="name">
 
24
                <cstring>locationEdit</cstring>
 
25
            </property>
 
26
        </widget>
 
27
        <widget class="QLabel" row="0" column="0">
 
28
            <property name="name">
 
29
                <cstring>textLabel1</cstring>
 
30
            </property>
 
31
            <property name="text">
 
32
                <string>&amp;Name:</string>
 
33
            </property>
 
34
            <property name="buddy" stdset="0">
 
35
                <cstring>nameEdit</cstring>
 
36
            </property>
 
37
        </widget>
 
38
        <widget class="QLabel" row="1" column="0">
 
39
            <property name="name">
 
40
                <cstring>textLabel1_2</cstring>
 
41
            </property>
 
42
            <property name="text">
 
43
                <string>&amp;Location:</string>
 
44
            </property>
 
45
            <property name="buddy" stdset="0">
 
46
                <cstring>locationEdit</cstring>
 
47
            </property>
 
48
        </widget>
 
49
        <widget class="QLineEdit" row="0" column="1">
 
50
            <property name="name">
 
51
                <cstring>nameEdit</cstring>
 
52
            </property>
 
53
        </widget>
 
54
        <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
 
55
            <property name="name">
 
56
                <cstring>Layout1</cstring>
 
57
            </property>
 
58
            <hbox>
 
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>6</number>
 
67
                </property>
 
68
                <spacer>
 
69
                    <property name="name">
 
70
                        <cstring>Horizontal Spacing2</cstring>
 
71
                    </property>
 
72
                    <property name="orientation">
 
73
                        <enum>Horizontal</enum>
 
74
                    </property>
 
75
                    <property name="sizeType">
 
76
                        <enum>Expanding</enum>
 
77
                    </property>
 
78
                    <property name="sizeHint">
 
79
                        <size>
 
80
                            <width>20</width>
 
81
                            <height>20</height>
 
82
                        </size>
 
83
                    </property>
 
84
                </spacer>
 
85
                <widget class="QPushButton">
 
86
                    <property name="name">
 
87
                        <cstring>buttonOk</cstring>
 
88
                    </property>
 
89
                    <property name="text">
 
90
                        <string>&amp;OK</string>
 
91
                    </property>
 
92
                    <property name="accel">
 
93
                        <string></string>
 
94
                    </property>
 
95
                    <property name="autoDefault">
 
96
                        <bool>true</bool>
 
97
                    </property>
 
98
                    <property name="default">
 
99
                        <bool>true</bool>
 
100
                    </property>
 
101
                </widget>
 
102
                <widget class="QPushButton">
 
103
                    <property name="name">
 
104
                        <cstring>buttonCancel</cstring>
 
105
                    </property>
 
106
                    <property name="text">
 
107
                        <string>&amp;Cancel</string>
 
108
                    </property>
 
109
                    <property name="accel">
 
110
                        <string></string>
 
111
                    </property>
 
112
                    <property name="autoDefault">
 
113
                        <bool>true</bool>
 
114
                    </property>
 
115
                </widget>
 
116
            </hbox>
 
117
        </widget>
 
118
        <spacer row="2" column="1">
 
119
            <property name="name">
 
120
                <cstring>spacer2</cstring>
 
121
            </property>
 
122
            <property name="orientation">
 
123
                <enum>Vertical</enum>
 
124
            </property>
 
125
            <property name="sizeType">
 
126
                <enum>Expanding</enum>
 
127
            </property>
 
128
            <property name="sizeHint">
 
129
                <size>
 
130
                    <width>20</width>
 
131
                    <height>0</height>
 
132
                </size>
 
133
            </property>
 
134
        </spacer>
 
135
    </grid>
 
136
</widget>
 
137
<customwidgets>
 
138
</customwidgets>
 
139
<connections>
 
140
    <connection>
 
141
        <sender>buttonOk</sender>
 
142
        <signal>clicked()</signal>
 
143
        <receiver>EditBookmarkDlg</receiver>
 
144
        <slot>accept()</slot>
 
145
    </connection>
 
146
    <connection>
 
147
        <sender>buttonCancel</sender>
 
148
        <signal>clicked()</signal>
 
149
        <receiver>EditBookmarkDlg</receiver>
 
150
        <slot>reject()</slot>
 
151
    </connection>
 
152
</connections>
 
153
<tabstops>
 
154
    <tabstop>nameEdit</tabstop>
 
155
    <tabstop>locationEdit</tabstop>
 
156
    <tabstop>buttonOk</tabstop>
 
157
    <tabstop>buttonCancel</tabstop>
 
158
</tabstops>
 
159
<layoutdefaults spacing="6" margin="11"/>
 
160
<includehints>
 
161
    <includehint>kpushbutton.h</includehint>
 
162
</includehints>
 
163
</UI>