|
|
@ -48,6 +48,7 @@ class UBToolbarButtonGroup : public QWidget |
|
|
|
void setIcon(const QIcon &icon, int index); |
|
|
|
void setIcon(const QIcon &icon, int index); |
|
|
|
void setColor(const QColor &color, int index); |
|
|
|
void setColor(const QColor &color, int index); |
|
|
|
int currentIndex() const; |
|
|
|
int currentIndex() const; |
|
|
|
|
|
|
|
void setLabel(const QString& label); |
|
|
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
void paintEvent(QPaintEvent *); |
|
|
|
void paintEvent(QPaintEvent *); |
|
|
|