2006-08-25 13:40:01 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>FloatPlacementUi</class>
|
|
|
|
<widget class="QWidget" name="FloatPlacementUi" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-10-10 01:07:49 +00:00
|
|
|
<width>203</width>
|
2007-10-10 09:26:42 +00:00
|
|
|
<height>295</height>
|
2006-08-25 13:40:01 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2007-10-10 01:07:49 +00:00
|
|
|
<layout class="QGridLayout" >
|
2007-10-10 09:26:42 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-10-10 01:07:49 +00:00
|
|
|
<item row="0" column="0" colspan="2" >
|
2006-08-25 13:40:01 +00:00
|
|
|
<widget class="QCheckBox" name="defaultsCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Use &default placement</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-10-10 01:07:49 +00:00
|
|
|
<item row="1" column="0" >
|
2006-08-25 13:40:01 +00:00
|
|
|
<widget class="QGroupBox" name="options" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Advanced Placement Options</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
2007-10-10 09:26:42 +00:00
|
|
|
<property name="margin" >
|
2006-08-25 13:40:01 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2007-10-10 09:26:42 +00:00
|
|
|
<property name="spacing" >
|
2006-08-25 13:40:01 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<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" >
|
|
|
|
<string>&Ignore LaTeX rules</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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" >
|
|
|
|
<string>&Here if possible</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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" >
|
|
|
|
<string>&Bottom of page</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-10-10 01:07:49 +00:00
|
|
|
<item row="1" column="1" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>21</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2" >
|
2006-08-25 13:40:01 +00:00
|
|
|
<widget class="QCheckBox" name="spanCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Span columns</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-10-10 01:07:49 +00:00
|
|
|
<item row="3" column="0" colspan="2" >
|
2006-08-25 13:40:01 +00:00
|
|
|
<widget class="QCheckBox" name="sidewaysCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Rotate sideways</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-10-10 01:07:49 +00:00
|
|
|
<item row="4" column="0" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2006-08-25 13:40:01 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2006-11-07 17:56:32 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2006-11-07 17:56:32 +00:00
|
|
|
</includes>
|
2006-08-25 13:40:01 +00:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>defaultsCB</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>options</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>51</x>
|
|
|
|
<y>20</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>201</x>
|
|
|
|
<y>47</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|