]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/InfoUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / InfoUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>InfoUi</class>
4  <widget class="QWidget" name="InfoUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>320</width>
10     <height>311</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled" stdset="0">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0">
21     <layout class="QHBoxLayout" name="horizontalLayout_2">
22      <item>
23       <widget class="QLabel" name="typeLA">
24        <property name="text">
25         <string>Infor&amp;mation Type:</string>
26        </property>
27        <property name="buddy">
28         <cstring>typeCO</cstring>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <widget class="QComboBox" name="typeCO">
34        <property name="toolTip">
35         <string>Select the type of information to be output. Then specify the requested information below.</string>
36        </property>
37       </widget>
38      </item>
39     </layout>
40    </item>
41    <item row="1" column="0">
42     <widget class="QListWidget" name="infoLW"/>
43    </item>
44    <item row="2" column="0">
45     <layout class="QHBoxLayout" name="horizontalLayout_3">
46      <item>
47       <widget class="QLabel" name="fixDateLA">
48        <property name="text">
49         <string>&amp;Fixed Date:</string>
50        </property>
51        <property name="buddy">
52         <cstring>fixDateLE</cstring>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <widget class="QLineEdit" name="fixDateLE">
58        <property name="toolTip">
59         <string>Here you can enter a fixed date (in ISO format: YYYY-MM-DD)</string>
60        </property>
61       </widget>
62      </item>
63     </layout>
64    </item>
65    <item row="3" column="0">
66     <layout class="QHBoxLayout" name="horizontalLayout">
67      <item>
68       <widget class="QLabel" name="nameLA">
69        <property name="text">
70         <string>&amp;Custom:</string>
71        </property>
72        <property name="buddy">
73         <cstring>nameLE</cstring>
74        </property>
75       </widget>
76      </item>
77      <item>
78       <widget class="QLineEdit" name="nameLE"/>
79      </item>
80     </layout>
81    </item>
82   </layout>
83  </widget>
84  <includes>
85   <include location="local">qt_i18n.h</include>
86  </includes>
87  <resources/>
88  <connections/>
89 </ui>