mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
5 lines
164 B
Python
5 lines
164 B
Python
|
|
OK_BUTTON = """QPushButton { background: green; color: white; font-weight: bold}
|
|
QPushButton:disabled { background-color: gray; }
|
|
"""
|