2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<author></author>
|
|
|
|
<comment></comment>
|
|
|
|
<exportmacro></exportmacro>
|
|
|
|
<class>QSendtoUi</class>
|
|
|
|
<widget class="QDialog" name="QSendtoUi" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>282</width>
|
|
|
|
<height>262</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
2006-05-03 19:51:15 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<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>3</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="focusPolicy" >
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Process the converted file with this command ($$FName = file name)</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="editable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="maxCount" >
|
|
|
|
<number>666</number>
|
|
|
|
</property>
|
|
|
|
<property name="insertPolicy" >
|
|
|
|
<enum>QComboBox::InsertAtTop</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoCompletion" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="duplicatesEnabled" >
|
|
|
|
<bool>false</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" >
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="applyPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Apply</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-05 17:24:44 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="formatLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Export formats:</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>formatLW</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-05-03 19:51:15 +00:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QLabel" name="commandLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Command:</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-03 19:51:15 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>commandCO</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>applyPB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|