Add new HeaderBanner class for WebFlowCredentialsDialog
authorMichael Schuster <michael@schuster.ms>
Mon, 23 Dec 2019 05:01:00 +0000 (06:01 +0100)
committerMichael Schuster <48932272+misch7@users.noreply.github.com>
Tue, 24 Dec 2019 06:46:57 +0000 (07:46 +0100)
commit6d033f2964370f7761f65ad4b8a23dbc26fe6ed6
tree69c45145d13ac23ddb2e09f5559e62fe8fbdfe2e
parent0bcac1882a6f86f7127fd7ee091c06a40e2c9048
Add new HeaderBanner class for WebFlowCredentialsDialog

New widget on top of the layout, based on Qt's own modern wizard header banner.

This should improve the user's perception of the dialog.

Encapsulate the existing layout into a container layout to allow the banner taking
the full width of the dialog.

Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/CMakeLists.txt
src/gui/creds/webflowcredentialsdialog.cpp
src/gui/creds/webflowcredentialsdialog.h
src/gui/headerbanner.cpp [new file with mode: 0644]
src/gui/headerbanner.h [new file with mode: 0644]
src/gui/wizard/flow2authwidget.cpp
src/gui/wizard/flow2authwidget.ui