Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Are all QtWidgets available when doing Qt Mobile Development?

    Mobile and Embedded
    5
    6
    1482
    Loading More Posts
    • 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
      blissful last edited by

      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 Reply Quote 0
      • JKSH
        JKSH Moderators last edited by

        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 Reply Quote 0
        • B
          blissful last edited by

          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 Reply Quote 0
          • A
            adutzu89 last edited by

            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 Reply Quote 0
            • O
              onek24 last edited by

              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 Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                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 Reply Quote 0
                • First post
                  Last post