Create filter dialog, board description

This commit is contained in:
Aurélie Delhaie
2023-01-14 18:15:41 +01:00
parent 36c752694f
commit 6206a16c9d
18 changed files with 540 additions and 60 deletions

View File

@@ -68,6 +68,7 @@ linux-* {
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
src/frames/filterdialog.cpp \
src/frames/aboutdialog.cpp \
src/models/board.cpp \
src/main.cpp \
@@ -82,6 +83,7 @@ SOURCES += \
src/tools.cpp
HEADERS += \
src/frames/filterdialog.h \
src/frames/aboutdialog.h \
src/models/board.h \
src/frames/mainwindow.h \
@@ -95,6 +97,7 @@ HEADERS += \
src/tools.h
FORMS += \
src/frames/filterdialog.ui \
src/frames/aboutdialog.ui \
src/frames/mainwindow.ui \
src/frames/namedialog.ui \