1 #ifndef TTKABSTRACTTABLEWIDGET_H
2 #define TTKABSTRACTTABLEWIDGET_H
23 #include <QHeaderView>
24 #include <QTableWidget>
53 virtual void itemCellEntered(
int row,
int column);
57 virtual void itemCellClicked(
int row,
int column);
61 virtual void removeItems();
67 virtual void leaveEvent(QEvent *event)
override;
73 void setRowColor(
int row,
const QColor &color)
const;
79 return !(rowCount() == 0 || currentRow() < 0);
88 #endif // TTKABSTRACTTABLEWIDGET_H
#define TTK_MODULE_EXPORT
#define TTK_DECLARE_MODULE(Class)