Correct the order

This commit is contained in:
Cacodemon345
2025-03-27 16:58:42 +06:00
parent 85a94516f7
commit 81e6b2a40a

View File

@@ -189,14 +189,14 @@ MainWindow::MainWindow(QWidget *parent)
num_label->setText(" NUM "); num_label->setText(" NUM ");
statusBar()->addPermanentWidget(num_label); statusBar()->addPermanentWidget(num_label);
scroll_label = new QLabel;
scroll_label->setText(" SCRL ");
statusBar()->addPermanentWidget(scroll_label);
caps_label = new QLabel; caps_label = new QLabel;
caps_label->setText(" CAPS "); caps_label->setText(" CAPS ");
statusBar()->addPermanentWidget(caps_label); statusBar()->addPermanentWidget(caps_label);
scroll_label = new QLabel;
scroll_label->setText(" SCRL ");
statusBar()->addPermanentWidget(scroll_label);
QTimer* ledKeyboardTimer = new QTimer(this); QTimer* ledKeyboardTimer = new QTimer(this);
ledKeyboardTimer->setTimerType(Qt::CoarseTimer); ledKeyboardTimer->setTimerType(Qt::CoarseTimer);
ledKeyboardTimer->setInterval(1); ledKeyboardTimer->setInterval(1);