QWidget 和 setVisible() 问题
我创建一个 QWidget:
m_widget = new QWidget(parent);
其中parent也是一个QWidget 然后我将 m_widget 的visible 设置为 false m_widget->setVisible(false);
之后我需要显示 m_widget m_widget->setVisible(true);
这行代码挂起应用程序,并且仅在 symbian 平台上的发行版本中挂起,
这是怎么回事?为什么这段代码可以在调试版本中工作?
请帮忙。提前致谢!
I create a QWidget:
m_widget = new QWidget(parent);
where parent is also a QWidget
then I set visible of m_widget to falsem_widget->setVisible(false);
after that I need to show m_widgetm_widget->setVisible(true);
and this line of code hangs the application and only in release build on symbian platform
what's wrong? why does this code work in debug build?
Please help. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来这是一个错误,
在这里报告,
https://bugreports.qt.io/
您可以通过询问获得更好的帮助,[电子邮件受保护]
It looks like this is a bug,
report over here,
https://bugreports.qt.io/
You can get better help by asking on, [email protected]