![]() |
2012-01-03
, 22:31
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#2
|
![]() |
2012-01-03
, 22:55
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#3
|
![]() |
2012-01-03
, 23:43
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#4
|
![]() |
2012-01-05
, 11:20
|
Posts: 28 |
Thanked: 2 times |
Joined on Feb 2010
@ Mannheim
|
#5
|
|
2012-01-05
, 11:36
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#6
|
Thanks for your links. My background is PHP an a bit of Java at the moment. But I think Python with Qt will be my choice for the next time.
Do you know if there is a simple HelloWorld HowTo for the N9 MeeGo Harmattan using the "stylish" UI theme?
![]() |
2012-01-05
, 13:11
|
Posts: 648 |
Thanked: 650 times |
Joined on Oct 2011
|
#7
|
Like this one ?
http://wiki.meego.com/SDK/Docs/1.1/Creating_Hello_World
![]() |
2012-01-05
, 13:22
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#8
|
![]() |
2012-01-05
, 14:42
|
|
Posts: 963 |
Thanked: 626 times |
Joined on Sep 2009
@ Connecticut, USA
|
#9
|
try: from PyQt import QtCore, QtGui import pyqt_utils as utils except ImportError: from PySide import QtCore, QtGui import pyside_utils as utils
![]() |
2012-01-05
, 15:06
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#10
|
As i also have a N900 and like to provide some help to the so called ecosystem, i want to start my first application. As this will be the first QT ("desktop") application, i'm looking for some usefull hints or tutorials for the first steps.
I'm working for a web company and I'm familiar with programming in generall i think this wont be that hard for me.
So, do you have any links or information for me? I think this could be interesting for many "new" contributers.