~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to widgets/commentbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2005-08-23 17:19:39 UTC
  • mto: (4.1.1 breezy) (1.1.9) (10.1.6 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20050823171939-hd8fgzokb4dbj007
Tags: upstream-0.7.1+0.7.2pre2
ImportĀ upstreamĀ versionĀ 0.7.1+0.7.2pre2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI>
2
 
<class>CommentBase</class>
3
 
<widget>
4
 
    <class>QWidget</class>
5
 
    <property stdset="1">
6
 
        <name>name</name>
7
 
        <cstring>CommentBase</cstring>
8
 
    </property>
9
 
    <property stdset="1">
10
 
        <name>geometry</name>
11
 
        <rect>
12
 
            <x>0</x>
13
 
            <y>0</y>
14
 
            <width>387</width>
15
 
            <height>205</height>
16
 
        </rect>
17
 
    </property>
18
 
    <property stdset="1">
19
 
        <name>caption</name>
20
 
        <string>Form1</string>
21
 
    </property>
22
 
    <vbox>
23
 
        <property stdset="1">
24
 
            <name>margin</name>
25
 
            <number>11</number>
26
 
        </property>
27
 
        <property stdset="1">
28
 
            <name>spacing</name>
29
 
            <number>6</number>
30
 
        </property>
31
 
        <widget>
32
 
            <class>QLayoutWidget</class>
33
 
            <property stdset="1">
34
 
                <name>name</name>
35
 
                <cstring>Layout1</cstring>
36
 
            </property>
37
 
            <hbox>
38
 
                <property stdset="1">
39
 
                    <name>margin</name>
40
 
                    <number>0</number>
41
 
                </property>
42
 
                <property stdset="1">
43
 
                    <name>spacing</name>
44
 
                    <number>6</number>
45
 
                </property>
46
 
                <widget>
47
 
                    <class>QLabel</class>
48
 
                    <property stdset="1">
49
 
                        <name>name</name>
50
 
                        <cstring>label1</cstring>
51
 
                    </property>
52
 
                    <property stdset="1">
53
 
                        <name>sizePolicy</name>
54
 
                        <sizepolicy>
55
 
                            <hsizetype>4</hsizetype>
56
 
                            <vsizetype>1</vsizetype>
57
 
                        </sizepolicy>
58
 
                    </property>
59
 
                    <property stdset="1">
60
 
                        <name>text</name>
61
 
                        <string>Track Comment</string>
62
 
                    </property>
63
 
                </widget>
64
 
                <widget>
65
 
                    <class>QLabel</class>
66
 
                    <property stdset="1">
67
 
                        <name>name</name>
68
 
                        <cstring>label2</cstring>
69
 
                    </property>
70
 
                    <property stdset="1">
71
 
                        <name>font</name>
72
 
                        <font>
73
 
                            <pointsize>12</pointsize>
74
 
                            <bold>1</bold>
75
 
                        </font>
76
 
                    </property>
77
 
                    <property stdset="1">
78
 
                        <name>frameShape</name>
79
 
                        <enum>Box</enum>
80
 
                    </property>
81
 
                    <property stdset="1">
82
 
                        <name>frameShadow</name>
83
 
                        <enum>Sunken</enum>
84
 
                    </property>
85
 
                    <property stdset="1">
86
 
                        <name>midLineWidth</name>
87
 
                        <number>1</number>
88
 
                    </property>
89
 
                    <property stdset="1">
90
 
                        <name>text</name>
91
 
                        <string>Track 1</string>
92
 
                    </property>
93
 
                </widget>
94
 
            </hbox>
95
 
        </widget>
96
 
        <widget>
97
 
            <class>QMultiLineEdit</class>
98
 
            <property stdset="1">
99
 
                <name>name</name>
100
 
                <cstring>textentry</cstring>
101
 
            </property>
102
 
            <property stdset="1">
103
 
                <name>font</name>
104
 
                <font>
105
 
                    <pointsize>12</pointsize>
106
 
                    <bold>1</bold>
107
 
                </font>
108
 
            </property>
109
 
            <property stdset="1">
110
 
                <name>frameShape</name>
111
 
                <enum>WinPanel</enum>
112
 
            </property>
113
 
        </widget>
114
 
    </vbox>
115
 
</widget>
116
 
</UI>