You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k9copy/src/mencoderCmdGen.ui

215 lines
7.0 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>MyDialog1</class>
<widget class="TQDialog">
<property name="name">
<cstring>MyDialog1</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>655</width>
<height>498</height>
</rect>
</property>
<property name="caption">
<string>MEncoder options</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>Layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<spacer>
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
<property name="stdItem" stdset="0">
<number>1</number>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="stdItem" stdset="0">
<number>2</number>
</property>
</widget>
</hbox>
</widget>
<widget class="TQListView" row="0" column="0">
<column>
<property name="text">
<string></string>
</property>
<property name="clickable">
<bool>false</bool>
</property>
<property name="resizable">
<bool>false</bool>
</property>
</column>
<item>
<property name="text">
<string>Audio Codec</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<item>
<property name="text">
<string>faac</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>lavc</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
</item>
<item>
<property name="text">
<string>Video Codec</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
<item>
<property name="text">
<string>x264</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>xvid</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
<item>
<property name="text">
<string>lavc</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</item>
</item>
<property name="name">
<cstring>listView</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
<widget class="TQWidgetStack" row="0" column="1">
<property name="name">
<cstring>wsOptions</cstring>
</property>
<widget class="TQWidget">
<property name="name">
<cstring>WStackPage</cstring>
</property>
<attribute name="id">
<number>0</number>
</attribute>
</widget>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>MyDialog1</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>MyDialog1</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>listView</sender>
<signal>currentChanged(TQListViewItem*)</signal>
<receiver>MyDialog1</receiver>
<slot>listViewCurrentChanged(TQListViewItem*)</slot>
</connection>
</connections>
<Q_SLOTS>
<slot>listViewCurrentChanged(TQListViewItem*)</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
</includes>
</UI>