send me your code, I will try check at my side. my id is kkrish121@gmail.com
send me your code, I will try check at my side. my id is kkrish121@gmail.com
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Mail bouncing from your id!!Is this correct: kkrish121@gmail.com
I got the email.
Just made two changes its working fine. do the changes, if it won't work I will send the modified code back to you.
main.cpp
//viewer.setMainQmlFile(QLatin1String("qml/QTMOB/MainPage.qml"));
viewer.setMainQmlFile(QLatin1String("qml/QTMOB/main.qml"));
MainPage.qml
before
import QtQuick 1.1
import QtMobility.systeminfo 1.1
import com.nokia.symbian 1.1
Now:
import QtQuick 1.1
import com.nokia.symbian 1.1
import QtMobility.systeminfo 1.1
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
//viewer.setMainQmlFile(QLatin1String("qml/QTMOB/MainPage.qml"));
viewer.setMainQmlFile(QLatin1String("qml/QTMOB/main.qml"));I had intentionally pointed to MainPage
This change:
import QtQuick 1.1
import com.nokia.symbian 1.1
import QtMobility.systeminfo 1.1
Worked!! Unbelievable!! what's the magic behind this?? Any idea?
And Kkrish, thanks a lot!!![]()
Can't say what is the reason but from the error I can say, systeminfo package was not imported![]()
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Is there any good book on QtMobile + Symbian native coding? I couldn't find books on QML too..
I have the link to nokia's docs!
Check the learning section you will get very good stuff.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827