mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: make all tooltips look similar to balloon tips (and share parts of their code)
This commit is contained in:
@ -54,6 +54,10 @@ public:
|
||||
void SetUserStylesEnabled(bool enabled);
|
||||
bool AreUserStylesEnabled() const;
|
||||
|
||||
void GetToolTipStyle(QColor& window_color, QColor& text_color, QColor& emphasis_text_color,
|
||||
QColor& border_color, const QPalette& palette,
|
||||
const QPalette& high_contrast_palette) const;
|
||||
|
||||
bool IsLogVisible() const;
|
||||
void SetLogVisible(bool visible);
|
||||
bool IsLogConfigVisible() const;
|
||||
|
Reference in New Issue
Block a user