]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/PrefColorsUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / PrefColorsUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefColorsUi</class>
4  <widget class="QWidget" name="PrefColorsUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>397</width>
10     <height>254</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string/>
21   </property>
22   <layout class="QGridLayout" name="gridLayout_2">
23    <item row="1" column="1">
24     <spacer name="horizontalSpacer">
25      <property name="orientation">
26       <enum>Qt::Horizontal</enum>
27      </property>
28      <property name="sizeHint" stdset="0">
29       <size>
30        <width>40</width>
31        <height>20</height>
32       </size>
33      </property>
34     </spacer>
35    </item>
36    <item row="0" column="0" colspan="2">
37     <layout class="QGridLayout" name="gridLayout">
38      <item row="0" column="0" rowspan="5">
39       <widget class="QListWidget" name="lyxObjectsLW">
40        <property name="sizePolicy">
41         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
42          <horstretch>0</horstretch>
43          <verstretch>0</verstretch>
44         </sizepolicy>
45        </property>
46        <property name="horizontalScrollBarPolicy">
47         <enum>Qt::ScrollBarAsNeeded</enum>
48        </property>
49       </widget>
50      </item>
51      <item row="0" column="1">
52       <widget class="QPushButton" name="colorChangePB">
53        <property name="sizePolicy">
54         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
55          <horstretch>0</horstretch>
56          <verstretch>0</verstretch>
57         </sizepolicy>
58        </property>
59        <property name="toolTip">
60         <string>Change the selected color</string>
61        </property>
62        <property name="text">
63         <string>A&amp;lter...</string>
64        </property>
65       </widget>
66      </item>
67      <item row="1" column="1">
68       <widget class="QPushButton" name="colorResetPB">
69        <property name="toolTip">
70         <string>Reset the selected color to its original value</string>
71        </property>
72        <property name="text">
73         <string>Restore &amp;Default</string>
74        </property>
75       </widget>
76      </item>
77      <item row="4" column="1">
78       <widget class="QPushButton" name="colorResetAllPB">
79        <property name="toolTip">
80         <string>Reset all colors to their original value</string>
81        </property>
82        <property name="text">
83         <string>Restore A&amp;ll</string>
84        </property>
85       </widget>
86      </item>
87      <item row="3" column="1">
88       <spacer>
89        <property name="orientation">
90         <enum>Qt::Vertical</enum>
91        </property>
92        <property name="sizeHint" stdset="0">
93         <size>
94          <width>20</width>
95          <height>40</height>
96         </size>
97        </property>
98       </spacer>
99      </item>
100     </layout>
101    </item>
102    <item row="1" column="0">
103     <widget class="QCheckBox" name="syscolorsCB">
104      <property name="toolTip">
105       <string>Use the color scheme of your Operating System/Desktop Environment</string>
106      </property>
107      <property name="text">
108       <string>&amp;Use system colors</string>
109      </property>
110     </widget>
111    </item>
112   </layout>
113  </widget>
114  <includes>
115   <include location="local">qt_i18n.h</include>
116  </includes>
117  <resources/>
118  <connections/>
119 </ui>