元素的大小取决于 QListView 的大小
我开发了一个绘制列表元素的程序(QListView)。 如何根据 QListView 的大小设置元素的大小? 我在委托中编写了 sizeHint 的实现,但是我不知道从哪里获取实例 QListView 的大小。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案:
Solution: