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