24 #include <QPushButton>
44 Q_PROPERTY(
bool showText READ showText WRITE setShowText)
47 EPushButton (
const QString & text, QWidget * parent = 0 );
51 EPushButton ( QString standardIconName, QString iconPath,
const QString & text, QWidget * parent = 0 );
55 void setShowText(
bool anytime =
true);
56 bool showText()
const;
57 void setIcon (
const QIcon & icon );
63 void setIcon ( QString standardIconName, QString iconPath);
64 void setText (
const QString & text );
67 void init(QString text = QString());
73 #endif // EPUSHBUTTON_H