2018-07-10 09:04:42 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>NoteUi</class>
|
2018-07-10 09:04:42 +02:00
|
|
|
<widget class="QDialog" name="NoteUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2006-08-31 13:46:28 +00:00
|
|
|
<width>202</width>
|
2018-07-10 09:04:42 +02:00
|
|
|
<height>196</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="NoteBG">
|
|
|
|
<property name="title">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Type</string>
|
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>11</number>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>11</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>11</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>11</number>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
2018-07-10 09:04:42 +02:00
|
|
|
<widget class="QRadioButton" name="noteRB">
|
|
|
|
<property name="toolTip">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>LyX internal only</string>
|
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>LyX &Note</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-05 17:24:44 +00:00
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
2018-07-10 09:04:42 +02:00
|
|
|
<widget class="QRadioButton" name="commentRB">
|
|
|
|
<property name="toolTip">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Export to LaTeX/Docbook but don't print</string>
|
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&Comment</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-05 17:24:44 +00:00
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
2018-07-10 09:04:42 +02:00
|
|
|
<widget class="QRadioButton" name="greyedoutRB">
|
|
|
|
<property name="toolTip">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Print as grey text</string>
|
|
|
|
</property>
|
2018-07-10 09:04:42 +02:00
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&Greyed out</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-05 17:24:44 +00:00
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-10 09:04:42 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>noteRB</tabstop>
|
|
|
|
<tabstop>commentRB</tabstop>
|
|
|
|
<tabstop>greyedoutRB</tabstop>
|
|
|
|
</tabstops>
|
2007-12-04 09:25:50 +00:00
|
|
|
<includes>
|
2018-07-10 09:04:42 +02:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2007-12-04 09:25:50 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|