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
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
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
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-
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