Reworked value handling.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
#include <QObject>
|
||||
|
||||
/**
|
||||
* @brief The BCDelightPMWidget class : Graphische Effekte für unseren Produktmanager Simon.
|
||||
* @brief The BCDelightPMWidget class : Demonstration Graphischer
|
||||
* Effekte für unseren Produktmanager Simon.
|
||||
*/
|
||||
|
||||
class BCDelightPMWidget : public QObject
|
||||
@@ -22,10 +23,9 @@ public slots:
|
||||
protected:
|
||||
|
||||
void loadWidgetsFromResources();
|
||||
void createFlyingWidget(const QString& iconPath, const QString &color);
|
||||
|
||||
QWidget *_playGround{};
|
||||
void createFlyingWidget(const QString& iconPath);
|
||||
|
||||
QWidget* _playGround{};
|
||||
// Liste der Widgets, die wir bewegen
|
||||
QList<QWidget*> _flyingWidgets;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user