* ToggleWarningUi.ui:

- attempt to fix the layout.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30018 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-06-08 13:24:19 +00:00
parent 8f933f210f
commit 8262926d58

View File

@ -1,37 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<ui version="4.0" >
<class>ToggleWarningUi</class>
<widget class="QDialog" name="ToggleWarningUi">
<property name="geometry">
<widget class="QDialog" name="ToggleWarningUi" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>310</width>
<width>269</width>
<height>140</height>
</rect>
</property>
<property name="windowTitle">
<property name="windowTitle" >
<string>LyX: Enter text</string>
</property>
<property name="sizeGripEnabled">
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QGridLayout">
<property name="margin">
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing">
<property name="spacing" >
<number>6</number>
</property>
<item row="2" column="0" colspan="3">
<item row="2" column="0" colspan="3" >
<spacer>
<property name="orientation">
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<property name="sizeHint" >
<size>
<width>247</width>
<height>16</height>
@ -39,32 +38,32 @@
</property>
</spacer>
</item>
<item row="3" column="0" colspan="3">
<widget class="QCheckBox" name="dontShowAgainCB">
<property name="toolTip">
<item row="3" column="0" colspan="3" >
<widget class="QCheckBox" name="dontShowAgainCB" >
<property name="toolTip" >
<string>If you check this, LyX will not warn you again in the given case.</string>
</property>
<property name="text">
<property name="text" >
<string>&amp;Do not show this warning again!</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="3">
<widget class="QLabel" name="messageLA">
<property name="text">
<item row="1" column="0" colspan="3" >
<widget class="QLabel" name="messageLA" >
<property name="text" >
<string/>
</property>
</widget>
</item>
<item row="0" column="0" colspan="3">
<item row="0" column="0" colspan="3" >
<spacer>
<property name="orientation">
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<property name="sizeHint" >
<size>
<width>247</width>
<height>16</height>
@ -72,12 +71,12 @@
</property>
</spacer>
</item>
<item row="4" column="0">
<item row="4" column="0" >
<spacer>
<property name="orientation">
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<property name="sizeHint" >
<size>
<width>81</width>
<height>20</height>
@ -85,22 +84,22 @@
</property>
</spacer>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="okPB">
<property name="text">
<item row="4" column="1" >
<widget class="QPushButton" name="okPB" >
<property name="text" >
<string>&amp;OK</string>
</property>
<property name="default">
<property name="default" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="2">
<item row="4" column="2" >
<spacer>
<property name="orientation">
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<property name="sizeHint" >
<size>
<width>81</width>
<height>20</height>
@ -111,7 +110,7 @@
</layout>
</widget>
<includes>
<include location="local">qt_i18n.h</include>
<include location="local" >qt_i18n.h</include>
</includes>
<resources/>
<connections>
@ -121,11 +120,11 @@
<receiver>ToggleWarningUi</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<hint type="sourcelabel" >
<x>134</x>
<y>116</y>
</hint>
<hint type="destinationlabel">
<hint type="destinationlabel" >
<x>134</x>
<y>69</y>
</hint>