]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ErrorListUi.ui
Please Juergen
[lyx.git] / src / frontends / qt4 / ui / ErrorListUi.ui
1 <ui version="4.0" >
2  <class>ErrorListUi</class>
3  <widget class="QDialog" name="ErrorListUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>367</width>
9     <height>459</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" name="gridLayout" >
19    <item row="0" column="0" >
20     <widget class="QLabel" name="errorsLabel" >
21      <property name="text" >
22       <string>&amp;Errors:</string>
23      </property>
24      <property name="buddy" >
25       <cstring>errorsLW</cstring>
26      </property>
27     </widget>
28    </item>
29    <item row="1" column="0" colspan="2" >
30     <widget class="QListWidget" name="errorsLW" >
31      <property name="toolTip" >
32       <string>Selecting an error will show the error message in the panel below, 
33 and jump the cursor to the location in the document where the error occured.</string>
34      </property>
35     </widget>
36    </item>
37    <item row="2" column="0" >
38     <widget class="QLabel" name="descriptionLabel" >
39      <property name="text" >
40       <string>Description:</string>
41      </property>
42     </widget>
43    </item>
44    <item row="3" column="0" colspan="2" >
45     <widget class="QTextBrowser" name="descriptionTB" >
46      <property name="sizePolicy" >
47       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
48        <horstretch>0</horstretch>
49        <verstretch>0</verstretch>
50       </sizepolicy>
51      </property>
52      <property name="toolTip" >
53       <string>For more information, see Document -> LaTeX log.</string>
54      </property>
55     </widget>
56    </item>
57    <item row="4" column="0" >
58     <spacer>
59      <property name="orientation" >
60       <enum>Qt::Horizontal</enum>
61      </property>
62      <property name="sizeType" >
63       <enum>QSizePolicy::Expanding</enum>
64      </property>
65      <property name="sizeHint" stdset="0" >
66       <size>
67        <width>20</width>
68        <height>20</height>
69       </size>
70      </property>
71     </spacer>
72    </item>
73    <item row="4" column="1" >
74     <widget class="QPushButton" name="closePB" >
75      <property name="text" >
76       <string>&amp;Close</string>
77      </property>
78     </widget>
79    </item>
80   </layout>
81  </widget>
82  <tabstops>
83   <tabstop>errorsLW</tabstop>
84   <tabstop>descriptionTB</tabstop>
85   <tabstop>closePB</tabstop>
86  </tabstops>
87  <includes>
88   <include location="local" >qt_i18n.h</include>
89  </includes>
90  <resources/>
91  <connections/>
92 </ui>