refactor: Improve UX

This commit is contained in:
Petr Mironychev
2026-07-07 22:36:06 +02:00
parent bf3a67a1eb
commit 0382cd17a0
23 changed files with 1051 additions and 779 deletions

View File

@@ -16,6 +16,10 @@ namespace QodeAssist::Settings {
void applyMutedSmallCaps(QLabel *label);
void styleSourceBadge(QLabel *label, bool user);
QString filterHighlightedHtml(const QString &text, const QString &lowerFilter);
QLabel *makeSectionHeader(const QString &title, QWidget *parent);
QLabel *makeHintLabel(const QString &text, QWidget *parent = nullptr);