Commit c2a74987 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - display the buttons... :)

parent eda75b40
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment