equal
deleted
inserted
replaced
35 ProfilesWidget(QGraphicsItem *parent = 0, Qt::WindowFlags flags = 0); |
35 ProfilesWidget(QGraphicsItem *parent = 0, Qt::WindowFlags flags = 0); |
36 ~ProfilesWidget(); |
36 ~ProfilesWidget(); |
37 QRectF boundingRect() const; |
37 QRectF boundingRect() const; |
38 QPainterPath shape() const; |
38 QPainterPath shape() const; |
39 void changeIcon(); |
39 void changeIcon(); |
|
40 void adjustButtonWidth(const QString &text); |
40 |
41 |
41 public slots: |
42 public slots: |
42 void onShow(); |
43 void onShow(); |
43 void onHide(); |
44 void onHide(); |
44 |
45 |