6#ifndef KIS_TAG_SELECTION_WIDGET_H
7#define KIS_TAG_SELECTION_WIDGET_H
18#include <kritawidgets_export.h>
35 void paintEvent(QPaintEvent *event)
override;
38 QLabel* m_textLabel {
nullptr};
39 QPushButton* m_closeIconLabel {
nullptr};
42 bool m_editable {
false};
43 bool m_semiSelected {
false};
46 friend class TestKisTagSelectionWidget;
119 void slotAddTagToSelection(QAction* action);
120 void slotRemoveTagFromSelection(
KoID tag);
123 QLayout* m_layout {
nullptr};
124 QToolButton* m_addTagButton {
nullptr};
125 bool m_editable {
false};
126 bool m_createNew {
true};
128 friend class TestKisTagSelectionWidget;
void sigRemoveTagFromSelection(KoID tag)