1
0

config file support

This commit is contained in:
Gary Wang
2020-07-28 21:14:38 +08:00
parent 31fae2cc8c
commit 6709c21d70
8 changed files with 181 additions and 47 deletions

View File

@@ -32,7 +32,8 @@ SOURCES += \
graphicsscene.cpp \
navigatorview.cpp \
opacityhelper.cpp \
toolbutton.cpp
toolbutton.cpp \
settings.cpp
HEADERS += \
mainwindow.h \
@@ -41,7 +42,8 @@ HEADERS += \
graphicsscene.h \
navigatorview.h \
opacityhelper.h \
toolbutton.h
toolbutton.h \
settings.h
TRANSLATIONS = \
languages/PineapplePictures.ts \