mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
linkdialog: add ability to copy PIN
Change-Id: I2471d3e72db309c65dceeade262904cd48055904
This commit is contained in:
parent
e7d594b5f7
commit
5bd82d184d
1 changed files with 5 additions and 1 deletions
|
@ -278,13 +278,17 @@ BaseDialog {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
}
|
||||
|
||||
Label {
|
||||
MaterialLineEdit {
|
||||
id: exportedPIN
|
||||
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.preferredHeight: fieldLayoutHeight
|
||||
Layout.preferredWidth: fieldLayoutWidth
|
||||
|
||||
text: JamiStrings.pin
|
||||
color: JamiTheme.textColor
|
||||
selectByMouse: true
|
||||
readOnly: true
|
||||
font.pointSize: JamiTheme.headerFontSize
|
||||
font.kerning: true
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
|
|
Loading…
Add table
Reference in a new issue