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).
how access main UI with other thread? (with example) thanks.
Hi,
generally speaking you CANNOT do this; unly main thread can access directly with UI's.
Instead you can connect signals generated from secondary threads with UI's slots.