~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/DocumentationTools/DocGeneratorExecForm.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
 
<class>DocGeneratorExecForm</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>DocGeneratorExecForm</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>753</width>
12
 
            <height>602</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>DocGenerator</string>
17
 
    </property>
18
 
    <vbox>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <property name="margin">
23
 
            <number>6</number>
24
 
        </property>
25
 
        <property name="spacing">
26
 
            <number>6</number>
27
 
        </property>
28
 
        <widget class="QLabel">
29
 
            <property name="name">
30
 
                <cstring>contentsLabel</cstring>
31
 
            </property>
32
 
            <property name="text">
33
 
                <string>Messages:</string>
34
 
            </property>
35
 
        </widget>
36
 
        <widget class="QTextBrowser">
37
 
            <property name="name">
38
 
                <cstring>contents</cstring>
39
 
            </property>
40
 
            <property name="textFormat">
41
 
                <enum>RichText</enum>
42
 
            </property>
43
 
            <property name="whatsThis" stdset="0">
44
 
                <string>&lt;b&gt;Documentation Generator Execution&lt;/b&gt;
45
 
&lt;p&gt;This shows the output of the documentation generator command.&lt;/p&gt;</string>
46
 
            </property>
47
 
        </widget>
48
 
        <widget class="QLabel">
49
 
            <property name="name">
50
 
                <cstring>TextLabel2</cstring>
51
 
            </property>
52
 
            <property name="text">
53
 
                <string>Errors:</string>
54
 
            </property>
55
 
        </widget>
56
 
        <widget class="QTextBrowser">
57
 
            <property name="name">
58
 
                <cstring>errors</cstring>
59
 
            </property>
60
 
            <property name="sizePolicy">
61
 
                <sizepolicy>
62
 
                    <hsizetype>7</hsizetype>
63
 
                    <vsizetype>5</vsizetype>
64
 
                    <horstretch>0</horstretch>
65
 
                    <verstretch>0</verstretch>
66
 
                </sizepolicy>
67
 
            </property>
68
 
            <property name="textFormat">
69
 
                <enum>PlainText</enum>
70
 
            </property>
71
 
            <property name="whatsThis" stdset="0">
72
 
                <string>&lt;b&gt;Documentation Generator Execution&lt;/b&gt;
73
 
&lt;p&gt;This shows the errors of the documentation generator command.&lt;/p&gt;</string>
74
 
            </property>
75
 
        </widget>
76
 
        <widget class="QLayoutWidget">
77
 
            <property name="name">
78
 
                <cstring>Layout1</cstring>
79
 
            </property>
80
 
            <hbox>
81
 
                <property name="name">
82
 
                    <cstring>unnamed</cstring>
83
 
                </property>
84
 
                <property name="margin">
85
 
                    <number>0</number>
86
 
                </property>
87
 
                <property name="spacing">
88
 
                    <number>6</number>
89
 
                </property>
90
 
                <spacer>
91
 
                    <property name="name">
92
 
                        <cstring>Spacer1</cstring>
93
 
                    </property>
94
 
                    <property name="orientation">
95
 
                        <enum>Horizontal</enum>
96
 
                    </property>
97
 
                    <property name="sizeType">
98
 
                        <enum>Expanding</enum>
99
 
                    </property>
100
 
                    <property name="sizeHint">
101
 
                        <size>
102
 
                            <width>30</width>
103
 
                            <height>0</height>
104
 
                        </size>
105
 
                    </property>
106
 
                </spacer>
107
 
                <widget class="QPushButton">
108
 
                    <property name="name">
109
 
                        <cstring>button</cstring>
110
 
                    </property>
111
 
                    <property name="text">
112
 
                        <string>&amp;Cancel</string>
113
 
                    </property>
114
 
                </widget>
115
 
                <spacer>
116
 
                    <property name="name">
117
 
                        <cstring>Spacer2</cstring>
118
 
                    </property>
119
 
                    <property name="orientation">
120
 
                        <enum>Horizontal</enum>
121
 
                    </property>
122
 
                    <property name="sizeType">
123
 
                        <enum>Expanding</enum>
124
 
                    </property>
125
 
                    <property name="sizeHint">
126
 
                        <size>
127
 
                            <width>30</width>
128
 
                            <height>0</height>
129
 
                        </size>
130
 
                    </property>
131
 
                </spacer>
132
 
            </hbox>
133
 
        </widget>
134
 
    </vbox>
135
 
</widget>
136
 
<connections>
137
 
    <connection>
138
 
        <sender>button</sender>
139
 
        <signal>clicked()</signal>
140
 
        <receiver>DocGeneratorExecForm</receiver>
141
 
        <slot>buttonPressed()</slot>
142
 
    </connection>
143
 
</connections>
144
 
<slots>
145
 
    <slot>buttonPressed()</slot>
146
 
</slots>
147
 
<layoutdefaults spacing="6" margin="11"/>
148
 
</UI>