~vcs-imports/bibletime/trunk

« back to all changes in this revision

Viewing changes to bibletime/frontend/searchdialog/searchresultsform.ui

  • Committer: mgruner
  • Date: 2007-05-08 15:51:07 UTC
  • Revision ID: vcs-imports@canonical.com-20070508155107-0rj7jdmm5ivf8685
-imported source and data files to new svn module
-this is where KDE4-based development will take place

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>SearchResultsForm</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>SearchResultsForm</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>300</width>
 
12
            <height>220</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="sizePolicy">
 
16
        <sizepolicy>
 
17
            <hsizetype>7</hsizetype>
 
18
            <vsizetype>7</vsizetype>
 
19
            <horstretch>0</horstretch>
 
20
            <verstretch>0</verstretch>
 
21
        </sizepolicy>
 
22
    </property>
 
23
    <property name="minimumSize">
 
24
        <size>
 
25
            <width>300</width>
 
26
            <height>220</height>
 
27
        </size>
 
28
    </property>
 
29
    <property name="baseSize">
 
30
        <size>
 
31
            <width>440</width>
 
32
            <height>290</height>
 
33
        </size>
 
34
    </property>
 
35
    <property name="caption">
 
36
        <string>SearchResults</string>
 
37
    </property>
 
38
    <vbox>
 
39
        <property name="name">
 
40
            <cstring>unnamed</cstring>
 
41
        </property>
 
42
        <property name="margin">
 
43
            <number>0</number>
 
44
        </property>
 
45
        <property name="spacing">
 
46
            <number>3</number>
 
47
        </property>
 
48
        <widget class="QSplitter">
 
49
            <property name="name">
 
50
                <cstring>displaySplitter</cstring>
 
51
            </property>
 
52
            <property name="minimumSize">
 
53
                <size>
 
54
                    <width>134</width>
 
55
                    <height>44</height>
 
56
                </size>
 
57
            </property>
 
58
            <property name="orientation">
 
59
                <enum>Horizontal</enum>
 
60
            </property>
 
61
            <widget class="QLayoutWidget">
 
62
                <property name="name">
 
63
                    <cstring>rightSideBox</cstring>
 
64
                </property>
 
65
                <vbox>
 
66
                    <property name="name">
 
67
                        <cstring>unnamed</cstring>
 
68
                    </property>
 
69
                    <property name="margin">
 
70
                        <number>0</number>
 
71
                    </property>
 
72
                    <widget class="QSplitter">
 
73
                        <property name="name">
 
74
                            <cstring>resultSplitter</cstring>
 
75
                        </property>
 
76
                        <property name="orientation">
 
77
                            <enum>Vertical</enum>
 
78
                        </property>
 
79
                        <widget class="Search::Result::CModuleResultView">
 
80
                            <property name="name">
 
81
                                <cstring>m_moduleListBox</cstring>
 
82
                            </property>
 
83
                        </widget>
 
84
                        <widget class="Search::Result::CSearchResultView">
 
85
                            <property name="name">
 
86
                                <cstring>m_resultListBox</cstring>
 
87
                            </property>
 
88
                        </widget>
 
89
                    </widget>
 
90
                    <widget class="QLayoutWidget">
 
91
                        <property name="name">
 
92
                            <cstring>buttonLayout</cstring>
 
93
                        </property>
 
94
                        <hbox>
 
95
                            <property name="name">
 
96
                                <cstring>unnamed</cstring>
 
97
                            </property>
 
98
                            <property name="margin">
 
99
                                <number>0</number>
 
100
                            </property>
 
101
                            <widget class="QPushButton">
 
102
                                <property name="name">
 
103
                                    <cstring>m_analyseButton</cstring>
 
104
                                </property>
 
105
                                <property name="text">
 
106
                                    <string>Analyze search</string>
 
107
                                </property>
 
108
                            </widget>
 
109
                            <spacer>
 
110
                                <property name="name">
 
111
                                    <cstring>buttonSpacer</cstring>
 
112
                                </property>
 
113
                                <property name="orientation">
 
114
                                    <enum>Horizontal</enum>
 
115
                                </property>
 
116
                                <property name="sizeType">
 
117
                                    <enum>Expanding</enum>
 
118
                                </property>
 
119
                                <property name="sizeHint">
 
120
                                    <size>
 
121
                                        <width>10</width>
 
122
                                        <height>20</height>
 
123
                                    </size>
 
124
                                </property>
 
125
                            </spacer>
 
126
                        </hbox>
 
127
                    </widget>
 
128
                </vbox>
 
129
            </widget>
 
130
            <widget class="QFrame">
 
131
                <property name="name">
 
132
                    <cstring>m_displayFrame</cstring>
 
133
                </property>
 
134
                <property name="sizePolicy">
 
135
                    <sizepolicy>
 
136
                        <hsizetype>7</hsizetype>
 
137
                        <vsizetype>7</vsizetype>
 
138
                        <horstretch>0</horstretch>
 
139
                        <verstretch>0</verstretch>
 
140
                    </sizepolicy>
 
141
                </property>
 
142
                <property name="frameShape">
 
143
                    <enum>NoFrame</enum>
 
