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

« back to all changes in this revision

Viewing changes to languages/python/app_templates/pyqt/documentdetails.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.1" stdsetdef="1">
2
 
<class>documentDetails</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>documentDetails</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>561</width>
12
 
            <height>555</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Document Details</string>
17
 
    </property>
18
 
    <vbox>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLabel">
23
 
            <property name="name">
24
 
                <cstring>textLabel1</cstring>
25
 
            </property>
26
 
            <property name="sizePolicy">
27
 
                <sizepolicy>
28
 
                    <hsizetype>5</hsizetype>
29
 
                    <vsizetype>1</vsizetype>
30
 
                    <horstretch>0</horstretch>
31
 
                    <verstretch>0</verstretch>
32
 
                </sizepolicy>
33
 
            </property>
34
 
            <property name="text">
35
 
                <string>Enter details about this document below.</string>
36
 
            </property>
37
 
            <property name="textFormat">
38
 
                <enum>PlainText</enum>
39
 
            </property>
40
 
        </widget>
41
 
        <widget class="QGroupBox">
42
 
            <property name="name">
43
 
                <cstring>groupBox1</cstring>
44
 
            </property>
45
 
            <property name="title">
46
 
                <string>Author</string>
47
 
            </property>
48
 
            <grid>
49
 
                <property name="name">
50
 
                    <cstring>unnamed</cstring>
51
 
                </property>
52
 
                <widget class="QLabel" row="0" column="0">
53
 
                    <property name="name">
54
 
                        <cstring>textLabel2</cstring>
55
 
                    </property>
56
 
                    <property name="text">
57
 
                        <string>Name:</string>
58
 
                    </property>
59
 
                </widget>
60
 
                <widget class="QLineEdit" row="0" column="1">
61
 
                    <property name="name">
62
 
                        <cstring>lineEdit1</cstring>
63
 
                    </property>
64
 
                </widget>
65
 
            </grid>
66
 
        </widget>
67
 
        <widget class="QGroupBox">
68
 
            <property name="name">
69
 
                <cstring>groupBox2</cstring>
70
 
            </property>
71
 
            <property name="title">
72
 
                <string>Company</string>
73
 
            </property>
74
 
        </widget>
75
 
    </vbox>
76
 
</widget>
77
 
<includes>
78
 
</includes>
79
 
<layoutdefaults spacing="6" margin="11"/>
80
 
</UI>