QT: QQuickWidget with QML Map

Поділитися
Вставка
  • Опубліковано 15 бер 2021
  • Learn how to show qml map on QQuickWidget.
    download : git clone github.com/sonds1/QmlMap

КОМЕНТАРІ • 30

  • @ashthedash6546
    @ashthedash6546 3 роки тому +2

    Thank you so much for starting this channel. Great help for me. Please do a video describing route process for a map in QT.

    • @learnqt
      @learnqt  3 роки тому +1

      actually, this channel is for uploading the source code I barely find it.

  • @BenDover-pq8xj
    @BenDover-pq8xj 3 роки тому +5

    Added import QtLocation 5.6 to map.qml file but ERROR: qrc:/map.qml:15: ReferenceError: QtPositioning is not defined - regret yet another example failed - Using QtCreator 5.15.2 Many thanks for trying but you clearly have some Qt that is not the standard download. Just a warning to others that they are going to face.

  • @thirumalak2054
    @thirumalak2054 8 місяців тому

    Thank you so much for this explanation. and please upload more videos like this with QT and am learning qtmapbox but it seems like it is cost based app. but is there any other way to use of it. can you please make one video on qtmapbox and how to create a map and use it in mapbox.

    • @learnqt
      @learnqt  8 місяців тому

      I haven't had the chance to use qtmapbox, so I'm sorry. The information presented in the video is based on using OpenStreetMap, which is available for free.

    • @thirumalak2054
      @thirumalak2054 8 місяців тому

      OK. Thanks alot again for the video.@@learnqt

  • @zraibianour2615
    @zraibianour2615 3 роки тому

    If you don't mind, could you tell me whether it is possible to apply this with qt 32 bits

    • @learnqt
      @learnqt  3 роки тому

      I am not sure but I think it works with QT 32bits

  • @yunusdurgut5384
    @yunusdurgut5384 Рік тому

    Hello i am getting an error like this
    "qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed"
    Could you help

  • @user-gz8xi7vr3w
    @user-gz8xi7vr3w Рік тому

    HI, I USED YOUR MAP BUT I DIDNT KNOW HOW CAN I COMMAND IT TO REMOVE THE MARKER WHEN I USE removeMarker function it doesnt work can you help?

    • @learnqt
      @learnqt  Рік тому

      use this : mapview.clearmapItems()

  • @marcoc9848
    @marcoc9848 Рік тому

    Hello, can you repeat the video with better images and explaination, it is impossible to see the code.

  • @nithishs3887
    @nithishs3887 Рік тому

    QObject::connect(QQuickWindow, QDeclarativeGeoMap): invalid nullptr parameter
    getting this error and not getting map in the window, please help

    • @learnqt
      @learnqt  Рік тому

      can you send me the code. then I will check the problem for you. sonds1@daum.net

    • @egoryurchenko7847
      @egoryurchenko7847 Рік тому

      Yes, i had the same problem. Do you solve it?
      Its nessesory for me that it works with QQuickWidget

  • @user-ck8nb8eg3t
    @user-ck8nb8eg3t 6 місяців тому

    hey i cannot interact with the map cannot zoom in or out

    • @proxy7547
      @proxy7547 18 днів тому

      find the solution?

  • @tarekayadi1149
    @tarekayadi1149 3 роки тому

    Great video , Can i have the source code plz ?

    • @learnqt
      @learnqt  3 роки тому

      thank you. please leave your e-mail address then I will send you the source code.

  • @khalilhermassi1439
    @khalilhermassi1439 2 роки тому

    can u please send the source files ?

    • @learnqt
      @learnqt  2 роки тому +1

      I left the download link above.

  • @srikanth43354
    @srikanth43354 4 місяці тому

    followed all steps but map ot showing

    • @learnqt
      @learnqt  4 місяці тому

      Then, try downloading the file from Git and running it.

  • @oussemakossentini1485
    @oussemakossentini1485 2 роки тому

    Can i have the source code ?

    • @learnqt
      @learnqt  2 роки тому

      I left the download link above.

  • @unemployedbro
    @unemployedbro 5 місяців тому

    unable to zoom the map, finally i have used git code directly, then also Unable to zoom

    • @learnqt
      @learnqt  5 місяців тому

      really? that's weird. the code worked well to me

  • @comradearthur3977
    @comradearthur3977 3 роки тому

    cant find any worse tutorial than this