mirror of
https://github.com/ColinDuquesnoy/QDarkStyleSheet.git
synced 2026-08-29 08:34:30 +08:00
Add palette name on title when running example
This commit is contained in:
@@ -140,6 +140,7 @@ def main():
|
||||
uic.loadUi(os.path.join(here, 'ui/mw_menus.ui'), window)
|
||||
|
||||
title = ("QDarkStyle Example - ("
|
||||
+ f"Palette={args.palette}, "
|
||||
+ f"QDarkStyle=v{qdarkstyle.__version__}, "
|
||||
+ f"QtPy=v{QTPY_VERSION}, "
|
||||
+ f"{API_NAME}=v{API_VERSION}, "
|
||||
|
||||
Reference in New Issue
Block a user