]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/ToggleWarningUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / ToggleWarningUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ToggleWarningUi</class>
4  <widget class="QDialog" name="ToggleWarningUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>269</width>
10     <height>140</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Enter text</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="2">
21     <spacer>
22      <property name="orientation">
23       <enum>Qt::Vertical</enum>
24      </property>
25      <property name="sizeType">
26       <enum>QSizePolicy::Expanding</enum>
27      </property>
28      <property name="sizeHint" stdset="0">
29       <size>
30        <width>247</width>
31        <height>16</height>
32       </size>
33      </property>
34     </spacer>
35    </item>
36    <item row="1" column="0">
37     <widget class="QLabel" name="messageLA">
38      <property name="text">
39       <string/>
40      </property>
41     </widget>
42    </item>
43    <item row="2" column="0" colspan="2">
44     <spacer>
45      <property name="orientation">
46       <enum>Qt::Vertical</enum>
47      </property>
48      <property name="sizeType">
49       <enum>QSizePolicy::Expanding</enum>
50      </property>
51      <property name="sizeHint" stdset="0">
52       <size>
53        <width>247</width>
54        <height>16</height>
55       </size>
56      </property>
57     </spacer>
58    </item>
59    <item row="3" column="0" colspan="2">
60     <widget class="QCheckBox" name="dontShowAgainCB">
61      <property name="toolTip">
62       <string>If you check this, LyX will not warn you again in the given case.</string>
63      </property>
64      <property name="text">
65       <string>&amp;Do not show this warning again!</string>
66      </property>
67     </widget>
68    </item>
69    <item row="4" column="0" colspan="2">
70     <widget class="QDialogButtonBox" name="buttonBox">
71      <property name="standardButtons">
72       <set>QDialogButtonBox::Ok</set>
73      </property>
74      <property name="centerButtons">
75       <bool>true</bool>
76      </property>
77     </widget>
78    </item>
79   </layout>
80  </widget>
81  <includes>
82   <include location="local">qt_i18n.h</include>
83  </includes>
84  <resources/>
85  <connections>
86   <connection>
87    <sender>buttonBox</sender>
88    <signal>accepted()</signal>
89    <receiver>ToggleWarningUi</receiver>
90    <slot>accept()</slot>
91    <hints>
92     <hint type="sourcelabel">
93      <x>98</x>
94      <y>114</y>
95     </hint>
96     <hint type="destinationlabel">
97      <x>80</x>
98      <y>805</y>
99     </hint>
100    </hints>
101   </connection>
102  </connections>
103 </ui>