UI: refactor tokenLabel to address_label

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
Ralf Ramsauer 2016-07-17 22:36:46 +02:00
parent 367afb4092
commit 5355749c6b
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ MainWindow::~MainWindow()
void MainWindow::setClientmessage(const Clientmessage &msg)
{
ui->qrwidget->setQRData(msg.token());
ui->tokenLabel->setText(QString::fromStdString(msg.token()));
ui->address->setText(QString::fromStdString(msg.token()));
QString statusMessage("");
const auto &doormsg = msg.doormessage();

View File

@ -99,7 +99,7 @@
</spacer>
</item>
<item>
<widget class="QLabel" name="tokenLabel">
<widget class="QLabel" name="address">
<property name="font">
<font>
<pointsize>18</pointsize>