mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
85 lines
2.0 KiB
Plaintext
85 lines
2.0 KiB
Plaintext
|
<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>
|