lyx_mirror/src/frontends/qt4/ui/ERTUi.ui
Abdelrazak Younes f345feeced Fix compilation with Qt4.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33481 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-15 23:19:31 +00:00

68 lines
1.5 KiB
XML

<ui version="4.0">
<class>ERTUi</class>
<widget class="QWidget" name="ERTUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>175</width>
<height>99</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<property name="sizeGripEnabled" stdset="0">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>11</number>
</property>
<item>
<widget class="QGroupBox" name="ertBG">
<property name="title">
<string>Display</string>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>11</number>
</property>
<item>
<widget class="QRadioButton" name="collapsedRB">
<property name="toolTip">
<string>Show ERT button only</string>
</property>
<property name="text">
<string>&amp;Collapsed</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="openRB">
<property name="toolTip">
<string>Show ERT contents</string>
</property>
<property name="text">
<string>O&amp;pen</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>