Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. shapes vs images
Forum Updated to NodeBB v4.3 + New Features

shapes vs images

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
1 Posts 1 Posters 384 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.
  • mvjohn100M Offline
    mvjohn100M Offline
    mvjohn100
    wrote on last edited by
    #1

    on a qt for mcu project using shapes (import QtQuick.Shapes). on many places using similar code
    Shape
    {
    ShapePath
    {
    fillColor: "lightsteelblue"
    strokeColor: "lightsteelblue"
    startX: 0
    startY: 120
    PathLine { x: 670; y:120}
    PathLine { x: 650; y:150}
    PathLine { x: 0; y:150}
    PathLine { x:0;y:120}
    }
    }

    is it better to use images instead of these

    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