[PyQt] support for Android

2012-10-15 Thread Stef Mientki
hello Is there any progress in the support for Android ? PyQt seems to be the only environment that supports full WebKit. I just got my hands on a galaxy Note 10.1, and I have a very simple (at least I think) need: "write, read and sync (Android/Windows) some enhanced text documents" enhanced

[PyQt] QtWebKIt: traversing the domtree, how to get the tag-less items ?

2011-07-22 Thread Stef Mientki
hello, I'm having trouble finding tag-less elements in the dom tree. Can someone explain what I'm doing wrong ? # web2 is a QtWebView, and here it's filled with some contents frame = self.web2.page().mainFrame() frame.setHtml ( """ This is the Titls first line with p-ta

Re: [PyQt] how to use a JS method from within Python ?

2011-07-22 Thread Stef Mientki
On 22-07-2011 11:49, Phil Thompson wrote: > On Thu, 21 Jul 2011 18:12:03 +0200, Stef Mientki > wrote: >> hello, >> >> I use CodeMirror as an editable codeeditor in a QWebView. >> After creating an inserting CodeMirror, I get a reference to that >> CodeMirror o

[PyQt] how to use a JS method from within Python ?

2011-07-22 Thread Stef Mientki
etValue': {}, u'getInputField': {}, u'getSelection': {}, u'lineInfo': {}, u'getCursor': {}, u'coordsChar': {}, u'somethingSelected': {}, u'addWidget': {}, u'markText': {}, u'setCursor': {}, u'setSelectio

Re: [PyQt] Any Large PyQt Projects?

2009-02-19 Thread Stef Mientki
Miguel Lobo wrote: I'm also interested in this, but from a different angle. For large projects, how much of a problem is the lack of static checks of the kind that would be performed by a C/C++ compiler? For example, if you want to add a new parameter to a method, or change a parameter's type,

Re: [PyQt] Any Large PyQt Projects?

2009-02-19 Thread Stef Mientki
Brent Villalobos wrote: I'm looking for examples from people who have written large PyQt applications and I would like to hear your opinions on what worked well and what did not specifically with choosing python over C/C++. In particular, how does your python application handle tasks that req

Re: [PyQt] PocketPC port of PyQT4

2009-02-12 Thread Stef Mientki
Frédéric wrote: Le 10/2/2009, "David Boddie" a écrit: Nobody is using PyQt on WindowsCE? This was briefly discussed last year, it seems: http://www.riverbankcomputing.com/pipermail/pyqt/2008-May/019307.html Yes, I found this thread, and nother one... Me too thought that

Re: [PyQt] LGPL license.

2009-02-10 Thread Stef Mientki
Knapp wrote: On Tue, Feb 10, 2009 at 8:21 PM, Andreas Pakulat wrote: On 10.02.09 19:56:44, Knapp wrote: I see that the newer QT4.5 has the LGPL license. Does this mean that pyQT will also have this license? Does using this license mean that you can use the lib and write a closed source