lyx_mirror/src/frontends/qt/ui/SendtoUi.ui

124 lines
3.1 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SendtoUi</class>
<widget class="QDialog" name="SendtoUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>296</width>
<height>262</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QGridLayout">
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="1" column="0">
<widget class="QListWidget" name="formatLW"/>
</item>
<item row="3" column="0">
<widget class="QComboBox" name="commandCO">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Process the converted file with this command ($$FName = file name)</string>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="maxCount">
<number>666</number>
</property>
<property name="insertPolicy">
<enum>QComboBox::NoInsert</enum>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="0">
<widget class="QLabel" name="formatLA">
<property name="text">
<string>Export for&amp;mats:</string>
</property>
<property name="buddy">
<cstring>formatLW</cstring>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="commandLA">
<property name="text">
<string>Send exported file to &amp;command:</string>
</property>
<property name="buddy">
<cstring>commandCO</cstring>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>formatLW</tabstop>
<tabstop>commandCO</tabstop>
</tabstops>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>