]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/QErrorDialog.ui
add external material dialog to Qt2
[features.git] / src / frontends / qt2 / ui / QErrorDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QErrorDialogBase</class>
3 <widget>
4     <class>QDialog</class>
5     <property stdset="1">
6         <name>name</name>
7         <cstring>QErrorDialogBase</cstring>
8     </property>
9     <property stdset="1">
10         <name>geometry</name>
11         <rect>
12             <x>0</x>
13             <y>0</y>
14             <width>360</width>
15             <height>236</height>
16         </rect>
17     </property>
18     <property stdset="1">
19         <name>caption</name>
20         <string>LaTeX Error</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>QTextView</class>
33             <property stdset="1">
34                 <name>name</name>
35                 <cstring>errorTV</cstring>
36             </property>
37             <property>
38                 <name>toolTip</name>
39                 <string>LaTeX error messages</string>
40             </property>
41         </widget>
42         <widget>
43             <class>QLayoutWidget</class>
44             <property stdset="1">
45                 <name>name</name>
46                 <cstring>Layout3</cstring>
47             </property>
48             <hbox>
49                 <property stdset="1">
50                     <name>margin</name>
51                     <number>0</number>
52                 </property>
53                 <property stdset="1">
54                     <name>spacing</name>
55                     <number>6</number>
56                 </property>
57                 <spacer>
58                     <property>
59                         <name>name</name>
60                         <cstring>Spacer3</cstring>
61                     </property>
62                     <property stdset="1">
63                         <name>orientation</name>
64                         <enum>Horizontal</enum>
65                     </property>
66                     <property stdset="1">
67                         <name>sizeType</name>
68                         <enum>Expanding</enum>
69                     </property>
70                     <property>
71                         <name>sizeHint</name>
72                         <size>
73                             <width>20</width>
74                             <height>20</height>
75                         </size>
76                     </property>
77                 </spacer>
78                 <widget>
79                     <class>QPushButton</class>
80                     <property stdset="1">
81                         <name>name</name>
82                         <cstring>closePB</cstring>
83                     </property>
84                     <property stdset="1">
85                         <name>text</name>
86                         <string>&amp;Close</string>
87                     </property>
88                     <property stdset="1">
89                         <name>default</name>
90                         <bool>true</bool>
91                     </property>
92                 </widget>
93             </hbox>
94         </widget>
95     </vbox>
96 </widget>
97 <connections>
98     <slot access="public">change_adaptor()</slot>
99 </connections>
100 </UI>