]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/PrefsUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / PrefsUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefsUi</class>
4  <widget class="QDialog" name="PrefsUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>650</width>
10     <height>266</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string/>
21   </property>
22   <property name="sizeGripEnabled">
23    <bool>true</bool>
24   </property>
25   <layout class="QGridLayout" name="gridLayout">
26    <item row="0" column="0" colspan="2">
27     <widget class="lyx::frontend::PanelStack" name="prefsPS" native="true"/>
28    </item>
29    <item row="1" column="0">
30     <spacer name="horizontalSpacer">
31      <property name="orientation">
32       <enum>Qt::Horizontal</enum>
33      </property>
34      <property name="sizeHint" stdset="0">
35       <size>
36        <width>405</width>
37        <height>20</height>
38       </size>
39      </property>
40     </spacer>
41    </item>
42    <item row="1" column="1">
43     <widget class="QCheckBox" name="tempSaveCB">
44      <property name="toolTip">
45       <string>If this is checked, pressing OK or Apply will save the changes only for the current LyX session, not permanently.</string>
46      </property>
47      <property name="text">
48       <string>A&amp;pply to current session only</string>
49      </property>
50     </widget>
51    </item>
52    <item row="2" column="0" colspan="2">
53     <widget class="QDialogButtonBox" name="buttonBox">
54      <property name="standardButtons">
55       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
56      </property>
57     </widget>
58    </item>
59   </layout>
60  </widget>
61  <customwidgets>
62   <customwidget>
63    <class>lyx::frontend::PanelStack</class>
64    <extends>QWidget</extends>
65    <header>PanelStack.h</header>
66    <container>1</container>
67   </customwidget>
68  </customwidgets>
69  <tabstops>
70   <tabstop>prefsPS</tabstop>
71  </tabstops>
72  <includes>
73   <include location="local">qt_i18n.h</include>
74  </includes>
75  <resources/>
76  <connections/>
77 </ui>