]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/LogUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / 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        <property name="autoDefault">
77         <bool>false</bool>
78        </property>
79       </widget>
80      </item>
81      <item>
82       <widget class="QPushButton" name="nextWarningPB">
83        <property name="toolTip">
84         <string>Jump to the next warning message.</string>
85        </property>
86        <property name="text">
87         <string>Next &amp;Warning</string>
88        </property>
89        <property name="autoDefault">
90         <bool>false</bool>
91        </property>
92       </widget>
93      </item>
94     </layout>
95    </item>
96    <item row="3" column="0" colspan="4">
97     <layout class="QHBoxLayout" name="horizontalLayout_3">
98      <item>
99       <widget class="QLabel" name="findLA">
100        <property name="text">
101         <string>&amp;Find:</string>
102        </property>
103        <property name="buddy">
104         <cstring>findLE</cstring>
105        </property>
106       </widget>
107      </item>
108      <item>
109       <widget class="QLineEdit" name="findLE">
110        <property name="toolTip">
111         <string>Hit Enter or click 'Find Next' to search</string>
112        </property>
113       </widget>
114      </item>
115      <item>
116       <widget class="QPushButton" name="findPB">
117        <property name="text">
118         <string>Find &amp;Next</string>
119        </property>
120        <property name="autoDefault">
121         <bool>false</bool>
122        </property>
123       </widget>
124      </item>
125     </layout>
126    </item>
127    <item row="4" column="0">
128     <widget class="QPushButton" name="openDirPB">
129      <property name="text">
130       <string>&amp;Open Containing Directory</string>
131      </property>
132      <property name="autoDefault">
133       <bool>false</bool>
134      </property>
135     </widget>
136    </item>
137    <item row="4" column="1">
138     <spacer>
139      <property name="orientation">
140       <enum>Qt::Horizontal</enum>
141      </property>
142      <property name="sizeType">
143       <enum>QSizePolicy::Expanding</enum>
144      </property>
145      <property name="sizeHint" stdset="0">
146       <size>
147        <width>111</width>
148        <height>26</height>
149       </size>
150      </property>
151     </spacer>
152    </item>
153    <item row="4" column="2">
154     <widget class="QPushButton" name="updatePB">
155      <property name="toolTip">
156       <string>Update the display</string>
157      </property>
158      <property name="text">
159       <string>&amp;Update</string>
160      </property>
161      <property name="autoDefault">
162       <bool>false</bool>
163      </property>
164     </widget>
165    </item>
166    <item row="4" column="3">
167     <widget class="QDialogButtonBox" name="buttonBox">
168      <property name="standardButtons">
169       <set>QDialogButtonBox::Close</set>
170      </property>
171     </widget>
172    </item>
173   </layout>
174  </widget>
175  <tabstops>
176   <tabstop>logTB</tabstop>
177   <tabstop>openDirPB</tabstop>
178   <tabstop>updatePB</tabstop>
179  </tabstops>
180  <includes>
181   <include location="local">qt_i18n.h</include>
182  </includes>
183  <resources/>
184  <connections/>
185 </ui>