DolphinQt: Add BalloonTip which is built off of an internal Qt class. It gives the ability to show a tooltip with an arrow!

This commit is contained in:
iwubcode
2020-10-17 00:05:00 -05:00
parent a9845e0a3d
commit c754b02aae
4 changed files with 315 additions and 0 deletions

View File

@ -81,6 +81,8 @@ add_executable(dolphin-emu
Config/GeckoCodeWidget.h
Config/Graphics/AdvancedWidget.cpp
Config/Graphics/AdvancedWidget.h
Config/Graphics/BalloonTip.cpp
Config/Graphics/BalloonTip.h
Config/Graphics/EnhancementsWidget.cpp
Config/Graphics/EnhancementsWidget.h
Config/Graphics/GeneralWidget.cpp