diff options
author | Ken Moore <ken@ixsystems.com> | 2017-07-18 14:26:38 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-07-18 14:26:38 -0400 |
commit | c2ae980ffa96dc8982e5c87f346f2763fcf38d4f (patch) | |
tree | 2a3cae1e4954c2582c786a1d24c70b3fa54f2418 /src-qt5/core/libLumina/NativeEmbedWidget.h | |
parent | Added more missing icons (diff) | |
download | lumina-c2ae980ffa96dc8982e5c87f346f2763fcf38d4f.tar.gz lumina-c2ae980ffa96dc8982e5c87f346f2763fcf38d4f.tar.bz2 lumina-c2ae980ffa96dc8982e5c87f346f2763fcf38d4f.zip |
Get a lot more of the geometry calculations/movements working. Almost ready to start adding additional window property support
Diffstat (limited to 'src-qt5/core/libLumina/NativeEmbedWidget.h')
-rw-r--r-- | src-qt5/core/libLumina/NativeEmbedWidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/NativeEmbedWidget.h b/src-qt5/core/libLumina/NativeEmbedWidget.h index 6919249b..55d655f2 100644 --- a/src-qt5/core/libLumina/NativeEmbedWidget.h +++ b/src-qt5/core/libLumina/NativeEmbedWidget.h @@ -37,6 +37,9 @@ public: bool detachWindow(); bool isEmbedded(); //status of the embed +public slots: + void resyncWindow(){ syncWinSize(this->size()); } + protected: void resizeEvent(QResizeEvent *ev); void showEvent(QShowEvent *ev); |