lyx_mirror/src/frontends/qt4/ui/PhantomUi.ui
Vincent van Ravesteijn 61dffbdbcf Fix qt assertion when requesting settings dialog of an InsetPhantom.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29189 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-10 17:15:02 +00:00

105 lines
2.6 KiB
XML

<ui version="4.0" >
<class>PhantomUi</class>
<widget class="QDialog" name="PhantomUi" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>202</width>
<height>184</height>
</rect>
</property>
<property name="windowTitle" >
<string/>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="1" >
<widget class="QPushButton" name="closePB" >
<property name="text" >
<string>Close</string>
</property>
<property name="default" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QPushButton" name="okPB" >
<property name="text" >
<string>&amp;OK</string>
</property>
<property name="default" >
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2" >
<widget class="QGroupBox" name="PhantomBG" >
<property name="title" >
<string>Type</string>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>11</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QRadioButton" name="phantomRB" >
<property name="toolTip" >
<string>Horizontal and vertical space of the phantom content</string>
</property>
<property name="text" >
<string>&amp;Phantom</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="hphantomRB" >
<property name="toolTip" >
<string>Horizontal space of the phantom content</string>
</property>
<property name="text" >
<string>&amp;Horiz. Phantom</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="vphantomRB" >
<property name="toolTip" >
<string>Vertical space of the phantom content</string>
</property>
<property name="text" >
<string>&amp;Vert. Phantom</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>phantomRB</tabstop>
<tabstop>hphantomRB</tabstop>
<tabstop>vphantomRB</tabstop>
<tabstop>okPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
<includes>
<include location="local" >qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>