The Following 2 Users Say Thank You to damnshock For This Useful Post: | ||
|
2010-01-28
, 02:33
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#12
|
pyuic4 -o myfile_ui.py file.ui
from myfile_ui import *
The Following 4 Users Say Thank You to fatalsaint For This Useful Post: | ||
|
2010-01-28
, 02:39
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#13
|
The Following User Says Thank You to tso For This Useful Post: | ||
|
2010-01-28
, 05:51
|
Posts: 34 |
Thanked: 9 times |
Joined on Dec 2009
|
#14
|
The Following User Says Thank You to jobber99 For This Useful Post: | ||
|
2010-01-28
, 10:49
|
Posts: 279 |
Thanked: 34 times |
Joined on Jan 2010
@ Belgrade, Serbia
|
#15
|
|
2010-01-28
, 14:49
|
Posts: 50 |
Thanked: 56 times |
Joined on Oct 2009
@ Oviedo, Florida
|
#16
|
The Following 13 Users Say Thank You to dba For This Useful Post: | ||
|
2010-01-28
, 16:47
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#17
|
|
2010-01-28
, 16:56
|
Posts: 90 |
Thanked: 48 times |
Joined on Dec 2009
@ Montpellier, France
|
#18
|
|
2010-01-28
, 16:56
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#19
|
|
2010-01-28
, 17:05
|
Posts: 518 |
Thanked: 160 times |
Joined on Dec 2009
|
#20
|
...C++ is a can of worms, and you can easily get lost in the forest. I wouldn't recommend it for anybody's first programming language. (That said, if you become a serious developer on the platform there is no way you'll be able to avoid it.) Just be aware that C++ has a high activation energy. When you start dabbling in C++, you'll be obligated to drop back to your Debian desktop because that's where the SDK is. You'll have to learn about the GNU toolchain, a nontrivial undertaking by itself.
..
Anyway:
http://www.cplusplus.com/doc/tutorial/
That's some place to start