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

« back to all changes in this revision

Viewing changes to parts/snippet/snippetdlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
 
<class>SnippetDlg</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>SnippetDlg</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>344</width>
12
 
            <height>289</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Add Snippet</string>
17
 
    </property>
18
 
    <grid>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLayoutWidget" row="1" column="0">
23
 
            <property name="name">
24
 
                <cstring>layout5</cstring>
25
 
            </property>
26
 
            <hbox>
27
 
                <property name="name">
28
 
                    <cstring>unnamed</cstring>
29
 
                </property>
30
 
                <spacer>
31
 
                    <property name="name">
32
 
                        <cstring>spacer1</cstring>
33
 
                    </property>
34
 
                    <property name="orientation">
35
 
                        <enum>Horizontal</enum>
36
 
                    </property>
37
 
                    <property name="sizeType">
38
 
                        <enum>Expanding</enum>
39
 
                    </property>
40
 
                    <property name="sizeHint">
41
 
                        <size>
42
 
                            <width>40</width>
43
 
                            <height>20</height>
44
 
                        </size>
45
 
                    </property>
46
 
                </spacer>
47
 
                <widget class="KPushButton">
48
 
                    <property name="name">
49
 
                        <cstring>btnAdd</cstring>
50
 
                    </property>
51
 
                    <property name="text">
52
 
                        <string>&amp;Add</string>
53
 
                    </property>
54
 
                </widget>
55
 
                <widget class="KPushButton">
56
 
                    <property name="name">
57
 
                        <cstring>btnCancel</cstring>
58
 
                    </property>
59
 
                    <property name="text">
60
 
                        <string>&amp;Cancel</string>
61
 
                    </property>
62
 
                </widget>
63
 
            </hbox>
64
 
        </widget>
65
 
        <widget class="QLayoutWidget" row="0" column="0">
66
 
            <property name="name">
67
 
                <cstring>layout3</cstring>
68
 
            </property>
69
 
            <grid>
70
 
                <property name="name">
71
 
                    <cstring>unnamed</cstring>
72
 
                </property>
73
 
                <widget class="KLineEdit" row="0" column="1">
74
 
                    <property name="name">
75
 
                        <cstring>snippetName</cstring>
76
 
                    </property>
77
 
                    <property name="font">
78
 
                        <font>
79
 
                            <family>Courier</family>
80
 
                            <pointsize>11</pointsize>
81
 
                        </font>
82
 
                    </property>
83
 
                </widget>
84
 
                <spacer row="4" column="0">
85
 
                    <property name="name">
86
 
                        <cstring>spacer2</cstring>
87
 
                    </property>
88
 
                    <property name="orientation">
89
 
                        <enum>Vertical</enum>
90
 
                    </property>
91
 
                    <property name="sizeType">
92
 
                        <enum>Expanding</enum>
93
 
                    </property>
94
 
                    <property name="sizeHint">
95
 
                        <size>
96
 
                            <width>20</width>
97
 
                            <height>80</height>
98
 
                        </size>
99
 
                    </property>
100
 
                </spacer>
101
 
                <widget class="QLabel" row="0" column="0">
102
 
                    <property name="name">
103
 
                        <cstring>textLabel1</cstring>
104
 
                    </property>
105
 
                    <property name="text">
106
 
                        <string>&amp;Name:</string>
107
 
                    </property>
108
 
                    <property name="buddy" stdset="0">
109
 
                        <cstring>snippetName</cstring>
110
 
                    </property>
111
 
                </widget>
112
 
                <widget class="QLabel" row="2" column="0">
113
 
                    <property name="name">
114
 
                        <cstring>textLabel2</cstring>
115
 
                    </property>
116
 
                    <property name="text">
117
 
                        <string>&amp;Snippet:</string>
118
 
                    </property>
119
 
                    <property name="alignment">
120
 
                        <set>AlignTop</set>
121
 
                    </property>
122
 
                    <property name="buddy" stdset="0">
123
 
                        <cstring>snippetText</cstring>
124
 
                    </property>
125
 
                </widget>
126
 
                <widget class="QLabel" row="1" column="0">
127
 
                    <property name="name">
128
 
                        <cstring>textLabelGroup</cstring>
129
 
                    </property>
130
 
                    <property name="text">
131
 
                        <string>Group:</string>
