]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ErrorListUi.ui
More Ui tweaks for Qt 4.2.
[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>
48        <hsizetype>7</hsizetype>
49        <vsizetype>5</vsizetype>
50        <horstretch>0</horstretch>
51        <verstretch>0</verstretch>
52       </sizepolicy>
53      </property>
54     </widget>
55    </item>
56    <item row="4" column="0" >
57     <spacer>
58      <property name="orientation" >
59       <enum>Qt::Horizontal</enum>
60      </property>
61      <property name="sizeType" >
62       <enum>QSizePolicy::Expanding</enum>
63      </property>
64      <property name="sizeHint" stdset="0" >
65       <size>
66        <width>20</width>
67        <height>20</height>
68       </size>
69      </property>
70     </spacer>
71    </item>
72    <item row="4" column="1" >
73     <widget class="QPushButton" name="closePB" >
74      <property name="text" >
75       <string>&amp;Close</string>
76      </property>
77     </widget>
78    </item>
79   </layout>
80  </widget>
81  <tabstops>
82   <tabstop>errorsLW</tabstop>
83   <tabstop>descriptionTB</tabstop>
84   <tabstop>closePB</tabstop>
85  </tabstops>
86  <includes>
87   <include location="local" >qt_i18n.h</include>
88  </includes>
89  <resources/>
90  <connections/>
91 </ui>