Move Qt Toast Notifications from GraphCanvas into Framework
Move the existing Qt Toast Notification QWidgets, EBuses and logic from the GraphCanvas gem into AzQtComponents and AzToolsFramework so they can be re-used. Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,6 @@ set(FILES
|
||||
StaticLib/GraphCanvas/Components/PersistentIdBus.h
|
||||
StaticLib/GraphCanvas/Components/SceneBus.h
|
||||
StaticLib/GraphCanvas/Components/StyleBus.h
|
||||
StaticLib/GraphCanvas/Components/ToastBus.h
|
||||
StaticLib/GraphCanvas/Components/ViewBus.h
|
||||
StaticLib/GraphCanvas/Components/VisualBus.h
|
||||
StaticLib/GraphCanvas/GraphicsItems/AnimatedPulse.cpp
|
||||
@@ -222,9 +221,6 @@ set(FILES
|
||||
StaticLib/GraphCanvas/Widgets/StyledItemDelegates/GenericComboBoxDelegate.h
|
||||
StaticLib/GraphCanvas/Widgets/StyledItemDelegates/IconDecoratedNameDelegate.cpp
|
||||
StaticLib/GraphCanvas/Widgets/StyledItemDelegates/IconDecoratedNameDelegate.h
|
||||
StaticLib/GraphCanvas/Widgets/ToastNotification/ToastNotification.cpp
|
||||
StaticLib/GraphCanvas/Widgets/ToastNotification/ToastNotification.h
|
||||
StaticLib/GraphCanvas/Widgets/ToastNotification/ToastNotification.ui
|
||||
StaticLib/GraphCanvas/Utils/ColorUtils.h
|
||||
StaticLib/GraphCanvas/Utils/ConversionUtils.h
|
||||
StaticLib/GraphCanvas/Utils/GraphUtils.cpp
|
||||
|
||||
Reference in New Issue
Block a user