1 #ifndef TTKCLICKEDGROUP_H
2 #define TTKCLICKEDGROUP_H
40 void addWidget(QWidget *widget,
int id = -1);
44 void removeWidget(QWidget *widget);
49 QList<QWidget*> items()
const;
53 QWidget *widget(
int id)
const;
58 void setId(QWidget *widget,
int id);
62 int id(QWidget *widget)
const;
68 void clicked(
int index);
84 return m_widget == other.m_widget;
92 #endif // TTKCLICKEDGROUP_H
#define TTK_MODULE_EXPORT
bool operator==(const TTKOptional< T > &v, const T &other)
QList< Data > m_container
The class of the label widget click group mapper.