The most powerful QML mind map in history

Author: Yiqu, Ersanli
WeChat Official Account: Efficient Programmer
Personal WeChat: iwaleon (add me on WeChat, invite 500 people into the WeChat group)
Personal QQ: 550755606
QQ technical exchange group: 242790253

This is the strongest, most high-definition, and best-used QML mind map in history. All the content comes from the column "Detailed QML" :

  • Brand new QML
  • Based on Qt6 + CMake
  • Clear mind map (helps quick memory, easier to learn)
  • Thorough sample program (illustrations and texts, each article has a complete sample source code with detailed explanations)
  • Super comprehensive chapters (covering syntax, common elements, model view, canvas and drawing, animation effects, particle systems, shaders, multimedia, JavaScript, C++ interaction, etc.)

QML Core

  1. Top 5 Layouts in QML
    insert image description here

  2. QML Color Notation
    insert image description here

  3. QML mouse events
    insert image description here

  4. QML keyboard events
    insert image description here

  5. QML timer
    insert image description here

  6. z-order in QML
    insert image description here

  7. QML reusable components
    insert image description here

  8. QML singleton component
    insert image description here

  9. QML internationalization
    insert image description here

basic element

  1. QML Rectangle element
    insert image description here

  2. QML Text element
    insert image description here

  3. QML Image element
    insert image description here

Canvas and Drawing

  1. QML Canvas draws basic shapes
    insert image description here

  2. QML Canvas draws images
    insert image description here

  3. QML Canvas draws text
    insert image description here

  4. QML Canvas Gradients and Shadows
    insert image description here

  5. QML Canvas pixel handling
    insert image description here

  6. QML Canvas clipping
    insert image description here

  7. QML Canvas saves canvas content
    insert image description here

  8. QML Canvas geometric transformation (translation/rotation/scaling)
    insert image description here

  9. QML Canvas animation
    insert image description here

data storage

  1. QML save user configuration
    insert image description here

  2. QML database storage
    insert image description here

network programming

  1. QML HTTP request
    insert image description here

  2. QML WebSocket client
    insert image description here

  3. QML WebSocket server
    insert image description here

For more dry goods sharing, please follow my WeChat public account [Efficient Programmer], interesting, fun, and reliable!

Guess you like

Origin blog.csdn.net/u011012932/article/details/132307148