|
@@ -105,13 +105,17 @@ public:
|
|
|
Qt::Alignment indicatorAlignment()const;
|
|
|
|
|
|
///
|
|
|
- /// Reimplement for internal reasons
|
|
|
+ /// Reimplemented for internal reasons
|
|
|
virtual QSize minimumSizeHint()const;
|
|
|
|
|
|
///
|
|
|
- /// Reimplement for internal reasons
|
|
|
+ /// Reimplemented for internal reasons
|
|
|
virtual QSize sizeHint()const;
|
|
|
|
|
|
+ /// Reimplemented to update the size of the button in case of font/style
|
|
|
+ /// change
|
|
|
+ virtual bool event(QEvent* event);
|
|
|
+
|
|
|
signals:
|
|
|
///
|
|
|
/// Signal emitted when the widget is collapsed or expanded.
|