Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Design Tooling
  3. Qt Design Studio
  4. How I link flowview .ui.qml into project
Forum Update on Monday, May 27th 2025

How I link flowview .ui.qml into project

Scheduled Pinned Locked Moved Solved Qt Design Studio
2 Posts 1 Posters 418 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.
  • H Offline
    H Offline
    haikalle
    wrote on last edited by
    #1

    Hi!

    I don't understand how I can make my project to start with using my flow view. Here is my steps:

    1. Create default project in design studio
    2. Add flow view
    3. Add couple flow items and build basic flow view with two items and connection between them.

    But now I'm lost what to do next. If I run my program it stll opens old Screen01.ui.qml. If I change App.qml file like below that I replace Screen01 with my AppFlowView .ui.qml type it dosen't work. What I'm missing here. I just would like to get my flow view to work.

    import QtQuick
    import QtQuick.Window
    import UntitledProject7
    
    Window {
        width: mainScreen.width
        height: mainScreen.height
    
        visible: true
        title: "UntitledProject7"
    
        Screen01 {
            id: mainScreen
        }
        
        /*
        This is not working
        
        AppFlowView {
            id: flowview
        }
        */
    
    }
    
    1 Reply Last reply
    0
    • H Offline
      H Offline
      haikalle
      wrote on last edited by
      #2

      I downloaded the lates version 3.4 and now it's working.

      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