26 #include <qpushbutton.h> 28 #define YUILogComponent "qt-ui" 29 #include <yui/YUILog.h> 33 #include "YQWizardButton.h" 38 QWidget * buttonParent,
39 const std::string & label )
43 QPushButton * button =
new QPushButton( fromUTF8( label ), buttonParent );
44 Q_CHECK_PTR( button );
47 setWidgetRep( button );
49 connect( button, &pclass(button)::
clicked,
50 this, &pclass(
this)::clicked );
120 #include "YQWizardButton.moc"