MainWindow
0
0
1000
620
Quiz Client — ЛР3
8
-
6
-
048
Все тесты
GET /api/quiz/
QPushButton { background:#2d4a6b; color:#bfdbfe; border-radius:6px; font-weight:bold; border:1px solid #3b5f8a; }
QPushButton:hover { background:#3b5f8a; }
-
048
По ID
GET /api/quiz/:id/
QPushButton { background:#2d4a6b; color:#bfdbfe; border-radius:6px; font-weight:bold; border:1px solid #3b5f8a; }
QPushButton:hover { background:#3b5f8a; }
-
048
Создать
POST /api/quiz/
QPushButton { background:#1a3d2b; color:#86efac; border-radius:6px; font-weight:bold; border:1px solid #256040; }
QPushButton:hover { background:#256040; }
-
048
Обновить
PUT /api/quiz/:id/
QPushButton { background:#3d2e0a; color:#fcd34d; border-radius:6px; font-weight:bold; border:1px solid #5a4210; }
QPushButton:hover { background:#5a4210; }
-
048
Удалить
DELETE /api/quiz/:id/
QPushButton { background:#4a1a1a; color:#fca5a5; border-radius:6px; font-weight:bold; border:1px solid #6b2424; }
QPushButton:hover { background:#6b2424; }
-
048
Очистить
QPushButton { background:#2d3748; color:#9ca3af; border-radius:6px; border:1px solid #4b5563; font-weight:bold; }
QPushButton:hover { background:#374151; }
-
<b>Результат:</b>
-
0
QTabWidget::TabPosition::North
false
QTabWidget::pane { border: 1px solid #374151; border-radius: 0 4px 4px 4px; }
QTabBar::tab { background:#1f2937; color:#9ca3af; padding:6px 20px; border: 1px solid #374151; border-bottom: none; border-radius: 4px 4px 0 0; font-weight:bold; }
QTabBar::tab:selected { background:#111827; color:#f9fafb; border-color:#4b5563; }
QTabBar::tab:hover { background:#374151; color:#e5e7eb; }
Таблица
0
0
0
0
0
-
QAbstractItemView::SelectionBehavior::SelectRows
QAbstractItemView::SelectionMode::SingleSelection
QAbstractItemView::EditTrigger::NoEditTriggers
true
QTableWidget { gridline-color: #374151; border: none; color: #f9fafb; background: #111827; alternate-background-color: #1f2937; }
QHeaderView::section { background: #1f2937; color: #e5e7eb; font-weight: bold; padding: 6px 4px; border: none; border-bottom: 2px solid #4b5563; border-right: 1px solid #374151; }
QScrollBar:vertical { background: #1f2937; width: 10px; border-radius: 5px; }
QScrollBar::handle:vertical { background: #4b5563; border-radius: 5px; min-height: 20px; }
QScrollBar::handle:vertical:hover { background: #6b7280; }
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical { height: 0px; }
QScrollBar:horizontal { background: #1f2937; height: 10px; border-radius: 5px; }
QScrollBar::handle:horizontal { background: #4b5563; border-radius: 5px; min-width: 20px; }
QScrollBar::handle:horizontal:hover { background: #6b7280; }
QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0px; }
Текст
0
0
0
0
0
-
true
Courier New
10