diff options
Diffstat (limited to 'src/plugins/Input/mpeg/settingsdialog.ui')
| -rw-r--r-- | src/plugins/Input/mpeg/settingsdialog.ui | 46 |
1 files changed, 36 insertions, 10 deletions
diff --git a/src/plugins/Input/mpeg/settingsdialog.ui b/src/plugins/Input/mpeg/settingsdialog.ui index 7465f5373..d2a6653f7 100644 --- a/src/plugins/Input/mpeg/settingsdialog.ui +++ b/src/plugins/Input/mpeg/settingsdialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>380</width> - <height>391</height> + <width>362</width> + <height>420</height> </rect> </property> <property name="windowTitle"> @@ -34,22 +34,22 @@ <property name="title"> <string>Decoder</string> </property> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> <widget class="QRadioButton" name="madRadioButton"> <property name="text"> <string>MAD</string> </property> </widget> </item> - <item> + <item row="0" column="1"> <widget class="QRadioButton" name="mpg123RadioButton"> <property name="text"> <string>MPG123</string> </property> </widget> </item> - <item> + <item row="0" column="2" rowspan="2"> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -62,6 +62,16 @@ </property> </spacer> </item> + <item row="1" column="0" colspan="2"> + <widget class="QCheckBox" name="enableCrcCheckBox"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Enable CRC checking</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -367,8 +377,8 @@ <slot>reject()</slot> <hints> <hint type="sourcelabel"> - <x>168</x> - <y>351</y> + <x>174</x> + <y>413</y> </hint> <hint type="destinationlabel"> <x>70</x> @@ -383,8 +393,8 @@ <slot>accept()</slot> <hints> <hint type="sourcelabel"> - <x>257</x> - <y>336</y> + <x>263</x> + <y>413</y> </hint> <hint type="destinationlabel"> <x>302</x> @@ -392,5 +402,21 @@ </hint> </hints> </connection> + <connection> + <sender>madRadioButton</sender> + <signal>toggled(bool)</signal> + <receiver>enableCrcCheckBox</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>60</x> + <y>38</y> + </hint> + <hint type="destinationlabel"> + <x>81</x> + <y>76</y> + </hint> + </hints> + </connection> </connections> </ui> |
