~ubuntu-branches/ubuntu/raring/qgo/raring

« back to all changes in this revision

Viewing changes to src/noderesults_gui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-01-01 23:07:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050101230710-fhng6yidm47xlb2i
Tags: upstream-1.0.0-r2
ImportĀ upstreamĀ versionĀ 1.0.0-r2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI>
 
2
<class>NodeResultsGUI</class>
 
3
<widget>
 
4
    <class>QWidget</class>
 
5
    <property stdset="1">
 
6
        <name>name</name>
 
7
        <cstring>NodeResultsGUI</cstring>
 
8
    </property>
 
9
    <property stdset="1">
 
10
        <name>geometry</name>
 
11
        <rect>
 
12
            <x>0</x>
 
13
            <y>0</y>
 
14
            <width>130</width>
 
15
            <height>161</height>
 
16
        </rect>
 
17
    </property>
 
18
    <property stdset="1">
 
19
        <name>caption</name>
 
20
        <string>Results</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>QIconView</class>
 
33
            <property stdset="1">
 
34
                <name>name</name>
 
35
                <cstring>IconView</cstring>
 
36
            </property>
 
37
            <property stdset="1">
 
38
                <name>minimumSize</name>
 
39
                <size>
 
40
                    <width>100</width>
 
41
                    <height>100</height>
 
42
                </size>
 
43
            </property>
 
44
        </widget>
 
45
        <widget>
 
46
            <class>QLayoutWidget</class>
 
47
            <property stdset="1">
 
48
                <name>name</name>
 
49
                <cstring>Layout1</cstring>
 
50
            </property>
 
51
            <hbox>
 
52
                <property stdset="1">
 
53
                    <name>margin</name>
 
54
                    <number>0</number>
 
55
                </property>
 
56
                <property stdset="1">
 
57
                    <name>spacing</name>
 
58
                    <number>6</number>
 
59
                </property>
 
60
                <spacer>
 
61
                    <property>
 
62
                        <name>name</name>
 
63
                        <cstring>Spacer1</cstring>
 
64
                    </property>
 
65
                    <property stdset="1">
 
66
                        <name>orientation</name>
 
67
                        <enum>Horizontal</enum>
 
68
                    </property>
 
69
                    <property stdset="1">
 
70
                        <name>sizeType</name>
 
71
                        <enum>Expanding</enum>
 
72
                    </property>
 
73
                    <property>
 
74
                        <name>sizeHint</name>
 
75
                        <size>
 
76
                            <width>20</width>
 
77
                            <height>20</height>
 
78
                        </size>
 
79
                    </property>
 
80
                </spacer>
 
81
                <widget>
 
82
                    <class>QPushButton</class>
 
83
                    <property stdset="1">
 
84
                        <name>name</name>
 
85
                        <cstring>closeButton</cstring>
 
86
                    </property>
 
87
                    <property stdset="1">
 
88
                        <name>text</name>
 
89
                        <string>Close</string>
 
90
                    </property>
 
91
                </widget>
 
92
            </hbox>
 
93
        </widget>
 
94
    </vbox>
 
95
</widget>
 
96
<connections>
 
97
    <connection>
 
98
        <sender>closeButton</sender>
 
99
        <signal>clicked()</signal>
 
100
        <receiver>NodeResultsGUI</receiver>
 
101
        <slot>doHide()</slot>
 
102
    </connection>
 
103
    <connection>
 
104
        <sender>IconView</sender>
 
105
        <signal>selectionChanged(QIconViewItem*)</signal>
 
106
        <receiver>NodeResultsGUI</receiver>
 
107
        <slot>fump(QIconViewItem*)</slot>
 
108
    </connection>
 
109
    <slot access="public">fump(QIconViewItem*)</slot>
 
110
    <slot access="public">doHide()</slot>
 
111
</connections>
 
112
</UI>