in plugin thread - unable to create more complex instances than QWidget
Bug #659077 reported by
Rafal Wokacz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Carto |
New
|
High
|
Unassigned |
Bug Description
Unable to create QPushButton within the ConfigDialog, while the ConfigDialog is instantiated in the QThread.
It is said that the QThread must not be passed as the 'this' to the child QObjects. More over the GUI objects are not reentrant, They can only be used from the main thread.(ref. http://
Appear only in linux. Checked on qt 4.6, 4.7.
To post a comment you must log in.