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. looking for education/guidance/training
Qt 6.11 is out! See what's new in the release blog

looking for education/guidance/training

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 1.2k 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.
  • A Offline
    A Offline
    alpartis
    wrote on last edited by
    #1

    I do not have clear in my mind some interrelated parts of the Qt/QML ecosystem. As a result, every time I try to do something new, or make a change, I lose quite a bit of time. I'm trying to understand how each of these things work, when and why I need to use them, and how they are related:

    • project.pro QML_IMPORT_PATH and QML_DESIGNER_IMPORT_PATH
    • QQmlApplicationEngine::addImportPath()
    • .qrc file(s)
    • qmldir

    Where can I find good resources for this information? A youtube channel? Certification courses?

    Thanks.

    raven-worxR 1 Reply Last reply
    0
    • A alpartis

      I do not have clear in my mind some interrelated parts of the Qt/QML ecosystem. As a result, every time I try to do something new, or make a change, I lose quite a bit of time. I'm trying to understand how each of these things work, when and why I need to use them, and how they are related:

      • project.pro QML_IMPORT_PATH and QML_DESIGNER_IMPORT_PATH
      • QQmlApplicationEngine::addImportPath()
      • .qrc file(s)
      • qmldir

      Where can I find good resources for this information? A youtube channel? Certification courses?

      Thanks.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @alpartis said in looking for education/guidance/training:

      As a result, every time I try to do something new, or make a change, I lose quite a bit of time.

      but thats the best way to learn things ;)
      (i mean it)

      Where can I find good resources for this information?

      best source is always the Qt docs itself.
      Depending on your basic knowledge a book might also help to get a clear overview.

      • QML_IMPORT_PATH - Additional import path used to resolve QML modules in Qt Creator's code model
      • QML_DESIGNER_IMPORT_PATH - Additional import path used to resolve QML modules just for Qt Quick Designer
      • QQmlApplicationEngine::addImportPath() - https://doc.qt.io/qt-5/qtqml-syntax-imports.html#qml-import-path
      • .qrc file(s) - https://doc.qt.io/qt-5/resources.html
      • qmldir - https://doc.qt.io/qt-5/qtqml-modules-qmldir.html

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      2
      • R Offline
        R Offline
        richardwhite22
        Banned
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • T Offline
          T Offline
          tanyasingh447
          Banned
          wrote on last edited by tanyasingh447
          #4
          This post is deleted!
          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