mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Resave FloatPlacementUi.ui in older designer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37837 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ac105fadc1
commit
c0a426ee7d
@ -1,7 +1,7 @@
|
||||
<ui version="4.0">
|
||||
<ui version="4.0" >
|
||||
<class>FloatPlacementUi</class>
|
||||
<widget class="QWidget" name="FloatPlacementUi">
|
||||
<property name="geometry">
|
||||
<widget class="QWidget" name="FloatPlacementUi" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
@ -9,26 +9,26 @@
|
||||
<height>382</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<property name="windowTitle" >
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="floatTypeTitle">
|
||||
<property name="text">
|
||||
<layout class="QGridLayout" name="gridLayout" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="floatTypeTitle" >
|
||||
<property name="text" >
|
||||
<string>Float Type:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" colspan="2">
|
||||
<widget class="QComboBox" name="floatTypeCO"/>
|
||||
<item row="0" column="1" colspan="2" >
|
||||
<widget class="QComboBox" name="floatTypeCO" />
|
||||
</item>
|
||||
<item row="0" column="3">
|
||||
<spacer name="floatTypeSpacer">
|
||||
<property name="orientation">
|
||||
<item row="0" column="3" >
|
||||
<spacer name="floatTypeSpacer" >
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<property name="sizeHint" stdset="0" >
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
@ -36,63 +36,63 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="1" column="0" colspan="4">
|
||||
<widget class="QCheckBox" name="defaultsCB">
|
||||
<property name="text">
|
||||
<item row="1" column="0" colspan="4" >
|
||||
<widget class="QCheckBox" name="defaultsCB" >
|
||||
<property name="text" >
|
||||
<string>Use &default placement</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" colspan="4">
|
||||
<widget class="QGroupBox" name="options">
|
||||
<property name="title">
|
||||
<item row="2" column="0" colspan="4" >
|
||||
<widget class="QGroupBox" name="options" >
|
||||
<property name="title" >
|
||||
<string>Advanced Placement Options</string>
|
||||
</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="0" column="0">
|
||||
<widget class="QCheckBox" name="topCB">
|
||||
<property name="text">
|
||||
<item row="0" column="0" >
|
||||
<widget class="QCheckBox" name="topCB" >
|
||||
<property name="text" >
|
||||
<string>&Top of page</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QCheckBox" name="ignoreCB">
|
||||
<property name="text">
|
||||
<item row="5" column="0" >
|
||||
<widget class="QCheckBox" name="ignoreCB" >
|
||||
<property name="text" >
|
||||
<string>&Ignore LaTeX rules</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QCheckBox" name="heredefinitelyCB">
|
||||
<property name="text">
|
||||
<item row="4" column="0" >
|
||||
<widget class="QCheckBox" name="heredefinitelyCB" >
|
||||
<property name="text" >
|
||||
<string>Here de&finitely</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QCheckBox" name="herepossiblyCB">
|
||||
<property name="text">
|
||||
<item row="3" column="0" >
|
||||
<widget class="QCheckBox" name="herepossiblyCB" >
|
||||
<property name="text" >
|
||||
<string>&Here if possible</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="pageCB">
|
||||
<property name="text">
|
||||
<item row="2" column="0" >
|
||||
<widget class="QCheckBox" name="pageCB" >
|
||||
<property name="text" >
|
||||
<string>&Page of floats</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="bottomCB">
|
||||
<property name="text">
|
||||
<item row="1" column="0" >
|
||||
<widget class="QCheckBox" name="bottomCB" >
|
||||
<property name="text" >
|
||||
<string>&Bottom of page</string>
|
||||
</property>
|
||||
</widget>
|
||||
@ -100,26 +100,26 @@
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="spanCB">
|
||||
<property name="text">
|
||||
<item row="3" column="0" colspan="2" >
|
||||
<widget class="QCheckBox" name="spanCB" >
|
||||
<property name="text" >
|
||||
<string>&Span columns</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="sidewaysCB">
|
||||
<property name="text">
|
||||
<item row="4" column="0" colspan="2" >
|
||||
<widget class="QCheckBox" name="sidewaysCB" >
|
||||
<property name="text" >
|
||||
<string>&Rotate sideways</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="2" colspan="2">
|
||||
<item row="5" column="2" colspan="2" >
|
||||
<spacer>
|
||||
<property name="orientation">
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<property name="sizeHint" stdset="0" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
@ -130,7 +130,7 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<includes>
|
||||
<include location="local">qt_i18n.h</include>
|
||||
<include location="local" >qt_i18n.h</include>
|
||||
</includes>
|
||||
<resources/>
|
||||
<connections>
|
||||
@ -140,11 +140,11 @@
|
||||
<receiver>options</receiver>
|
||||
<slot>setDisabled(bool)</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<hint type="sourcelabel" >
|
||||
<x>51</x>
|
||||
<y>20</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<hint type="destinationlabel" >
|
||||
<x>201</x>
|
||||
<y>47</y>
|
||||
</hint>
|
||||
|
Loading…
x
Reference in New Issue
Block a user