inc/profileswidget.h
changeset 1 67589f86e56b
parent 0 dc71378f4890
equal deleted inserted replaced
0:dc71378f4890 1:67589f86e56b
    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