lyx_mirror/src/frontends/qt4/ui/QNoteUi.ui
Michael Schmitt e0ae3a1a04 ui/*.ui: <include location="local" >qt_helpers.h</include>
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15784 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-07 17:56:32 +00:00

131 lines
3.3 KiB
XML

<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>QNoteUi</class>
<widget class="QDialog" name="QNoteUi" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>202</width>
<height>208</height>
</rect>
</property>
<property name="windowTitle" >
<string/>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>11</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<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="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="0" column="0" colspan="2" >
<widget class="QGroupBox" name="NoteBG" >
<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="noteRB" >
<property name="toolTip" >
<string>LyX internal only</string>
</property>
<property name="text" >
<string>LyX &amp;Note</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="commentRB" >
<property name="toolTip" >
<string>Export to LaTeX/Docbook but don't print</string>
</property>
<property name="text" >
<string>&amp;Comment</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="greyedoutRB" >
<property name="toolTip" >
<string>Print as grey text</string>
</property>
<property name="text" >
<string>&amp;Greyed out</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="framedRB" >
<property name="toolTip" >
<string>Framed in box</string>
</property>
<property name="text" >
<string>&amp;Framed</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="shadedRB" >
<property name="toolTip" >
<string>Box with shaded background</string>
</property>
<property name="text" >
<string>&amp;Shaded</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<tabstops>
<tabstop>noteRB</tabstop>
<tabstop>commentRB</tabstop>
<tabstop>greyedoutRB</tabstop>
<tabstop>framedRB</tabstop>
<tabstop>shadedRB</tabstop>
<tabstop>okPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>