24 void setAnnotations(
const QStringList &annotations);
26 QString valueLiteral()
const;
27 void setValueLiteral(
const QString &valueLiteral);
29 QString title()
const;
30 void setTitle(
const QString &title);
32 void setLeftIcon(
const QIcon &leftIcon);
33 void setRightIcon(
const QIcon &rightIcon);
34 void setIconSize(
const QSize &size);
35 QHBoxLayout *getbottomlayout() {
return m_bottomLayout; }
41 QString m_valueLiteral;
42 QHBoxLayout *m_bottomLayout;