feat: simple property dialog

This commit is contained in:
Gary Wang
2020-10-30 13:06:46 +08:00
parent 95fd0f881c
commit 71c38c8e96
9 changed files with 481 additions and 31 deletions

View File

@ -1,9 +1,3 @@
#-------------------------------------------------
#
# Project created by QtCreator 2019-09-26T23:36:07
#
#-------------------------------------------------
QT += core widgets gui svg
TARGET = ppic
@ -24,8 +18,8 @@ CONFIG += c++11 lrelease embed_translations
SOURCES += \
aboutdialog.cpp \
main.cpp \
mainwindow.cpp \
main.cpp \
mainwindow.cpp \
graphicsview.cpp \
bottombuttongroup.cpp \
graphicsscene.cpp \
@ -33,11 +27,13 @@ SOURCES += \
opacityhelper.cpp \
toolbutton.cpp \
settings.cpp \
settingsdialog.cpp
settingsdialog.cpp \
metadatamodel.cpp \
metadatadialog.cpp
HEADERS += \
aboutdialog.h \
mainwindow.h \
mainwindow.h \
graphicsview.h \
bottombuttongroup.h \
graphicsscene.h \
@ -45,7 +41,9 @@ HEADERS += \
opacityhelper.h \
toolbutton.h \
settings.h \
settingsdialog.h
settingsdialog.h \
metadatamodel.h \
metadatadialog.h
TRANSLATIONS = \
languages/PineapplePictures.ts \