Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Full-screen rich desktop application
Forum Update on Monday, May 27th 2025

Full-screen rich desktop application

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 3.2k Views
  • 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.
  • I Offline
    I Offline
    iceman2
    wrote on last edited by
    #1

    I have experience with developing rich user interface application with flex and AS3. However the issue is its very hard to use existing c++ business logic with these flex apps. With the advent of QML, I am curious whether its possible to reuse the c++ business logic with Qt for rich UI apps.

    I want to know whether its possible to develop full screen rich user interface applications(which are becoming more and more common especially in mobile devices) for the desktop. For example("http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/":http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/) Adobe has the Flash Player which can be used in full screen mode and runs content written in AS3. Is it possible to write similar applications using Qt/QML?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      You can run Qt and QML applications in any flavor you want: minimized, normal, maximized and fullscreen. They provide a very extensive API, and if it is not enough for you there is noone preventing you from interspersing native platform API code.

      1 Reply Last reply
      0
      • I Offline
        I Offline
        iceman2
        wrote on last edited by
        #3

        Thanks, is there a code sample which shows to do that? i.e run QML as the UI description language and c++ code in the logic layer?

        1 Reply Last reply
        0
        • I Offline
          I Offline
          iceman2
          wrote on last edited by
          #4

          i found this: http://developer.qt.nokia.com/doc/qt-4.8/qdeclarativeview.html

          1 Reply Last reply
          0
          • L Offline
            L Offline
            lgeyer
            wrote on last edited by
            #5

            You may start reading right "here":http://developer.qt.nokia.com/doc/qt-4.8/qtquick.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