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. Tutorial for creating UIs with Qt Creator in Design mode
QtWS25 Last Chance

Tutorial for creating UIs with Qt Creator in Design mode

Scheduled Pinned Locked Moved Solved Qt for MCUs
4 Posts 2 Posters 872 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.
  • M Offline
    M Offline
    Mkdkr
    wrote on 21 Sept 2020, 20:05 last edited by
    #1

    Hello,

    New to Qt. I'm using Qt for MCUs. I've followed this video webinar:
    https://resources.qt.io/videos/programming-for-smart-devices-microcontrollers-with-stm32-series-and-qt
    It shows how to develop a UI with QML.

    I'm wondering if there's a tutorial which shows how to use Qt Creator only in design mode to create screens and add interactions etc.
    Or am I missing something - is Creator not the tool for this?

    If it helps, I'm working with an STM32F469I-DISCOVERY.

    1 Reply Last reply
    0
    • Y Offline
      Y Offline
      ylopes
      wrote on 22 Sept 2020, 20:15 last edited by
      #2

      You have two options: use Qt Creator's design mode or use Qt Design Studio. Except for a few notable exceptions, they are essentially the same thing. What you don't get for example in Qt Creator are the bridges to design tools such as Photoshop and Sketch (https://doc.qt.io/qtdesignstudio/psqtbridge.html).

      You can watch a series of tutorial video in this playlist: https://www.youtube.com/playlist?list=PLizsthdRd0Ywkf3hf8cLfpaiuZR_-SMFs
      Note however that several concepts in these videos do not apply to Qt for MCUs, as the QML subset is limited compared to "full" Qt. When creating a project in Qt Design Studio, you have the option to create a MCU project, the design environment that you will be able to use will be limited to what you can actually do on MCUs. You can then switch to Qt Creator (or another IDE) to develop the logic/backend in C/C++. The project created by Design Studio contains a generated CMake project for your convenience.

      1 Reply Last reply
      5
      • M Offline
        M Offline
        Mkdkr
        wrote on 24 Sept 2020, 13:11 last edited by
        #3

        Great :) thank for the info!

        1 Reply Last reply
        0
        • Y Offline
          Y Offline
          ylopes
          wrote on 24 Sept 2020, 15:43 last edited by
          #4

          Here is another video tutorial specifically about using Qt Design Studio with Qt for MCUs: https://resources.qt.io/qt-on-demand-webinars/get-started-creating-dynamic-uis-with-qt-design-studio-and-photoshop-on-mcus-on-demand-webinar-2

          1 Reply Last reply
          2

          1/4

          21 Sept 2020, 20:05

          • Login

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