From c2a7498769ed3cb8602135c3b5c3e056615eefe4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 30 Jun 2007 15:29:43 +0000 Subject: [PATCH] Qt4 - display the buttons... :) --- modules/gui/qt4/dialogs/interaction.cpp | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.20.1