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.
kaffeine/kaffeine/src/input/disc/plugins/oggvorbis/oggconfig.ui

189 lines
7.3 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>OggConfig</class>
<widget class="TQDialog">
<property name="name">
<cstring>OggConfig</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>327</width>
<height>131</height>
</rect>
</property>
<property name="caption">
<string>Ogg Vorbis Options</string>
</property>
<property name="sizeGripEnabled">
<bool>false</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout9</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>GroupBox1</cstring>
</property>
<property name="title">
<string></string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLCDNumber" row="1" column="1">
<property name="name">
<cstring>oggLCD</cstring>
</property>
<property name="frameShape">
<enum>Box</enum>
</property>
<property name="frameShadow">
<enum>Raised</enum>
</property>
<property name="numDigits">
<number>3</number>
</property>
<property name="value" stdset="0">
<number>0</number>
</property>
</widget>
<widget class="TQSlider" row="1" column="0">
<property name="name">
<cstring>oggSlid</cstring>
</property>
<property name="minValue">
<number>-1</number>
</property>
<property name="maxValue">
<number>10</number>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
<property name="text">
<string>Quality :</string>
</property>
</widget>
</grid>
</widget>
<spacer>
<property name="name">
<cstring>spacer7</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>81</height>
</size>
</property>
</spacer>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout7</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</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>157</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>cancelBtn</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>okBtn</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>okBtn</sender>
<signal>clicked()</signal>
<receiver>OggConfig</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>cancelBtn</sender>
<signal>clicked()</signal>
<receiver>OggConfig</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>oggSlid</sender>
<signal>valueChanged(int)</signal>
<receiver>oggLCD</receiver>
<slot>display(int)</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
</includes>
</UI>