I want to develop a desktop app to be used cross-system (win, mac, linux), is there a GUI framework that would allow me to write code once for all 3 platforms and have a fully-s
Since my first answer was for wxWidgets and you feel Qt is not for you...
You mentioned not javascript - note that PyQt "provides [python] bindings for Qt 2 and Qt 3". PySide is Nokia's official Python bindings for Qt. A "PyQt vs PySide" search provides interesting results:
There's also PythonQt but I haven't looked into it at all.
FYI,
Qt WebKit examples:
Qt provides an integrated Web browser component based on WebKit, the popular open source browser engine.
These examples and demonstrations show a range of different uses for WebKit, from displaying Web pages within a Qt user interface to an implementation of a basic function Web browser.
Anything specific about Qt that makes it 'not a great fit' for you?