mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 10:24:26 +01:00
Mainwindow: Show huge token
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
parent
62ac4f26e0
commit
8503a2114f
@ -26,6 +26,7 @@ void MainWindow::setClientmessage(const Clientmessage &msg)
|
|||||||
{
|
{
|
||||||
ui->qrwidget->setQRData(msg.web_address());
|
ui->qrwidget->setQRData(msg.web_address());
|
||||||
ui->address->setText(QString::fromStdString(msg.web_address()));
|
ui->address->setText(QString::fromStdString(msg.web_address()));
|
||||||
|
ui->token->setText(QString::fromStdString(msg.token()));
|
||||||
QString statusMessage("");
|
QString statusMessage("");
|
||||||
|
|
||||||
const auto &doormsg = msg.doormessage();
|
const auto &doormsg = msg.doormessage();
|
||||||
|
@ -85,6 +85,31 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="verticalSpacer_4">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>40</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="token">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>36</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="verticalSpacer_3">
|
<spacer name="verticalSpacer_3">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
@ -102,7 +127,7 @@
|
|||||||
<widget class="QLabel" name="address">
|
<widget class="QLabel" name="address">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>18</pointsize>
|
<pointsize>22</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
Loading…
Reference in New Issue
Block a user