diff options
author | Arno <arno@disconnect.de> | 2018-04-04 11:50:43 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-04-04 11:50:43 +0200 |
commit | 295b8e2b197e689380002ccfe77fe4fb56c544d6 (patch) | |
tree | 60929a9b3ddbdd8a261f9159f1a774c47033665e /moviewidget.h | |
parent | a86cab595e880541b3fe717a1c382e4f39fc01d5 (diff) | |
download | SheMov-295b8e2b197e689380002ccfe77fe4fb56c544d6.tar.gz SheMov-295b8e2b197e689380002ccfe77fe4fb56c544d6.tar.bz2 SheMov-295b8e2b197e689380002ccfe77fe4fb56c544d6.zip |
Implement MoviePropertiesDialog
Try to replace all those editing dialogs with one exhausting dialog. For
now, it's just the layout. It does nothing yet.
Diffstat (limited to 'moviewidget.h')
-rw-r--r-- | moviewidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/moviewidget.h b/moviewidget.h index 6201861..43f05e6 100644 --- a/moviewidget.h +++ b/moviewidget.h @@ -9,6 +9,7 @@ class QTreeView; class QSortFilterProxyModel; class QStandardItemModel; class SmView; +class MoviePropertiesDialog; class MovieWidget : public QWidget { Q_OBJECT @@ -41,6 +42,7 @@ class MovieWidget : public QWidget { SmView *mBottomView; QSortFilterProxyModel *mBottomProxy; QStandardItemModel *mBottomModel; + MoviePropertiesDialog *mPropDlg; }; #endif // MOVIEWIDGET_H |