mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 14:32:04 +00:00
3582be1441
* src/insets/InsetBox.{cpp,h}: * src/frontends/qt4/GuiBox.{cpp,h}: * src/frontends/qt4/ui/BoxUi.ui: - add and handle Framed and Shaded boxes - use more descriptive label names - implement name() function for Box:Shaded's sake * src/insets/InsetNote.{cpp,h}: * src/frontends/qt4/GuiNote.cpp: * src/frontends/qt4/ui/NoteUi.ui: - remove Framed and Shaded. * lib/layouts/stdinsets.inc: - remove Note:Framed and Note:Shaded - add Box:Shaded * Buffer.cpp: - bump format to 304. * lib/lyx2lyx/LyX.py: * lib/lyx2lyx/lyx_1_6.py: - add conversion/reversion of framed/shaded notes to boxes. * development/FORMAT: - document file format change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21945 a592a061-630c-0410-9148-cb99ea01b6c8
105 lines
2.6 KiB
XML
105 lines
2.6 KiB
XML
<ui version="4.0" >
|
|
<class>NoteUi</class>
|
|
<widget class="QDialog" name="NoteUi" >
|
|
<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>&OK</string>
|
|
</property>
|
|
<property name="default" >
|
|
<bool>false</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 &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>&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>&Greyed out</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>noteRB</tabstop>
|
|
<tabstop>commentRB</tabstop>
|
|
<tabstop>greyedoutRB</tabstop>
|
|
<tabstop>okPB</tabstop>
|
|
<tabstop>closePB</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local" >qt_helpers.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|