2018-07-10 13:04:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2009-04-19 11:57:52 +00:00
|
|
|
<class>ToggleWarningUi</class>
|
2018-07-10 13:04:02 +02:00
|
|
|
<widget class="QDialog" name="ToggleWarningUi">
|
|
|
|
<property name="geometry">
|
2009-04-19 11:57:52 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>269</width>
|
|
|
|
<height>140</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="windowTitle">
|
2020-08-09 13:00:41 -04:00
|
|
|
<string>Enter text</string>
|
2009-04-19 11:57:52 +00:00
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2009-04-19 11:57:52 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0" colspan="2">
|
2009-04-19 11:57:52 +00:00
|
|
|
<spacer>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="orientation">
|
2009-04-19 11:57:52 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="sizeType">
|
2009-04-19 11:57:52 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-04-19 11:57:52 +00:00
|
|
|
<size>
|
|
|
|
<width>247</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="messageLA">
|
|
|
|
<property name="text">
|
2009-04-19 11:57:52 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<item row="2" column="0" colspan="2">
|
2009-04-19 11:57:52 +00:00
|
|
|
<spacer>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="orientation">
|
2009-04-19 11:57:52 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="sizeType">
|
2009-04-19 11:57:52 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-04-19 11:57:52 +00:00
|
|
|
<size>
|
|
|
|
<width>247</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="dontShowAgainCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>If you check this, LyX will not warn you again in the given case.</string>
|
2009-04-19 11:57:52 +00:00
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>&Do not show this warning again!</string>
|
2009-04-19 11:57:52 +00:00
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
</widget>
|
2009-04-19 11:57:52 +00:00
|
|
|
</item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Ok</set>
|
2009-04-19 11:57:52 +00:00
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="centerButtons">
|
2009-04-19 11:57:52 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<includes>
|
2018-07-10 13:04:02 +02:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2009-04-19 11:57:52 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2018-07-10 13:04:02 +02:00
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
2009-04-19 11:57:52 +00:00
|
|
|
<receiver>ToggleWarningUi</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
2018-07-10 13:04:02 +02:00
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>98</x>
|
|
|
|
<y>114</y>
|
2009-04-19 11:57:52 +00:00
|
|
|
</hint>
|
2018-07-10 13:04:02 +02:00
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>80</x>
|
|
|
|
<y>805</y>
|
2009-04-19 11:57:52 +00:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|