/
DiKey9
/
To_Do
Обзор
Документация
Войти
/
DiKey9
/
To_Do
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
styles.qss
123 строки
2 KB
oleg.gezhin
Create: main.py, requirements.txt, styles.qss, tasks.db, database.py
10 июн 2026, 11:47
Верифицирован
10 июн 2026, 11:47
e5263af
Код
Авторство
О чём код?
QMainWindow { background-color: #f5f5f5; } QPushButton { background-color: #2196F3; color: white; border: none; padding: 8px 16px; border-radius: 4px; font-weight: bold; } QPushButton:hover { background-color: #1976D2; } QPushButton:pressed { background-color: #0D47A1; } QPushButton:disabled { background-color: #BDBDBD; } QTableWidget { background-color: white; alternate-background-color: #f9f9f9; selection-background-color: #BBDEFB; gridline-color: #E0E0E0; } QHeaderView::section { background-color: #2196F3; color: white; padding: 8px; border: none; font-weight: bold; } QHeaderView::section:hover { background-color: #1976D2; } QComboBox, QLineEdit, QDateEdit, QTextEdit { padding: 5px; border: 1px solid #BDBDBD; border-radius: 4px; min-height: 20px; background-color: white; } QComboBox:focus, QLineEdit:focus, QDateEdit:focus, QTextEdit:focus { border: 2px solid #2196F3; } QComboBox::drop-down { border: none; } QComboBox::down-arrow { image: none; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #666; width: 0; height: 0; } QGroupBox { font-weight: bold; border: 1px solid #BDBDBD; border-radius: 5px; margin-top: 10px; padding-top: 10px; } QGroupBox::title { subcontrol-origin: margin; left: 10px; padding: 0 5px 0 5px; } QDialog { background-color: white; } QLabel { color: #333; } QProgressBar { border: 1px solid #BDBDBD; border-radius: 3px; text-align: center; height: 20px; } QProgressBar::chunk { background-color: #4CAF50; border-radius: 3px; } QScrollBar:vertical { border: none; background-color: #f0f0f0; width: 10px; border-radius: 5px; } QScrollBar::handle:vertical { background-color: #BDBDBD; border-radius: 5px; } QScrollBar::handle:vertical:hover { background-color: #9E9E9E; } QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical { border: none; background: none; }