From: Jean-Baptiste Kempf Date: Sat, 30 Jun 2007 15:29:43 +0000 (+0000) Subject: Qt4 - display the buttons... :) X-Git-Tag: 0.9.0-test0~6901 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=c2a7498769ed3cb8602135c3b5c3e056615eefe4 Qt4 - display the buttons... :) --- diff --git a/modules/gui/qt4/dialogs/interaction.cpp b/modules/gui/qt4/dialogs/interaction.cpp index e73fab73fd..e2bbef7952 100644 --- a/modules/gui/qt4/dialogs/interaction.cpp +++ b/modules/gui/qt4/dialogs/interaction.cpp @@ -158,6 +158,7 @@ InteractionDialog::InteractionDialog( intf_thread_t *_p_intf, otherButton->setText( qfu( p_dialog->psz_other_button ) ); buttonBox->addButton( otherButton, QDialogButtonBox::ActionRole ); } + layout->addWidget( buttonBox ); if( p_dialog->psz_default_button ) BUTTONACT( defaultButton, defaultB() ); if( p_dialog->psz_alternate_button )