lyx_mirror/src/frontends/qt4/ui/EmbeddedFilesUi.ui
Bo Peng 97db33209f Add initial embedding files panel in the Document->Settings dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21251 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-29 04:07:38 +00:00

85 lines
2.0 KiB
XML

<ui version="4.0" >
<class>EmbeddedFilesUi</class>
<widget class="QWidget" name="EmbeddedFilesUi" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>409</width>
<height>346</height>
</rect>
</property>
<property name="windowTitle" >
<string>EmbeddedFiles</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="6" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="1" >
<widget class="QPushButton" name="removePB" >
<property name="text" >
<string>Remove</string>
</property>
</widget>
</item>
<item row="4" column="1" >
<widget class="QPushButton" name="addPB" >
<property name="text" >
<string>Add</string>
</property>
</widget>
</item>
<item rowspan="3" row="4" column="0" >
<widget class="QListWidget" name="extraLW" />
</item>
<item row="3" column="0" >
<widget class="QLabel" name="extraLBL" >
<property name="text" >
<string>Extra embedded files:</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QListWidget" name="filesLW" />
</item>
<item row="0" column="0" >
<widget class="QCheckBox" name="bundleCB" >
<property name="text" >
<string>Save this document in bundled format</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="filesLBL" >
<property name="text" >
<string>Embedded files:</string>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<resources/>
<connections/>
</ui>