Hola makroscatana,
Para poder crear una aplicación C++/Qt para un móvil Symbian, sólo debes seleccionar la opción Qt Widget Project>Mobile Qt Application en el asistente de creación de proyectos...
Type: Posts; User: mkfnx; Keyword(s):
Hola makroscatana,
Para poder crear una aplicación C++/Qt para un móvil Symbian, sólo debes seleccionar la opción Qt Widget Project>Mobile Qt Application en el asistente de creación de proyectos...
Hola Hugher,
Según entiendo, lo que deseas es colocar marcas en un mapa de Nokia para mostrar la ubicación de los vehículos. ¿O me equivoco?
Si estoy en lo correcto, te recomiendo que leas este...
Hi emaillenin,
Those configurations guides are previous to the release of the Nokia Qt SDK 1.0 or Qt SDK 1.1 Beta or for specific purposes.
Today, as cadig says, you only need to install the...
Hi narendar_discover,
Two options for using maps in a Qt 4.6.3 application:
1. Google Maps: You can use the Google Maps API with the QtWebkit classes like QWebview. It's very easy to get it...
Previous suggestions are good but if you need to create the elements dynamically the Qt Samegame tutorial has a good example, look at the createBlock function of the first code snippet of this:...
Maybe you could be interested in some non official ways to do Symbian Development from Linux ;-) : http://labs.qt.nokia.com/2010/12/17/experimental-packages-for-symbian-development-on-linux/
You don't download the Qt MySQL plugin, You need to build it, search in google for a guide to build it, here's one example, but there are many more (also forum topics):...
Hi Rondo23,
What's exactly your problem?
Have you tried to get the result of the query as is explained in the QSqlQuery Qt Documentation?
http://doc.qt.nokia.com/4.7/qsqlquery.html#details
...
Another option is the QsKineticScroller it worked for me in the simulator and it's pretty easy to use, as the article says:
And an example code:
QsKineticScroller *listKineticScroller =...
Hola herotodo,
La recomendación de Nokia para desarrollar en dispositivos S60 3rd edition como el E63 es utilizar Qt (un framework para desarrollo en C++) o Web, la decisión entre estas dos...
Supongo que te refieres a alguna API para poder utilizar un dispositivo de este tipo desde tu aplicación
Si en cambio te refieres al código de Symbian que se encarga de controlar el dispositivo,...
You can think of it as a "player" (really an interpreter) which plays (interprets) QML files, open a .qml file, created by you or from the included examples, from the file->open option in the menu...
Hi Marko,
thanks for your words! We're going to work hard to ensure that everything will be ok.
The Zona Qt link is ok now, thanks again!
Hi everyone
My name is Miguel López, I'm co-founder of the website Zona Qt, in this site we publish tutorials, news and provide comunity support in spanish language about Qt.
The purpose of...
Hola a todos,
Mi nombre es Miguel López, soy co-fundador del sitio Zona Qt, en el cual publicamos tutoriales, noticias y damos soporte comunitario sobre Qt en nuestro idioma.
La intención de...
Hi rahul044,
Maybe this could be helpful: http://wiki.forum.nokia.com/index.php/Create_a_page_based_UI_with_QStackedLayout_and_QToolbar
In this example a QWidget is used for each screen (or...
Hola, ¿Ya probaste las guías de forum nokia? http://www.forum.nokia.com/Develop/Java/Getting_started/ Son bastantes claras, sería bueno que las revisaras y que regresaras a este foro (o al de idioma...
A QStackedWidget could be what you're looking for.
A small example: http://wiki.forum.nokia.com/index.php/Create_a_page_based_UI_with_QStackedLayout_and_QToolbar
Hope it helps!
You can use the QDate's addMonths function and compare with your current date, when your current date is less than or equal to stored date then the established period of time has passed.
Example:...
Yes, you need to create a project.
To build the example codes, create an Empty Project wich is inside the Other Project category, then just add the existing files by selecting this option in the...
You need to call the QTimer::start(int msec) function, not just the setInterval(int msec) function,
Also check your conditions and avoid the duplicated code.
Try seaching in sources dedicated to mobile development just like this site ;-)
Search in the wiki pages of Forum Nokia for some examples of creating and porting applications to Qt and other Nokia...
Just for verification, are you also doing this:
?
Then it's not possible to distribute Qt 4.6.3 apps for the N8 through OVI Store? Or you just omitted it because it's obvious (obviously not for me :P) that it does?
An alternative tutorial: http://zetcode.com/tutorials/qt4tutorial/
But the fundamentals of Qt haven't changed in a long time, at least not for the 4.2 to the current version, and not for the...