~ubuntu-branches/ubuntu/lucid/kde4libs/lucid-updates

« back to all changes in this revision

Viewing changes to plasma/widgets/toolbutton.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-01-19 20:32:41 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20100119203241-6qlz4p6emiawose6
Tags: 4:4.3.95-0ubuntu1
* New upstream release candidate:
  - Remove kubuntu_71_knewstuff_crashes.diff, applied upstream
  - Remove kubuntu_72_popupapplet_crash_fix.diff, applied upstream
  - Refresh kubuntu_70_dbusmenu.diff
  - Bump RUNTIME_DEPS value in debian/rules to 4.3.90
  - Update .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    Q_PROPERTY(QString text READ text WRITE setText)
45
45
    Q_PROPERTY(bool autoRaise READ autoRaise WRITE setAutoRaise)
46
46
    Q_PROPERTY(QString image READ image WRITE setImage)
47
 
    Q_PROPERTY(QString stylesheet READ styleSheet WRITE setStyleSheet)
 
47
    Q_PROPERTY(QString styleSheet READ styleSheet WRITE setStyleSheet)
48
48
    Q_PROPERTY(QToolButton *nativeWidget READ nativeWidget)
49
49
    Q_PROPERTY(QAction *action READ action WRITE setAction)
50
50
 
172
172
    void hoverEnterEvent(QGraphicsSceneHoverEvent *event);
173
173
    void hoverLeaveEvent(QGraphicsSceneHoverEvent *event);
174
174
    void changeEvent(QEvent *event);
 
175
    QSizeF sizeHint(Qt::SizeHint which, const QSizeF & constraint) const;
175
176
 
176
177
private:
177
178
    Q_PRIVATE_SLOT(d, void syncBorders())