132
 
                    </property>
133
 
                </widget>
134
 
                <widget class="QToolButton" row="3" column="0">
135
 
                    <property name="name">
136
 
                        <cstring>toolBtnHelp</cstring>
137
 
                    </property>
138
 
                    <property name="text">
139
 
                        <string></string>
140
 
                    </property>
141
 
                    <property name="iconSet">
142
 
                        <iconset>image0</iconset>
143
 
                    </property>
144
 
                    <property name="toolTip" stdset="0">
145
 
                        <string>Click here to get to know how to use variables in a snippet</string>
146
 
                    </property>
147
 
                </widget>
148
 
                <widget class="KComboBox" row="1" column="1">
149
 
                    <property name="name">
150
 
                        <cstring>cbGroup</cstring>
151
 
                    </property>
152
 
                </widget>
153
 
                <widget class="KTextEdit" row="2" column="1" rowspan="3" colspan="1">
154
 
                    <property name="name">
155
 
                        <cstring>snippetText</cstring>
156
 
                    </property>
157
 
                    <property name="font">
158
 
                        <font>
159
 
                            <family>Courier</family>
160
 
                            <pointsize>11</pointsize>
161
 
                        </font>
162
 
                    </property>
163
 
                </widget>
164
 
            </grid>
165
 
        </widget>
166
 
    </grid>
167
 
</widget>
168
 
<images>
169
 
    <image name="image0">
170
 
        <data format="XPM.GZ" length="720">789c85d0c94ec3301006e07b9ec24a6e15729bb5b12a1e01c4110971182f6dbaa43b07847877f27bec1424a43a87f8fb331edb994ec4ebcb93984c93cb95ae6b234c476731b11f7dfff9f6fef895a47923f25614b9c8d3872495c288e7c3de61ae877936f3032466d9d60466918de79e59cd98cbc879096e022ba663d6b35683a7c05a55a01d69c02e50310d58a8363735781969c15d60cd5c83a56a15b307ab5c85e243a4f5adb6605d28c55c810d1159ff378ee0bc24e71af00cb6da14ce7f95c3c8088fd67a98878c8c1d6c9d46cad972d541b4767873b6d96a3f68e7c62c33f82ef5b2bfd56972e827f7875b9d0e4b8f273d661cd2d9ef1433e9ab388ae7c311fd9e38f42dcb2e9dfe738fd812d19d4c1271f4bb9fbff3fdb5fff68b914cbf17c90f9b96abef</data>
171
 
    </image>
172
 
</images>
173
 
<connections>
174
 
    <connection>
175
 
        <sender>btnAdd</sender>
176
 
        <signal>clicked()</signal>
177
 
        <receiver>SnippetDlg</receiver>
178
 
        <slot>accept()</slot>
179
 
    </connection>
180
 
    <connection>
181
 
        <sender>btnCancel</sender>
182
 
        <signal>clicked()</signal>
183
 
        <receiver>SnippetDlg</receiver>
184
 
        <slot>reject()</slot>
185
 
    </connection>
186
 
    <connection>
187
 
        <sender>toolBtnHelp</sender>
188
 
        <signal>clicked()</signal>
189
 
        <receiver>SnippetDlg</receiver>
190
 
        <slot>slotHelp()</slot>
191
 
    </connection>
192
 
</connections>
193
 
<tabstops>
194
 
    <tabstop>snippetName</tabstop>
195
 
    <tabstop>cbGroup</tabstop>
196
 
    <tabstop>snippetText</tabstop>
197
 
    <tabstop>btnAdd</tabstop>
198
 
    <tabstop>btnCancel</tabstop>
199
 
</tabstops>
200
 
<includes>
201
 
    <include location="local" impldecl="in implementation">snippetdlg.ui.h</include>
202
 
</includes>
203
 
<slots>
204
 
    <slot>slotHelp()</slot>
205
 
</slots>
206
 
<layoutdefaults spacing="6" margin="11"/>
207
 
<includehints>
208
 
    <includehint>kpushbutton.h</includehint>
209
 
    <includehint>kpushbutton.h</includehint>
210
 
    <includehint>klineedit.h</includehint>
211
 
    <includehint>kcombobox.h</includehint>
212
 
    <includehint>ktextedit.h</includehint>
213
 
</includehints>
214
 
</UI>