In data giovedì 20 maggio 2010 23:14:55, Mailing List SVR ha scritto: : > Hi all, > > I need to display a web page in my pyqt application, qwebview make this > really simple but my interface is without keyboard so I have to show a > virtual keyboard when the user select an input text or a selectbox or a > textarea so I need to be notified when a such selection occur in the web > page, I cannot find any signal that can do this, any advice would be > really appreciated, > > thanks > Nicola > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt
Here is the solution: http://th30z.netsons.org/2009/03/qt-webkit-virtual-keyboard/ Nicola _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
