made login link to open browser

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-06-14 12:47:44 +03:00
parent 74a86df53c
commit f60d0135f7
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -316,7 +316,7 @@
<item>
<widget class="QLabel" name="qrMessage">
<property name="text">
<string>TextLabel</string>
<string>Info</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
@ -324,6 +324,9 @@
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>