I developing a program that draws in elements of the list (QListView).
How do I set the size of an element depending on the size of the QListView?
I write implementation of the sizeHint in the delegate, but where to get the size of the instance QListView I don’t know.
I developing a program that draws in elements of the list (QListView). How do
Share
Solution: