Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt for Symbian Beginner, Which should i choose Qt Quick or Qt widget?

Qt for Symbian Beginner, Which should i choose Qt Quick or Qt widget?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anishk
    wrote on last edited by
    #1

    Hi all forum members,
    I am new to Qt, and I had to develop an application which is having multiple screen (Screen navigation from one to other UI). I went through Qt examples. In the Qt creator new project wizard i found Qt quick and QWidget projects. I know the Qt quick uses QML for the UI building and that i don't know. I would like to know how to implement Qt widget based mobile application wich is having custom ui and multiple screens ?

    Also it would be helpful if a sample Mobile Qt Application with multiple screen and custom ui will be provided...

    Thanks in advance...

    Regards
    Anish

    Edit: Fixed typo in title; mlong

    1 Reply Last reply
    0
    • S Offline
      S Offline
      srikanth_trulyit
      wrote on last edited by
      #2

      I suggest start with Qt Quick. It is as simple as a Javascript. And the main advantage is that you will start using mobile specific ui components that are designed for touch based devices. You can very well do the same with Qt Widget, but I do not recommend it because the target you mentioned in mobile device, note that it does not mean that Qt Widgets are not capable of doing.

      By the way welcome to Qt Quick world.

      Checkout http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeexamples.html
      http://doc.qt.nokia.com/4.7-snapshot/gettingstartedqml.html

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved