mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +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; }
|
|
"""
|