]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QErrorListDialogBase.ui
90118d39e5a86094cb158fb42ebe9fbb82ac5bc5
[lyx.git] / src / frontends / qt3 / ui / QErrorListDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QErrorListDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QErrorListDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>349</width>
17             <height>367</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string></string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <grid>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget row="0"  column="0"  rowspan="1"  colspan="2" >
38             <class>QListBox</class>
39             <item>
40                 <property>
41                     <name>text</name>
42                     <string>New Item</string>
43                 </property>
44             </item>
45             <property stdset="1">
46                 <name>name</name>
47                 <cstring>errorsLB</cstring>
48             </property>
49         </widget>
50         <widget row="2"  column="1" >
51             <class>QPushButton</class>
52             <property stdset="1">
53                 <name>name</name>
54                 <cstring>closePB</cstring>
55             </property>
56             <property stdset="1">
57                 <name>text</name>
58                 <string>&amp;Close</string>
59             </property>
60         </widget>
61         <spacer row="2"  column="0" >
62             <property>
63                 <name>name</name>
64                 <cstring>Spacer1</cstring>
65             </property>
66             <property stdset="1">
67                 <name>orientation</name>
68                 <enum>Horizontal</enum>
69             </property>
70             <property stdset="1">
71                 <name>sizeType</name>
72                 <enum>Expanding</enum>
73             </property>
74             <property>
75                 <name>sizeHint</name>
76                 <size>
77                     <width>20</width>
78                     <height>20</height>
79                 </size>
80             </property>
81         </spacer>
82         <widget row="1"  column="0"  rowspan="1"  colspan="2" >
83             <class>QTextBrowser</class>
84             <property stdset="1">
85                 <name>name</name>
86                 <cstring>descriptionTB</cstring>
87             </property>
88         </widget>
89     </grid>
90 </widget>
91 <connections>
92     <connection>
93         <sender>errorsLB</sender>
94         <signal>highlighted(int)</signal>
95         <receiver>QErrorListDialogBase</receiver>
96         <slot>select_adaptor(int)</slot>
97     </connection>
98 </connections>
99 <slots>
100     <slot>close_adaptor()</slot>
101     <slot>select_adaptor(int)</slot>
102 </slots>
103 </UI>