We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d816b commit c8fbfefCopy full SHA for c8fbfef
mainwindow.cpp
@@ -883,7 +883,7 @@ MainWindow::MainWindow(QWidget *parent)
883
ui->PairIDInput->setReadOnly(false);
884
ui->PairIDInput->setText("");
885
ui->pairButton->setText("Pair");
886
- ui->ClientID->setText("0");
+ ui->ClientID->setText("");
887
mode = 0;
888
pairPartnerId = -1;
889
mainwindow.ui
@@ -79,7 +79,7 @@
79
</rect>
80
</property>
81
<property name="text">
82
- <string>TextLabel</string>
+ <string/>
83
84
<property name="alignment">
85
<set>Qt::AlignmentFlag::AlignCenter</set>
0 commit comments