26 #ifndef YQGenericButton_h
27 #define YQGenericButton_h
31 #include <yui/YPushButton.h>
56 const std::string & label );
80 void setLabel(
const QString & label );
87 virtual void setLabel(
const std::string & label );
114 virtual void setIcon(
const std::string & iconName );
119 QString
text()
const;
165 QPushButton * _qPushButton;
168 #endif // YQGenericButton_h