144
                </property>
 
145
                <property name="frameShadow">
 
146
                    <enum>Plain</enum>
 
147
                </property>
 
148
            </widget>
 
149
        </widget>
 
150
    </vbox>
 
151
</widget>
 
152
<customwidgets>
 
153
    <customwidget>
 
154
        <class>Search::Result::CModuleResultView</class>
 
155
        <header location="local">cmoduleresultview.h</header>
 
156
        <sizehint>
 
157
            <width>50</width>
 
158
            <height>50</height>
 
159
        </sizehint>
 
160
        <container>0</container>
 
161
        <sizepolicy>
 
162
            <hordata>5</hordata>
 
163
            <verdata>7</verdata>
 
164
            <horstretch>0</horstretch>
 
165
            <verstretch>0</verstretch>
 
166
        </sizepolicy>
 
167
        <pixmap>image0</pixmap>
 
168
    </customwidget>
 
169
    <customwidget>
 
170
        <class>Search::Result::CSearchResultView</class>
 
171
        <header location="local">csearchresultview.h</header>
 
172
        <sizehint>
 
173
            <width>50</width>
 
174
            <height>50</height>
 
175
        </sizehint>
 
176
        <container>0</container>
 
177
        <sizepolicy>
 
178
            <hordata>5</hordata>
 
179
            <verdata>7</verdata>
 
180
            <horstretch>0</horstretch>
 
181
            <verstretch>0</verstretch>
 
182
        </sizepolicy>
 
183
        <pixmap>image0</pixmap>
 
184
    </customwidget>
 
185
</customwidgets>
 
186
<images>
 
187
    <image name="image0">
 
188
        <data format="PNG" length="1002">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000003b149444154388dad945f4c5b551cc73fe7dc4b7b4bcba0762d45c43114323599ee6192609c51d883892ce083f1718b3ebb185f8dc91e972cf39d2d2a2f1af664b6f1e0fe3863a0718969700eb0c52142da0242a1bd6d696f7bcff101585203ceb8fd9ece39f99dcff9fe7edf939f88c562ec465f5f9fe609442c161362173c3e3eae7b7a7ac8e7f36432196cdbfe4f907c3e4f2291201e8fe338cec3737357e9e8e828aded1e229d650e1f2d51754b082110124c13a4dc5ea341eb9dc284c0558a853f3ce8cb0677ef500fde7d39d2596679e326597b8e9abb85d7a770ab16ab6983ec5a05b487a70e36f0f4e10afe408d6a558310980108478dba4a1e8233990c5d474b64ed39aa3a8fe5f3317fbf81dbd70bccfeb205947632fd74f6589c1c6ea2f70d03a58ba0c1f2c9bdc1b66de3b8256a6e11cbe7e3ee1d181b590124fe2693aeee08d223c82c3a2c24b7b874bec8f26288774f7bd054504aef0dde6e99c0eb83f9fb266323cb80a27fb0958141836044605a2ee5523393371cc646fee2da37195aa35d0c0c5b4859ac03d7e91712dcaac5adab3650a3ff9d08ef7dd8404bb48869e5d958b5b87dadc4c9a1464e9f0d0326df7ebd86bd2e310cb1bf62d384d59441f2d70a070e1c60e09489929b988681bdd9cc97170bcc4c65595f71f8e0e3301337fc24a7732467831875a47f289652b0be5e4151e6d07316c1b0c0340d8ab92023e76d66a6b2840e36d2fb7a13fee632475e6edc367ea98a90fb98b7dd6310ca0328a44761582e1bab41befabcc0ec940d28bc5e93b68e064cab84e1d9beaeb48934eac1f53b01c1b000fca496aa54b61a99fcde61662a4b4b4b23d1680be9d426173e4df3602a48ea411989a4fd590f52a8fd156b05ed9d350e3defe3cfdf4b4c7ce770ea7d3fb9f520afbe1620daeee5c26735d20b9b9cfb6811a754a439e4e5c5639a4caa1e5caf586bfc0197b78702005cb9b4cae4cd3267ce8638fe964bd72b393e39d74928d242617303a756a37f284447770dcdbffc6384a05a85de1306e9a52057c7527c7131c3c42d3f475eb2303c82d4fc3276d6811db37efeb148723082d9b08f79f97c1e5729109a9a28307cc622d2d6cdf52b2b24efe548dedb00142009862cfa879ee1a71f6cec928353511472fbf4389148b0b0e0c108081412458dfe21c9f11351e67e7358595468246d1d1e5e38a6e9e851bc39d84ab502a669331dafec0d8ec7e3e8cb06e1a881d727d1ae40180a434a8c9db129a54126ad48a7358c2b4c5352c8c374bcccdab2bb37d8719cba79fab8211f9df218e0582c261e95f8bfc04f1a1e8bc5c4dfe0a190172af6a9690000000049454e44ae426082</data>
 
189
    </image>
 
190
</images>
 
191
<layoutdefaults spacing="6" margin="11"/>
 
192
<includehints>
 
193
    <includehint>cmoduleresultview.h</includehint>
 
194
    <includehint>csearchresultview.h</includehint>
 
195
</includehints>
 
196
</UI>