Custom Buttons: working left/right/middle click
This commit is contained in:
parent
17944211d5
commit
21383b03c5
3 changed files with 34 additions and 19 deletions
|
|
@ -79,7 +79,7 @@ ColumnLayout {
|
|||
readOnly: root.readOnly
|
||||
enabled: root.enabled
|
||||
color: Color.mOnSurface
|
||||
placeholderTextColor: Color.mOnSurfaceVariant
|
||||
placeholderTextColor: Qt.alpha(Color.mOnSurfaceVariant, 0.6)
|
||||
background: null
|
||||
font.family: fontFamily
|
||||
font.pointSize: fontSize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue