Закончил стилизацию css

This commit is contained in:
krivoshein
2024-12-19 12:40:52 +03:00
parent 3ed2b5f5d1
commit bc1f864815
61 changed files with 1168 additions and 1343 deletions

View File

@@ -8,7 +8,7 @@ EditorTrainees::EditorTrainees(ConnectorToServer* connectorToServer, bool adminM
TraineesView(connectorToServer, CommonView::TypeView::control, parent),
ui(new Ui::EditorTrainees)
{
ui->setupUi((QDialog*)this);
ui->setupUi(this);
connect(treeWidget, &QTreeWidget::currentItemChanged, this, &EditorTrainees::on_treeWidget_currentItemChanged);