[vlmc-devel] [PATCH 4/4] ProjectWizard: Set the default value of comboBoxAudioBitrate at 256 Kbps
Yikai Lu
luyikei.qmltu at gmail.com
Sun Apr 10 16:35:27 CEST 2016
---
src/Gui/wizard/VideoPage.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Gui/wizard/VideoPage.cpp b/src/Gui/wizard/VideoPage.cpp
index 53c2b05..6ad791b 100644
--- a/src/Gui/wizard/VideoPage.cpp
+++ b/src/Gui/wizard/VideoPage.cpp
@@ -80,6 +80,7 @@ VideoPage::initializePage()
ui.spinBoxVideoWidth->setValue( projectWidth );
ui.spinBoxVideoHeight->setValue( projectHeight );
ui.doubleSpinBoxVideoFPS->setValue( projectFps );
+ ui.comboBoxAudioBitrate->setCurrentIndex( ui.comboBoxAudioBitrate->findText( "256 Kbps" ) );
switch ( sampleRate )
{
--
1.9.1
More information about the Vlmc-devel
mailing list