QThread/QDialog 的竞争条件
我试图避免以下情况下的竞争条件: QDialog* dialog = [...] QThread* thread = [...] connect(thread, SIGNAL(finished()), dialog, SLOT(accept()))…
QEventLoop 和 QNAM 的 QTimer 超时问题
我创建了自己的 HTTP 类,它利用 QNAM 并提供发送 HTTP 请求的方法。它使用 QEventLoop 进行同步,使用 QTimer 进行超时。 我的解决方案遇到了一些问…
QDialog 弹出另一个 QDialog
我有一个子类 QDialog,其中包含一堆子类 QSpinBox。单击旋转框时,会出现一个键盘(另一个 QDialog),您可以在其中使用按钮输入数字。两个 QDialog …
- 共 1 页
- 1