~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kbabel/kbabel/headerwidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>HeaderWidget</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>HeaderWidget</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>401</width>
12
 
            <height>380</height>
13
 
        </rect>
14
 
    </property>
15
 
    <vbox>
16
 
        <property name="name">
17
 
            <cstring>unnamed</cstring>
18
 
        </property>
19
 
        <widget class="QLabel">
20
 
            <property name="name">
21
 
                <cstring>commentLabel</cstring>
22
 
            </property>
23
 
            <property name="text">
24
 
                <string>&amp;Comment:</string>
25
 
            </property>
26
 
            <property name="buddy" stdset="0">
27
 
                <cstring>commentEdit</cstring>
28
 
            </property>
29
 
        </widget>
30
 
        <widget class="KTextEdit">
31
 
            <property name="name">
32
 
                <cstring>commentEdit</cstring>
33
 
            </property>
34
 
            <property name="wordWrap">
35
 
                <enum>NoWrap</enum>
36
 
            </property>
37
 
        </widget>
38
 
        <widget class="QLabel">
39
 
            <property name="name">
40
 
                <cstring>headerLabel</cstring>
41
 
            </property>
42
 
            <property name="text">
43
 
                <string>&amp;Header:</string>
44
 
            </property>
45
 
            <property name="buddy" stdset="0">
46
 
                <cstring>headerEdit</cstring>
47
 
            </property>
48
 
        </widget>
49
 
        <widget class="KTextEdit">
50
 
            <property name="name">
51
 
                <cstring>headerEdit</cstring>
52
 
            </property>
53
 
            <property name="wordWrap">
54
 
                <enum>NoWrap</enum>
55
 
            </property>
56
 
        </widget>
57
 
    </vbox>
58
 
</widget>
59
 
<layoutdefaults spacing="6" margin="11"/>
60
 
<includehints>
61
 
    <includehint>ktextedit.h</includehint>
62
 
    <includehint>ktextedit.h</includehint>
63
 
</includehints>
64
 
</UI>