summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/headerwidget.ui
blob: f74a9ef51d6a142a02e4436c3d7ffbc7631bc118 (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
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>HeaderWidget</class>
<widget class="QWidget">
    <property name="name">
        <cstring>HeaderWidget</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>401</width>
            <height>380</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="QLabel">
            <property name="name">
                <cstring>commentLabel</cstring>
            </property>
            <property name="text">
                <string>&amp;Comment:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>commentEdit</cstring>
            </property>
        </widget>
        <widget class="KTextEdit">
            <property name="name">
                <cstring>commentEdit</cstring>
            </property>
            <property name="wordWrap">
                <enum>NoWrap</enum>
            </property>
        </widget>
        <widget class="QLabel">
            <property name="name">
                <cstring>headerLabel</cstring>
            </property>
            <property name="text">
                <string>&amp;Header:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>headerEdit</cstring>
            </property>
        </widget>
        <widget class="KTextEdit">
            <property name="name">
                <cstring>headerEdit</cstring>
            </property>
            <property name="wordWrap">
                <enum>NoWrap</enum>
            </property>
        </widget>
    </vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>ktextedit.h</includehint>
    <includehint>ktextedit.h</includehint>
</includehints>
</UI>