Fold settings ActionPill + IconButton into qs.Ui kit
This commit is contained in:
@@ -394,6 +394,14 @@ Item {
|
||||
fontFamily: root.fontFamily
|
||||
active: true
|
||||
}
|
||||
|
||||
PillButton {
|
||||
text: "Apply"
|
||||
foreground: root.foreground
|
||||
fontFamily: root.fontFamily
|
||||
focusable: true
|
||||
bordered: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -516,6 +524,17 @@ Item {
|
||||
fontFamily: root.fontFamily
|
||||
enabled: false
|
||||
}
|
||||
|
||||
PanelActionButton {
|
||||
iconText: "⚙"
|
||||
tooltipText: "Focusable (settings form button)"
|
||||
foreground: root.foreground
|
||||
panelBackground: root.background
|
||||
fontFamily: root.fontFamily
|
||||
fontSize: 13
|
||||
size: 26
|
||||
focusable: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user