23 void setEnableShowIcon(
bool b);
24 void setEnableShowTitle(
bool b);
26 bool hasContainerWidget()
const;
28 void setIcon(
const QIcon& i);
29 void setIcon(
const QPixmap& pixmap);
32 void setText(
const QString& t);
35 void setContainerWidget(QWidget* w);
36 QWidget* containerWidget();
37 const QWidget* containerWidget()
const;
39 QWidget* iconWidget()
const;