]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ErrorListUi.ui
Fix #6313.
[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     </widget>
53    </item>
54    <item row="5" column="0" >
55     <spacer>
56      <property name="orientation" >
57       <enum>Qt::Horizontal</enum>
58      </property>
59      <property name="sizeType" >
60       <enum>QSizePolicy::Expanding</enum>
61      </property>
62      <property name="sizeHint" stdset="0" >
63       <size>
64        <width>20</width>
65        <height>20</height>
66       </size>
67      </property>
68     </spacer>
69    </item>
70    <item row="5" column="1" >
71     <widget class="QPushButton" name="closePB" >
72      <property name="text" >
73       <string>&amp;Close</string>
74      </property>
75     </widget>
76    </item>
77    <item row="4" column="0" >
78     <widget class="QLabel" name="label" >
79      <property name="text" >
80       <string>For more information, see Document -> LaTeX log.</string>
81      </property>
82     </widget>
83    </item>
84   </layout>
85  </widget>
86  <tabstops>
87   <tabstop>errorsLW</tabstop>
88   <tabstop>descriptionTB</tabstop>
89   <tabstop>closePB</tabstop>
90  </tabstops>
91  <includes>
92   <include location="local" >qt_i18n.h</include>
93  </includes>
94  <resources/>
95  <connections/>
96 </ui>