forked from Shinonome/dots-hyprland
flow -> flowbuttongroup
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
import QtQuick
|
||||||
|
|
||||||
|
Flow {
|
||||||
|
property int clickIndex: -1
|
||||||
|
}
|
||||||
@@ -267,11 +267,10 @@ int main(int argc, char* argv[]) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Flow { // Suggestions
|
FlowButtonGroup { // Suggestions
|
||||||
id: suggestions
|
id: suggestions
|
||||||
visible: root.suggestionList.length > 0 && messageInputField.text.length > 0
|
visible: root.suggestionList.length > 0 && messageInputField.text.length > 0
|
||||||
property int selectedIndex: 0
|
property int selectedIndex: 0
|
||||||
property int clickIndex: -1
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
|
|||||||
@@ -293,7 +293,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Flow { // Tag suggestions
|
FlowButtonGroup { // Tag suggestions
|
||||||
id: tagSuggestions
|
id: tagSuggestions
|
||||||
visible: root.suggestionList.length > 0 && tagInputField.text.length > 0
|
visible: root.suggestionList.length > 0 && tagInputField.text.length > 0
|
||||||
property int selectedIndex: 0
|
property int selectedIndex: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user