Thread
:
[Annouce] HealthCheck - Hardware/System checker for the N900
View Single Post
attila77
2010-06-11 , 10:05
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#
631
In case of Qt and Python vs C++, the code is translatable almost line by line, especially if the C++ original uses Qt constructs like foreach() for looping. There are a few caveats regarding variable scope and garbage collection, but in general it should not be an issue. Python to C++ is a bit more nasty (as C++ simply lacks a lot of the built-in goodies Python has, even with Qt - f.e. list comprehension).
__________________
Blogging about mobile linux -
The Penguin Moves!
Maintainer of
PyQt
(
see introduction
and
docs
),
AppWatch
,
QuickBrownFox
, etc
Quote & Reply
|
The Following 2 Users Say Thank You to attila77 For This Useful Post:
noobmonkey
,
Venemo
attila77
View Public Profile
Send a private message to attila77
Find all posts by attila77