Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Navigation between qml pages from Qt logic
Forum Updated to NodeBB v4.3 + New Features

Navigation between qml pages from Qt logic

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 307 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.
  • D Offline
    D Offline
    Damian7546
    wrote on last edited by Damian7546
    #1

    Hi,
    Please to give me any tips/good solution to do navigation (changes windows) in QML from Qt ...
    In others application based on codesys (PLC) i used to state automat and each state was assigned to a screen and state was changed by logic.

    what optimal solution is in QML/Qt to similiar navigation like above descripted ?

    1 Reply Last reply
    0
    • RusticusR Offline
      RusticusR Offline
      Rusticus
      wrote on last edited by
      #2

      I would say, the best and quickest solution are always Signals
      Send a "changePage" Signal from QT with the page you want to change to, no it depends on which system you want to use

      D 1 Reply Last reply
      0
      • RusticusR Rusticus

        I would say, the best and quickest solution are always Signals
        Send a "changePage" Signal from QT with the page you want to change to, no it depends on which system you want to use

        D Offline
        D Offline
        Damian7546
        wrote on last edited by Damian7546
        #3

        @Rusticus
        I hve signali in QML, how open picture in below code:

        Connections {
            target: systemController
            function onUserNameChanged() {
                console.log(" userNameChanged")
                
                }
        }
        
        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