[PyQt] QWebView and https

2010-05-10 Thread alan moore
After being fed up with the kiosk modes offered by various browsers, I'm taking another crack at writing my own minimal browser with pyqt and QtWebKit for a kiosk application. Everything is working great, and I'm able to get all the features I want from this set up. But there is a problem. O

[PyQt] sip: how to disable copy constructor, assignment operator for mapped types

2010-05-10 Thread Nathan Cournia
Hi, I'm currently trying to use %MappedType to allow my QT code to interact with C++ objects that have been wrapped using SWIG. My .sip file currently looks like: %MappedType Node /NoDefaultCtors/ { %TypeHeaderCode #include using namespace foo; %End %ConvertFromTypeCode return sipCpp->ge

[PyQt] pyqt - TypeError: argument of type 'int' is not iterable

2010-05-10 Thread Martin Schiøtz
Hi I'm trying to install pyqt 4.7.3 but I get this error. Cheers! Martin $ brew install pyqt ==> Downloading http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.7.3.tar.gz File already downloaded and cached to /Users/malinko/Library/Caches/Homebrew ==> python ./configure.p

[PyQt] reliably producing svg for older versions

2010-05-10 Thread Lee Harr
I am using svg a lot in the pyqt programs I write. Using the versions available in Ubuntu 9.10, I would use Inkscape to create the svg, then open and re-save using Karbon 14 and that seemed to work ok. Now after updating to Ubuntu 10.04 the Inkscape files seem to work fine without having to re-

[PyQt] Open a Dialog (Qt Designer class) from QMainWindow

2010-05-10 Thread implor
I have two .ui filers converted with pyuic4 to python code. first I start my MainWindow gui and then I got a button to klick so the Dialog window will open. This do not work for me. I have been stuck for 2 days now and can't find a solution. the link below is someone with the same problem but the