]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/LogUi.ui
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / ui / LogUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LogUi</class>
4  <widget class="QDialog" name="LogUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>452</width>
10     <height>474</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0" colspan="3">
21     <layout class="QHBoxLayout" name="horizontalLayout">
22      <item>
23       <widget class="QLabel" name="logTypeLA">
24        <property name="text">
25         <string>Log &amp;Type:</string>
26        </property>
27        <property name="buddy">
28         <cstring>logTypeCO</cstring>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <widget class="QComboBox" name="logTypeCO"/>
34      </item>
35      <item>
36       <spacer>
37        <property name="orientation">
38         <enum>Qt::Horizontal</enum>
39        </property>
40        <property name="sizeHint" stdset="0">
41         <size>
42          <width>161</width>
43          <height>20</height>
44         </size>
45        </property>
46       </spacer>
47      </item>
48     </layout>
49    </item>
50    <item row="1" column="0" colspan="4">
51     <widget class="QTextBrowser" name="logTB"/>
52    </item>
53    <item row="2" column="0" colspan="4">
54     <layout class="QHBoxLayout" name="horizontalLayout_2">
55      <item>
56       <spacer>
57        <property name="orientation">
58         <enum>Qt::Horizontal</enum>
59        </property>
60        <property name="sizeHint" stdset="0">
61         <size>
62          <width>201</width>
63          <height>20</height>
64         </size>
65        </property>
66       </spacer>
67      </item>
68      <item>
69       <widget class="QPushButton" name="nextErrorPB">
70        <property name="toolTip">
71         <string>Jump to the next error message.</string>
72        </property>
73        <property name="text">
74         <string>Next &amp;Error</string>
75        </property>
76       </widget>
77      </item>
78      <item>
79       <widget class="QPushButton" name="nextWarningPB">
80        <property name="toolTip">
81         <string>Jump to the next warning message.</string>
82        </property>
83        <property name="text">
84         <string>Next &amp;Warning</string>
85        </property>
86       </widget>
87      </item>
88     </layout>
89    </item>
90    <item row="3" column="0" colspan="4">
91     <layout class="QHBoxLayout" name="horizontalLayout_3">
92      <item>
93       <widget class="QLabel" name="findLA">
94        <property name="text">
95         <string>&amp;Find:</string>
96        </property>
97        <property name="buddy">
98         <cstring>findLE</cstring>
99        </property>
100       </widget>
101      </item>
102      <item>
103       <widget class="QLineEdit" name="findLE">
104        <property name="toolTip">
105         <string>Hit Enter to search, or click Go!</string>
106        </property>
107       </widget>
108      </item>
109      <item>
110       <widget class="QPushButton" name="findPB">
111        <property name="text">
112         <string>&amp;Go!</string>
113        </property>
114       </widget>
115      </item>
116     </layout>
117    </item>
118    <item row="4" column="0">
119     <widget class="QPushButton" name="openDirPB">
120      <property name="text">
121       <string>&amp;Open Containing Directory</string>
122      </property>
123     </widget>
124    </item>
125    <item row="4" column="1">
126     <spacer>
127      <property name="orientation">
128       <enum>Qt::Horizontal</enum>
129      </property>
130      <property name="sizeType">
131       <enum>QSizePolicy::Expanding</enum>
132      </property>
133      <property name="sizeHint" stdset="0">
134       <size>
135        <width>111</width>
136        <height>26</height>
137       </size>
138      </property>
139     </spacer>
140    </item>
141    <item row="4" column="2">
142     <widget class="QPushButton" name="updatePB">
143      <property name="toolTip">
144       <string>Update the display</string>
145      </property>
146      <property name="text">
147       <string>&amp;Update</string>
148      </property>
149      <property name="default">
150       <bool>true</bool>
151      </property>
152     </widget>
153    </item>
154    <item row="4" column="3">
155     <widget class="QDialogButtonBox" name="buttonBox">
156      <property name="standardButtons">
157       <set>QDialogButtonBox::Close</set>
158      </property>
159     </widget>
160    </item>
161   </layout>
162  </widget>
163  <tabstops>
164   <tabstop>logTB</tabstop>
165   <tabstop>openDirPB</tabstop>
166   <tabstop>updatePB</tabstop>
167  </tabstops>
168  <includes>
169   <include location="local">qt_i18n.h</include>
170  </includes>
171  <resources/>
172  <connections/>
173 </ui>