Details
-
Suggestion
-
Status: Closed
-
Not Evaluated
-
Resolution: Incomplete
-
Qt Creator 4.6.2
-
None
-
None
-
Qt Creator 4.6.2
Based on Qt 5.11.1 (Clang 8.0 (Apple), 64 bit)
Built on Jun 18 2018 11:51:56
From revision 1ddfb443b6iOS 11.4.1
Description
When QCheckBox is implemented as a part in some custom widget, the signals become a crazy spin!
In constructor of my MainWindow I'm adding my custom widget:
ui->mainLayout->addWidget(this->options, ...
The structure of the Options-widget is simple:
QWidget->QVBoxLayout->QCheckBox
That's all!
When I run my app on iOS 11.4.1 (directly from Qt creator) the CheckBox can't be checked or unchecked. When I click on it, it's checked for a litte part of a second and then immediately unchecked again.
All this is only in DebugMode. When the app runs in ReleaseMode, everything is ok