Might it be a bad question ?
dont mind...
answer me please..
thanks
Might it be a bad question ?
dont mind...
answer me please..
thanks
I have some things for you, although they are not directly related to your questions:
Qtopia is like a set of additional classe for Qt. They run on top of Qt/Embedded and provide a window system and some more stuff, making an environment for Qt-programms to run. On other plattforms, you have the native window system, application launcher and so on, on embedded linux you don't have and thats the part Qtopia takes. Qtopia was based on Qt 2, there was never a version based on Qt 3 although there was Qt/Embedded based on Qt 3. I think a few days ago Trolltech released a version of Qtopia based on Qt4. Starting with the Qt 4 series, Qt/Embedded is renamed to Qtopia core.
Why should it not need it?I think Qtopia 4 does not need QPEApplication, is my assumptions right?
It's nice to be important but it's more important to be nice.
AP.Sakkthivel (20th March 2006)
Thanks Axe,
Finally I got some idea from you Thanks a lot...
BTW, answering to your question ...
I downloaded qtopia-core-source from trolltech site and installed it as per instructions..
the examples given are running on qvfb with out any problem..
when i see the source code, i find all examples are using QApplication instance and
not using QPEApplication instance...
That's Y i asked that question or made that assumption
what is your comment
Thanks
Trolltech renamed 'Qt Embedded' 4 to 'Qtopia Core'. It's still the same code, and it doesn't have QPEApplication classes.
![]()
Freelance Senior Software Engineer
so for QTE4, QApplication will work with out any problem, right?
Thanks for the answers and time spent
Regards
I am using Qtopia 1.7* version for development..
I need to access AlarmServer from my application...
when this is executed
Qt Code:
AlarmServer::addAlarm(myAlarmTime, "QPE/Application/clock", "Hello Alarm", 123);To copy to clipboard, switch view to plain text mode
it always gives this message @ console
AlarmServer waiting 329 seconds
QCopChannel: no client registered for channel QPE/PIM
what could be the problem?? kindly suggest me
thanks in advance![]()
Bookmarks