Add basic global search widget

This commit is contained in:
Veronica Berglyd Olsen
2024-03-21 23:04:47 +01:00
parent 102885da6e
commit 9ddbe2f789
7 changed files with 186 additions and 46 deletions
+2
View File
@@ -152,6 +152,8 @@ class GuiTheme:
# Fonts
self.guiFont = qApp.font()
self.guiFontB = qApp.font()
self.guiFontB.setBold(True)
qMetric = QFontMetrics(self.guiFont)
self.fontPointSize = self.guiFont.pointSizeF()