mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
UI: refactor tokenLabel to address_label
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
parent
367afb4092
commit
5355749c6b
@ -25,7 +25,7 @@ MainWindow::~MainWindow()
|
|||||||
void MainWindow::setClientmessage(const Clientmessage &msg)
|
void MainWindow::setClientmessage(const Clientmessage &msg)
|
||||||
{
|
{
|
||||||
ui->qrwidget->setQRData(msg.token());
|
ui->qrwidget->setQRData(msg.token());
|
||||||
ui->tokenLabel->setText(QString::fromStdString(msg.token()));
|
ui->address->setText(QString::fromStdString(msg.token()));
|
||||||
QString statusMessage("");
|
QString statusMessage("");
|
||||||
|
|
||||||
const auto &doormsg = msg.doormessage();
|
const auto &doormsg = msg.doormessage();
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="tokenLabel">
|
<widget class="QLabel" name="address">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>18</pointsize>
|
<pointsize>18</pointsize>
|
||||||
|
Loading…
Reference in New Issue
Block a user