flow -> flowbuttongroup

This commit is contained in:
end-4
2025-05-24 20:58:50 +02:00
parent ed8bcd8823
commit 43eb4739f8
3 changed files with 7 additions and 3 deletions
@@ -267,11 +267,10 @@ int main(int argc, char* argv[]) {
}
}
Flow { // Suggestions
FlowButtonGroup { // Suggestions
id: suggestions
visible: root.suggestionList.length > 0 && messageInputField.text.length > 0
property int selectedIndex: 0
property int clickIndex: -1
Layout.fillWidth: true
spacing: 5