~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to plugins/spit/qgsmessageviewerbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>QgsMessageViewerBase</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>QgsMessageViewerBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>499</width>
12
 
            <height>285</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>SPIT Message</string>
17
 
    </property>
18
 
    <property name="acceptDrops">
19
 
        <bool>false</bool>
20
 
    </property>
21
 
    <grid>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <widget class="QTextEdit" row="0" column="0" rowspan="1" colspan="3">
26
 
            <property name="name">
27
 
                <cstring>txtMessage</cstring>
28
 
            </property>
29
 
            <property name="readOnly">
30
 
                <bool>true</bool>
31
 
            </property>
32
 
        </widget>
33
 
        <widget class="QPushButton" row="1" column="1">
34
 
            <property name="name">
35
 
                <cstring>btnClose</cstring>
36
 
            </property>
37
 
            <property name="text">
38
 
                <string>Close</string>
39
 
            </property>
40
 
        </widget>
41
 
        <spacer row="1" column="0">
42
 
            <property name="name">
43
 
                <cstring>spacer1</cstring>
44
 
            </property>
45
 
            <property name="orientation">
46
 
                <enum>Horizontal</enum>
47
 
            </property>
48
 
            <property name="sizeType">
49
 
                <enum>Expanding</enum>
50
 
            </property>
51
 
            <property name="sizeHint">
52
 
                <size>
53
 
                    <width>191</width>
54
 
                    <height>31</height>
55
 
                </size>
56
 
            </property>
57
 
        </spacer>
58
 
    </grid>
59
 
</widget>
60
 
<connections>
61
 
    <connection>
62
 
        <sender>btnClose</sender>
63
 
        <signal>clicked()</signal>
64
 
        <receiver>QgsMessageViewerBase</receiver>
65
 
        <slot>reject()</slot>
66
 
    </connection>
67
 
</connections>
68
 
<slots>
69
 
    <slot>setMessage( QString msg )</slot>
70
 
</slots>
71
 
<layoutdefaults spacing="6" margin="11"/>
72
 
</UI>