Add about dialog to File menu of the connection manager.

Make the contents of the dialog more accurate and include a link to the releasenotes file.
This commit is contained in:
eelke 2022-09-03 12:44:32 +02:00
parent 4e1d128ee9
commit c874b297c1
8 changed files with 66 additions and 14 deletions

View file

@ -21,6 +21,7 @@ DEFINES += _WIN32_WINNT=0x0501
win32:RC_ICONS += pglab.ico
SOURCES += main.cpp\
About.cpp \
catalog/delegates/IconColumnDelegate.cpp \
catalog/models/BaseTableModel.cpp \
catalog/models/ColumnTableModel.cpp \
@ -91,6 +92,7 @@ SOURCES += main.cpp\
widgets/SingleRecordWidget.cpp
HEADERS += \
About.h \
catalog/delegates/IconColumnDelegate.h \
catalog/models/BaseTableModel.h \
catalog/models/ColumnTableModel.h \