我可以在自己的应用程序中使用 Windows 资源管理器中的搜索框控件吗?

发布于 2024-11-08 22:39:09 字数 144 浏览 0 评论 0原文

我可以在我自己的 Qt/C++ 应用程序中使用 Windows 资源管理器中看到的这个搜索框控件吗?或者它是我必须手动实现的自定义控件?

在此处输入图像描述

Can I use this search box control seen in Windows Explorer in my own Qt/C++ application? Or is it a custom control I'd have to implement manually?

enter image description here

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

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

发布评论

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

评论(2

拿命拼未来 2024-11-15 22:39:09

我还没有见过这种控制,但是在 Qt 中很容易手动实现它。您可以按照本教程操作: http:// labs.qt.nokia.com/2007/06/06/lineedit-with-a-clear-button/ 并只需用搜索图标替换透明图标(并将插槽从当然,将 clear() 更改为执行所需搜索的内容)。

I haven't seen this kind of control, however in Qt it's easy to implement it manually. You may follow this tutorial: http://labs.qt.nokia.com/2007/06/06/lineedit-with-a-clear-button/ and just replace a clear icon with a search one (and change slot from clear() to something which performs desired search, of course).

時窥 2024-11-15 22:39:09

您可以使用Windows 搜索服务访问搜索功能;我不确定您是否可以将资源管理器使用的实际控件嵌入您自己的应用程序中,但您当然可以创建自己的以相同方式工作的控件。

You can use the Windows Search Service to access the search functionality; I'm not sure you can embed the actual control that Explorer uses in your own app, but you could certainly create your own that works the same way.

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