]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ErrorListUi.ui
* fix spelling in comments to please John.
[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>274</width>
9     <height>422</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" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="3" column="0" colspan="3" >
26     <widget class="QTextBrowser" name="descriptionTB" >
27      <property name="sizePolicy" >
28       <sizepolicy>
29        <hsizetype>3</hsizetype>
30        <vsizetype>0</vsizetype>
31        <horstretch>0</horstretch>
32        <verstretch>0</verstretch>
33       </sizepolicy>
34      </property>
35      <property name="toolTip" >
36       <string>For more information, refer to the complete log.</string>
37      </property>
38     </widget>
39    </item>
40    <item row="0" column="0" colspan="2" >
41     <widget class="QLabel" name="errorsLabel" >
42      <property name="text" >
43       <string>&amp;Errors:</string>
44      </property>
45      <property name="buddy" >
46       <cstring>errorsLW</cstring>
47      </property>
48     </widget>
49    </item>
50    <item row="2" column="0" colspan="2" >
51     <widget class="QLabel" name="descriptionLabel" >
52      <property name="text" >
53       <string>Description:</string>
54      </property>
55     </widget>
56    </item>
57    <item row="4" column="2" >
58     <widget class="QPushButton" name="closePB" >
59      <property name="text" >
60       <string>&amp;Close</string>
61      </property>
62     </widget>
63    </item>
64    <item row="4" column="1" >
65     <spacer>
66      <property name="orientation" >
67       <enum>Qt::Horizontal</enum>
68      </property>
69      <property name="sizeType" >
70       <enum>QSizePolicy::Expanding</enum>
71      </property>
72      <property name="sizeHint" >
73       <size>
74        <width>121</width>
75        <height>30</height>
76       </size>
77      </property>
78     </spacer>
79    </item>
80    <item row="4" column="0" >
81     <widget class="QPushButton" name="viewLogPB" >
82      <property name="toolTip" >
83       <string>Open the LaTeX Log File dialog</string>
84      </property>
85      <property name="text" >
86       <string>View Complete &amp;Log...</string>
87      </property>
88     </widget>
89    </item>
90    <item row="1" column="0" colspan="3" >
91     <widget class="QListWidget" name="errorsLW" >
92      <property name="toolTip" >
93       <string>Selecting an error will show the error message in the panel below, 
94 and jump the cursor to the location in the document where the error occured.</string>
95      </property>
96     </widget>
97    </item>
98   </layout>
99  </widget>
100  <tabstops>
101   <tabstop>errorsLW</tabstop>
102   <tabstop>descriptionTB</tabstop>
103   <tabstop>closePB</tabstop>
104  </tabstops>
105  <includes>
106   <include location="local" >qt_i18n.h</include>
107  </includes>
108  <resources/>
109  <connections/>
110 </ui>