选择矩形的问题

发布于 2024-08-21 23:37:44 字数 182 浏览 5 评论 0原文

我正在尝试在 QT 中为 Symbian 操作系统制作一个自定义列表视图。 然而,我面临一些问题:我能够在任何我想要的地方绘制所有内容,例如图标、文本等。

但是,默认情况下不会选择它。

为了进行选择,我需要手动绘制矩形。 然而,如果它们被改变或发生其他一些事情,这可能是一个问题。

我如何获得默认选择?

I am trying to make a customized listview in QT for the Symbian OS.
However, I am facing some problems: I am able to draw everything like icons, text etc.. wherever I wish.

However, it is not getting selected by default.

To do selection, I need to draw the rectangle manually.
It could be a problem if they got changed or some other stuff took place, however.

How would I get the default selection?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

呆橘 2024-08-28 23:37:44

您可能想调用 listview 从 QWidget 继承的 setFocus() 方法。

You probably want to call the setFocus() method which your listview inherits from QWidget.

场罚期间 2024-08-28 23:37:44

我需要调用基类油漆。一旦重写的函数结束,我需要调用基类paint。

I need to call the base class paint. Once the overridden function gets over, I need to call the base class paint.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文