From 295b8e2b197e689380002ccfe77fe4fb56c544d6 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 4 Apr 2018 11:50:43 +0200 Subject: Implement MoviePropertiesDialog Try to replace all those editing dialogs with one exhausting dialog. For now, it's just the layout. It does nothing yet. --- moviewidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'moviewidget.h') 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 -- cgit v1.2.3-70-g09d2