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. Are all QtWidgets available when doing Qt Mobile Development?
Forum Updated to NodeBB v4.3 + New Features

Are all QtWidgets available when doing Qt Mobile Development?

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 5 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.
  • B Offline
    B Offline
    blissful
    wrote on last edited by
    #1

    Hi

    Are all QtWidgets available when doing Qt Mobile Development?
    For example, the QDateTime Widget....
    Is that also available in Qt Mobile?
    Is the look and feel the same? or is it adjusted to look and feel different for mobile?

    Thank you

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      Yes, all widgets are available on mobile platforms too. The look-and-feel depend on the platform.

      What mobile platform are you interested in? Qt 5.4 introduced native look-and-feel to Android: http://blog.qt.digia.com/blog/2014/12/03/native-android-style-in-qt-5-4/

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • B Offline
        B Offline
        blissful
        wrote on last edited by
        #3

        I'm interested in both the iOS and Android platform.
        I'm looking for a widget with a good look and feel for inputting Dates from year -3000 to 3000 with standard Gregorian months and days....
        I'm hoping Qt is the answer...
        Thanks

        1 Reply Last reply
        0
        • A Offline
          A Offline
          adutzu89
          wrote on last edited by
          #4

          Didn't used QDateTime but, you might style it using Qt's stylesheets or QStyle to fit your need.

          When I want to change the style of something in my app I use stylesheets(as I am already accustomed with them from CSS) and I am quite pleased with it.

          1 Reply Last reply
          0
          • O Offline
            O Offline
            onek24
            wrote on last edited by
            #5

            I have to lie but afaik the Webkit(QWebView) isn't officially supportet on mobile platforms, and so is the Webengine.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Neither are supported because of the current restriction imposed by their respective platform. For iOS, it's a rule of the AppStore to use Apple's webkit. For Android I don't currently remember. Anyway for basic web usage you have now the new "QtWebView":https://qt.gitorious.org/qt/qtwebview/ module that provides an interface to the native web views for both

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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