Qt: make all tooltips look similar to balloon tips (and share parts of their code)

This commit is contained in:
Filoppi
2021-04-28 19:15:53 +03:00
parent a45a0a2066
commit 4f53adc331
4 changed files with 60 additions and 48 deletions

View File

@ -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;