updated components #122

Merged
zach merged 64 commits from feat/updated-components into main 2026-06-23 11:33:20 +02:00
3 changed files with 0 additions and 12 deletions
Showing only changes of commit fea468dd0c - Show all commits
-6
View File
@@ -40,12 +40,6 @@ ScrollBar {
else
hideDelay.restart();
}
onPositionChanged: {
const handleY = handle.y;
const pos = position;
console.log("\n" + "handle y: " + handleY + "\n" + "pos: " + pos);
}
Connections {
function onMovingChanged() {
-3
View File
@@ -60,12 +60,9 @@ Item {
menu.onItemSelected: item => {
root.selected(item);
// splitButton.closeDropdown();
}
stateLayer.onClicked: {
// splitButton.toggleDropdown();
splitButton.expanded = !splitButton.expanded;
console.log(root.z);
}
}
}
@@ -60,12 +60,9 @@ Item {
menu.onItemSelected: item => {
root.selected(item);
// splitButton.closeDropdown();
}
stateLayer.onClicked: {
// splitButton.toggleDropdown();
splitButton.expanded = !splitButton.expanded;
console.log(root.z);
}
}
}