Implement base classes for application components

PR #17219.
This commit is contained in:
Vladimir Golovnev
2022-06-25 15:46:55 +03:00
committed by GitHub
parent 41a38428fc
commit f8a304abdc
28 changed files with 256 additions and 69 deletions

View File

@@ -49,6 +49,7 @@ add_library(qbt_gui STATIC
executionlogwidget.h
fspathedit.h
fspathedit_p.h
guiapplicationcomponent.h
hidabletabwidget.h
interfaces/iguiapplication.h
ipsubnetwhitelistoptionsdialog.h
@@ -131,6 +132,7 @@ add_library(qbt_gui STATIC
executionlogwidget.cpp
fspathedit.cpp
fspathedit_p.cpp
guiapplicationcomponent.cpp
hidabletabwidget.cpp
ipsubnetwhitelistoptionsdialog.cpp
lineedit.cpp