1<ui version="4.0" >
2 <class>ToggleWarningUi</class>
3 <widget class="QDialog" name="ToggleWarningUi" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>269</width>
9    <height>140</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>LyX: Enter text</string>
14  </property>
15  <property name="sizeGripEnabled" >
16   <bool>true</bool>
17  </property>
18  <layout class="QGridLayout" >
19   <property name="margin" >
20    <number>9</number>
21   </property>
22   <property name="spacing" >
23    <number>6</number>
24   </property>
25   <item row="2" column="0" colspan="3" >
26    <spacer>
27     <property name="orientation" >
28      <enum>Qt::Vertical</enum>
29     </property>
30     <property name="sizeType" >
31      <enum>QSizePolicy::Expanding</enum>
32     </property>
33     <property name="sizeHint" >
34      <size>
35       <width>247</width>
36       <height>16</height>
37      </size>
38     </property>
39    </spacer>
40   </item>
41   <item row="3" column="0" colspan="3" >
42    <widget class="QCheckBox" name="dontShowAgainCB" >
43     <property name="toolTip" >
44      <string>If you check this, LyX will not warn you again in the given case.</string>
45     </property>
46     <property name="text" >
47      <string>&amp;Do not show this warning again!</string>
48     </property>
49    </widget>
50   </item>
51   <item row="1" column="0" colspan="3" >
52    <widget class="QLabel" name="messageLA" >
53     <property name="text" >
54      <string/>
55     </property>
56    </widget>
57   </item>
58   <item row="0" column="0" colspan="3" >
59    <spacer>
60     <property name="orientation" >
61      <enum>Qt::Vertical</enum>
62     </property>
63     <property name="sizeType" >
64      <enum>QSizePolicy::Expanding</enum>
65     </property>
66     <property name="sizeHint" >
67      <size>
68       <width>247</width>
69       <height>16</height>
70      </size>
71     </property>
72    </spacer>
73   </item>
74   <item row="4" column="0" >
75    <spacer>
76     <property name="orientation" >
77      <enum>Qt::Horizontal</enum>
78     </property>
79     <property name="sizeHint" >
80      <size>
81       <width>81</width>
82       <height>20</height>
83      </size>
84     </property>
85    </spacer>
86   </item>
87   <item row="4" column="1" >
88    <widget class="QPushButton" name="okPB" >
89     <property name="text" >
90      <string>&amp;OK</string>
91     </property>
92     <property name="default" >
93      <bool>true</bool>
94     </property>
95    </widget>
96   </item>
97   <item row="4" column="2" >
98    <spacer>
99     <property name="orientation" >
100      <enum>Qt::Horizontal</enum>
101     </property>
102     <property name="sizeHint" >
103      <size>
104       <width>81</width>
105       <height>20</height>
106      </size>
107     </property>
108    </spacer>
109   </item>
110  </layout>
111 </widget>
112 <includes>
113  <include location="local" >qt_i18n.h</include>
114 </includes>
115 <resources/>
116 <connections>
117  <connection>
118   <sender>okPB</sender>
119   <signal>clicked()</signal>
120   <receiver>ToggleWarningUi</receiver>
121   <slot>accept()</slot>
122   <hints>
123    <hint type="sourcelabel" >
124     <x>134</x>
125     <y>116</y>
126    </hint>
127    <hint type="destinationlabel" >
128     <x>134</x>
129     <y>69</y>
130    </hint>
131   </hints>
132  </connection>
133 </connections>
134</ui>
135