Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
14633d44
Commit
14633d44
authored
Nov 30, 2021
by
Kai Uwe Broulik
🍇
Browse files
[KCM] Squeeze key and make it selectable by mouse
Avoids it blowing up the layout
parent
2a3ab410
Pipeline
#103781
passed with stage
in 1 minute and 36 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kcm/kcm.ui
View file @
14633d44
...
...
@@ -215,10 +215,13 @@
</widget>
</item>
<item>
<widget
class=
"
Q
Label"
name=
"verificationKey"
>
<widget
class=
"
KSqueezedText
Label"
name=
"verificationKey"
>
<property
name=
"text"
>
<string>
🔑 abababab
</string>
</property>
<property
name=
"textInteractionFlags"
>
<set>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse
</set>
</property>
</widget>
</item>
</layout>
...
...
@@ -385,6 +388,11 @@
<header>
kmessagewidget.h
</header>
<container>
1
</container>
</customwidget>
<customwidget>
<class>
KSqueezedTextLabel
</class>
<extends>
QLabel
</extends>
<header>
ksqueezedtextlabel.h
</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment