Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import QtQuick 2.0
|
||||
|
||||
import org.kde.kquickcontrols 2.0
|
||||
import QtQuick.Layouts 1.1
|
||||
|
||||
RowLayout {
|
||||
|
||||
KeySequenceItem
|
||||
{
|
||||
id: sequenceItem
|
||||
modifierOnlyAllowed: true
|
||||
}
|
||||
Text
|
||||
{
|
||||
text: sequenceItem.keySequence
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user