d47081
(D47081)
1
I saw this icon before at right of active list item

but now it is hidden even DropDown
item selected (by set_selected
)
Strange, maybe that because now I’m using custom widget for set_child
or have implemented the factory so icon get hidden now.
Hi,
Yes, the default factory creates an icon, then shows/hides it on selected-item
signal.
You can use this as example for your own factory.
Alternatively, you can use custom CSS style on row:selected
.
1 Like
d47081
(D47081)
3
Thank you, already learned about the factory and implemented custom widget using it binding!
system
(system)
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.