2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>NoteUi</class>
|
|
|
|
<widget class="QDialog" name="NoteUi" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2006-08-31 13:46:28 +00:00
|
|
|
<width>202</width>
|
2007-12-04 09:25:50 +00:00
|
|
|
<height>184</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
2007-12-04 09:25:50 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-12-04 09:25:50 +00:00
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QPushButton" name="closePB" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="text" >
|
2007-12-04 09:25:50 +00:00
|
|
|
<string>Close</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="default" >
|
2007-12-04 09:25:50 +00:00
|
|
|
<bool>true</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-12-04 09:25:50 +00:00
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="text" >
|
2007-12-04 09:25:50 +00:00
|
|
|
<string>&OK</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="default" >
|
2007-12-04 09:25:50 +00:00
|
|
|
<bool>false</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</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" >
|
2006-03-05 17:24:44 +00:00
|
|
|
<property name="margin" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>11</number>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>6</number>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="noteRB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>LyX internal only</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>LyX &Note</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-05 17:24:44 +00:00
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="commentRB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Export to LaTeX/Docbook but don't print</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Comment</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-05 17:24:44 +00:00
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="greyedoutRB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Print as grey text</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>noteRB</tabstop>
|
|
|
|
<tabstop>commentRB</tabstop>
|
|
|
|
<tabstop>greyedoutRB</tabstop>
|
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
</tabstops>
|
2007-12-04 09:25:50 +00:00
|
|
|
<includes>
|
|
|
|
<include location="local" >qt_helpers.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|