The Following 2 Users Say Thank You to timperi For This Useful Post: | ||
|
2009-12-28
, 09:45
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#52
|
The Following User Says Thank You to Sasler For This Useful Post: | ||
|
2009-12-28
, 09:55
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#53
|
I'm actually using Qt Creator for my apps. It's quite nice and I like it. But if this MADDEN could be incorporated in Qt Creator, it would be really great.
What I would like is, when I click RUN, it would compile (or build... I don't know which is the correct term) it to my previously selected platform (in this case for Maemo 5) and then run it in my selected device (N900). All this in one single click!
However, already now MADDEN is really great. I can't wait for the functional emulator of N900!
The Following 10 Users Say Thank You to rontti For This Useful Post: | ||
|
2009-12-28
, 09:57
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#54
|
The MADDE and QT Creator integration is already done. QT Creator team just wait that we publish MADDE. Unfortunately I don't know where to download it.
|
2009-12-28
, 12:26
|
|
Posts: 148 |
Thanked: 484 times |
Joined on Nov 2008
|
#55
|
The Following 5 Users Say Thank You to tekojo For This Useful Post: | ||
|
2009-12-28
, 12:51
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#56
|
Not sure if it is mentioned anywhere, but you can use Creator so that you open the project normally on the pc and compile on pc as usual.
And only when you cross-compile, you open MADDE, run a 'make clean' and build for the N900. A bit of a trick, but it works for me.
I guess we kind of surprised the Qt Creator folks a bit with the timing too :-) Let's see when they can come up with a Creator version for MADDE.
|
2009-12-28
, 13:19
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#57
|
#include <QtGui/QApplication> #include "form.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); Form f; f.show(); return a.exec(); }
|
2009-12-29
, 02:51
|
Posts: 51 |
Thanked: 15 times |
Joined on Apr 2009
@ ChengDu, SiChuan, P.R.C
|
#58
|
The Following User Says Thank You to funpig For This Useful Post: | ||
|
2009-12-29
, 03:02
|
Posts: 21 |
Thanked: 14 times |
Joined on Dec 2009
@ Turku, Finland
|
#59
|
The Following 4 Users Say Thank You to timperi For This Useful Post: | ||
|
2009-12-29
, 16:08
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#60
|
QSound::play("sounds/bells.wav");
Over sensitive software is always tricky