我什么时候应该在类中使用 QSettings 保存设置?

发布于 2024-12-08 22:02:11 字数 156 浏览 0 评论 0原文

我曾经在 closeEvent 中保存设置,现在我发现这有点缺陷,因为当您关闭窗口时,该函数也会被调用。 (我的应用程序有一个系统托盘,并且具有隐藏到系统托盘的功能)

那么我什么时候应该使用 QSettings 保存设置?我不应该在破坏函数中调用它,对吧?

I used to save settings in closeEvent , now i found that's bit of flaw , because when you close a window , that function will be called as well. ( my app have a system tray , and hide to system tray ability )

So when should i save the settings with QSettings ? I shouldn't be calling this in destruction function , right ?

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

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

发布评论

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

评论(1

佞臣 2024-12-15 22:02:11

在析构函数中使用 QSettings 绝对没问题。我这样做已经很多年了,没有遇到任何问题。

It's definitely fine to use QSettings in destructors. I've done that for years and not had any problems.

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