~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kword/KWCreateBookmarkDiaBase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 
2
<class>KWCreateBookmarkDiaBase</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>createBookmarkDia</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>496</width>
 
12
            <height>104</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Create New Bookmark</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>layout2</cstring>
 
25
            </property>
 
26
            <hbox>
 
27
                <property name="name">
 
28
                    <cstring>unnamed</cstring>
 
29
                </property>
 
30
                <widget class="QLabel">
 
31
                    <property name="name">
 
32
                        <cstring>lName</cstring>
 
33
                    </property>
 
34
                    <property name="text">
 
35
                        <string>Name:</string>
 
36
                    </property>
 
37
                </widget>
 
38
                <widget class="QLineEdit">
 
39
                    <property name="name">
 
40
                        <cstring>m_bookmarkName</cstring>
 
41
                    </property>
 
42
                </widget>
 
43
            </hbox>
 
44
        </widget>
 
45
        <widget class="QLabel" row="0" column="0">
 
46
            <property name="name">
 
47
                <cstring>lExplain</cstring>
 
48
            </property>
 
49
            <property name="text">
 
50
                <string>Bookmarks allow you to jump between parts of your document.
 
51
Please provide the name of your bookmark.</string>
 
52
            </property>
 
53
        </widget>
 
54
    </grid>
 
55
</widget>
 
56
<layoutdefaults spacing="6" margin="6"/>
 
57
</UI>