Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
will Qt::DirectConnection faster than AutoConnection and other connection style?
Hi,
what do you mean with faster? The usage of Qt::ConnectionType is related to how the connection between signal and slot is executed. I suggest to use the default value Qt::AutoConnection if you are not sure what you're doing
Qt::ConnectionType
Qt::AutoConnection