Thread
:
Application Instance
View Single Post
fcrochik
2010-07-12 , 15:26
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#
5
In Qt you would need to do something like this to make sure the window is visible/active.
Code:
pMainWindow->show(); pMainWindow->activateWindow(); pMainWindow->raise();
__________________
My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS
- native UI around google maps -
GApp
- access to optimized mobile "google apps".
Shutdown
- shutdown and reboot with one click -
QuickCall
- one click call, skypeout and google voice integration using dial tones.
WakeOnLan
- wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp
- access to optimized mobile "google apps". -
MobWebMail
: browser optimized to access multiple gmail accounts
MyContacts
: 75 Contacts on your desktop, ring tones per group and more -
GeePS
: native front-end for google maps
Macuco2
: web browser to access web sites optimized for the iphone -
WakeOnLan
: wake up computers on your local network
dbBrowser
: Simple application to browse sqlite databases
Quote & Reply
|
fcrochik
View Public Profile
Send a private message to fcrochik
Visit fcrochik's homepage!
Find all posts by fcrochik