mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-25 08:49:59 +01:00
Wrap code for better readability
This commit is contained in:
@@ -53,7 +53,12 @@ class QWidgetAnimation : public QPropertyAnimation
|
||||
lastSize,
|
||||
};
|
||||
|
||||
QWidgetAnimation(QWidget *widget, Qt::Orientation orientation, QWidgetAnimation::Behavior behavior = QWidgetAnimation::minimumSizeHint, int duration = 250);
|
||||
QWidgetAnimation(
|
||||
QWidget *widget,
|
||||
Qt::Orientation orientation,
|
||||
QWidgetAnimation::Behavior
|
||||
behavior = QWidgetAnimation::minimumSizeHint,
|
||||
int duration = 250);
|
||||
void widgetToSubtract (QVector<QWidget *> widgets);
|
||||
|
||||
void show();
|
||||
|
||||
Reference in New Issue
Block a user