summaryrefslogtreecommitdiffstats
path: root/quanta/dialogs/tagdialogs/tagmisc.ui
blob: 24db77c7c99739f5c0260dfbb8331ca73332fe84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>TagMisc</class>
<comment>/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; version 2 of the License.               *
 *   (at your option) any later version.                                   *
 ***************************************************************************/
</comment>
<author>(C) 2001, 2003 Andras Mantia &lt;amantia@kde.org&gt;</author>
<widget class="TQWidget">
    <property name="name">
        <cstring>TagMisc</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>350</width>
            <height>61</height>
        </rect>
    </property>
    <property name="tqminimumSize">
        <size>
            <width>350</width>
            <height>60</height>
        </size>
    </property>
    <property name="caption">
        <string>Misc. Tag</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQLineEdit" row="0" column="1">
            <property name="name">
                <cstring>elementName</cstring>
            </property>
        </widget>
        <widget class="TQLabel" row="0" column="0">
            <property name="name">
                <cstring>TextLabel1</cstring>
            </property>
            <property name="text">
                <string>Element name:</string>
            </property>
        </widget>
        <widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="2">
            <property name="name">
                <cstring>addClosingTag</cstring>
            </property>
            <property name="text">
                <string>&amp;Add closing tag</string>
            </property>
            <property name="checked">
                <bool>true</bool>
            </property>
        </widget>
    </grid>
</widget>
<tabstops>
    <tabstop>elementName</tabstop>
    <tabstop>addClosingTag</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>