change spacer by qwidget fake spacer

This commit is contained in:
2026-03-03 20:53:41 +01:00
parent 6e5aefa299
commit cf827b0ce4
3 changed files with 9 additions and 10 deletions

View File

@@ -48,6 +48,8 @@ class MainWindow(QMainWindow):
# Adjust UI
self.maintitle_label.setFont(QFont(font_family, 38))
self.subtitle_label.setStyleSheet("color: rgb(163, 177, 198)")
self.staff_btn.hide()
self.spacer_substitution.hide()
# Find the button by its objectName in Qt Designer
# Example: objectName = "close_btn"