Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Some Release
-
None
-
Tested with Qt 4.6.1, 4.7.1, 4.7.3 on Ubuntu 10.04 with firefox 3.6
Description
Modifying the example code Trivial.cpp
Trivial(QWidget *parent = 0)
: QWidget()
The label and the editor becomes visible (in some cases like the javascript example and pressing the about button), but its not possible to give them focus.
The same example works on Windows and Osx.
Problem can be that it uses QX11EmbedWidget, but it is not running in a separate process and the qt events are not getting sent. If qApp->exec() is called somewhere in the plugin then the browser freezes, but the widget works.