26 #include <qpushbutton.h> 28 #define YUILogComponent "qt-ui" 29 #include <yui/YUILog.h> 33 #include "YQWizardButton.h" 40 QWidget * buttonParent,
41 const string & label )
45 QPushButton * button =
new QPushButton( fromUTF8( label ), buttonParent );
46 Q_CHECK_PTR( button );
49 setWidgetRep( button );
51 connect( button, &pclass(button)::
clicked,