mirror of https://github.com/qt/qtdoc.git
Indicate SSL support in the colorpalette UI
Ammends 7a62659880
Pick-to: 6.7
Change-Id: I9b51af41f752ae5da826ae1c98ae7cb2bf20b3aa
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
This commit is contained in:
parent
d050b32537
commit
c75b665d8a
|
@ -144,7 +144,7 @@ Item {
|
|||
|
||||
Button {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: qsTr("Connect")
|
||||
text: restPalette.sslSupported ? qsTr("Connect (SSL)") : qsTr("Connect")
|
||||
|
||||
buttonColor: "#2CDE85"
|
||||
textColor: "#FFFFFF"
|
||||
|
|
Loading…
Reference in New Issue