chore: no longer based on QMainWindow

Since most of the features that QMainWindow offered will never be
used in this program. We don't need a statusbar, a menubar, etc.
This commit is contained in:
Gary Wang
2020-12-29 23:28:17 +08:00
parent dc17e1d0b1
commit 3abc16d3ff
5 changed files with 66 additions and 17 deletions

View File

@ -28,6 +28,7 @@ endif ()
#LibExiv2_FOUND
set (PPIC_CPP_FILES
app/main.cpp
app/framelesswindow.cpp
app/mainwindow.cpp
app/graphicsview.cpp
app/graphicsscene.cpp
@ -44,6 +45,7 @@ set (PPIC_CPP_FILES
)
set (PPIC_HEADER_FILES
app/framelesswindow.h
app/mainwindow.h
app/graphicsview.h
app/graphicsscene.h