Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Is Qt Quick ready for listed application?

Is Qt Quick ready for listed application?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
8 Posts 5 Posters 2.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.
  • ABRafayA Offline
    ABRafayA Offline
    ABRafay
    wrote on last edited by A Former User
    #1

    Hi there,

    I have built social application with xamarin forms however i'm not happy due to lack of UI controls, for example there is no List with horizontal layout.

    So i started to look at QT and this is what i required for iOS, Android and Windows Phone as well as Desktop Platforms Windows and Mac.

    • Consistent User Experience across all platforms (instead of native looking theme, i want same UI/theme for all platforms)
    • Side Menu/Drawer Component
    • ListView with Variable Height Items and Virtualization Support, Item Right/Left Swiping Actions
    • OAuth Authentication with Twitter, Youtube etc
    • Mapping Support
    • Social Sharing, Web View

    Can you please tell me which is possible using pure QML/QUICK Controls?
    Thanks

    1 Reply Last reply
    0
    • V Offline
      V Offline
      Vincent007
      wrote on last edited by
      #2

      Did you try v-play? It is build on top of Qt5

      1 Reply Last reply
      0
      • jpnurmiJ Offline
        jpnurmiJ Offline
        jpnurmi
        wrote on last edited by
        #3

        Qt Quick Controls 2, released in Qt 5.7, offer:

        • Styles: http://doc-snapshots.qt.io/qt5-5.7/qtquickcontrols2-styles.html
        • Drawer: http://doc-snapshots.qt.io/qt5-5.7/qml-qtquick-controls2-drawer.html
        • SwipeDelegate: http://doc-snapshots.qt.io/qt5-5.7/qml-qtquick-controls2-swipedelegate.html
        1 Reply Last reply
        2
        • ABRafayA Offline
          ABRafayA Offline
          ABRafay
          wrote on last edited by
          #4

          First of all, thank you for your reply guys, really appreciate.

          @Vincent007 VPlay looks interesting but its a bit expensive for an indie-developer.

          @jpnurmi Awesome, what about mapping? (google maps) and social sharing (FB, twitter) ?

          jpnurmiJ 1 Reply Last reply
          0
          • ABRafayA ABRafay

            First of all, thank you for your reply guys, really appreciate.

            @Vincent007 VPlay looks interesting but its a bit expensive for an indie-developer.

            @jpnurmi Awesome, what about mapping? (google maps) and social sharing (FB, twitter) ?

            jpnurmiJ Offline
            jpnurmiJ Offline
            jpnurmi
            wrote on last edited by jpnurmi
            #5

            @ABRafay said:

            @jpnurmi Awesome, what about mapping? (google maps) and social sharing (FB, twitter) ?

            Right, I just listed the types that I'm closely familiar with. :) I'm not so familiar with QtLocation, but a quick doc search gives these results that may be of interest:

            • QML Maps and Navigation: http://doc.qt.io/qt-5/location-maps-qml.html
            • Map Viewer QML Example: http://doc.qt.io/qt-5/qtlocation-mapviewer-example.html

            I'm not sure about a Google Maps backend. The docs (http://doc.qt.io/qt-5/qtlocation-index.html) mention HERE, Mapbox, and Open Street. Also, social sharing I'm not sure about...

            ABRafayA 1 Reply Last reply
            2
            • jpnurmiJ jpnurmi

              @ABRafay said:

              @jpnurmi Awesome, what about mapping? (google maps) and social sharing (FB, twitter) ?

              Right, I just listed the types that I'm closely familiar with. :) I'm not so familiar with QtLocation, but a quick doc search gives these results that may be of interest:

              • QML Maps and Navigation: http://doc.qt.io/qt-5/location-maps-qml.html
              • Map Viewer QML Example: http://doc.qt.io/qt-5/qtlocation-mapviewer-example.html

              I'm not sure about a Google Maps backend. The docs (http://doc.qt.io/qt-5/qtlocation-index.html) mention HERE, Mapbox, and Open Street. Also, social sharing I'm not sure about...

              ABRafayA Offline
              ABRafayA Offline
              ABRafay
              wrote on last edited by
              #6

              @jpnurmi Thanks :)

              1 Reply Last reply
              1
              • L Offline
                L Offline
                ldanzinger
                wrote on last edited by
                #7

                Also, take a look at the ArcGIS Runtime SDK for mapping - https://developers.arcgis.com/qt/

                1 Reply Last reply
                2
                • F Offline
                  F Offline
                  feldifux
                  wrote on last edited by
                  #8

                  You can do all of your requirements with V-Play. There is a free license, as well as a monthly Indie license which you can use in the months you are actually developing your project and cancel it the other months.

                  You can check out the Qt World summit 2016 app which as a native UI & UX on iOS & Android, 100% same code base using V-Play SDK. It is also open-source as part of the V-Play SDK so you can copy the code you need for your project.

                  Cheers, Chris

                  Founder of Felgo SDK - http://felgo.com/qt

                  Felgo simplifies

                  • Mobile App Dev with Qt esp. iOS & Android
                  • Game Development with Qt

                  What others say

                  Felgo scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

                  1 Reply Last reply
                  1

                  • Login

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