![]() |
[QT] Resolution and ID
Hello is there any way how get a default screen resolution and ID of device? Thx for your replies.
|
Re: [QT] Resolution and ID
Hi,
for the resolution you can use: Code:
#include <QDesktopWidget> Daniel |
Re: [QT] Resolution and ID
Thanks. I need some identificator for device. For example getDevice() return N900 or N810 etc.
|
Re: [QT] Resolution and ID
Hi,
there is QSysInfo, but unfortunately Maemo is not supported there. If you are using QtMobility, there is QSystemInfo, which provides the information for you. If you need that for now and just for different maemo/linux versions, you can use the system command Code:
uname -n |
Re: [QT] Resolution and ID
Quote:
dbus-send --system --print-reply --type=method_call --dest=com.nokia.phone.SIM /com/nokia/phone/SIM/security Phone.Sim.Security.get_imei to get the imei both of which are unique per device so could be used for device identification. As daniel says above, Qt mobility will provide api's once this is released. |
All times are GMT. The time now is 07:18. |
vBulletin® Version 3.8.8