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. Execution of application in the mentioned path
QtWS25 Last Chance

Execution of application in the mentioned path

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 731 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.
  • BhanuKiranChaluvadiB Offline
    BhanuKiranChaluvadiB Offline
    BhanuKiranChaluvadi
    wrote on last edited by
    #1

    Hi,

    I created an application where i displayed icons(.png images) using the Pathview . Now i can swipe through the icons.

    Now i want to extend this this application little further.

    If i click on any of the icon, based on the icon clicked (this i can get by index number) it should go to the specified folder and start executing the application (.exe file - which i created using qt-widget) in the specified folder through provided path.

        MouseArea{
            onClicked: 
                           // Not sure what to code here
        }```
    ? 1 Reply Last reply
    0
    • BhanuKiranChaluvadiB BhanuKiranChaluvadi

      Hi,

      I created an application where i displayed icons(.png images) using the Pathview . Now i can swipe through the icons.

      Now i want to extend this this application little further.

      If i click on any of the icon, based on the icon clicked (this i can get by index number) it should go to the specified folder and start executing the application (.exe file - which i created using qt-widget) in the specified folder through provided path.

          MouseArea{
              onClicked: 
                             // Not sure what to code here
          }```
      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @BhanuKiranChaluvadi Hi! You need to write a backend in C++ and expose it to QtQuick. The backend can use QProcess to start other programs.

      BhanuKiranChaluvadiB 1 Reply Last reply
      2
      • ? A Former User

        @BhanuKiranChaluvadi Hi! You need to write a backend in C++ and expose it to QtQuick. The backend can use QProcess to start other programs.

        BhanuKiranChaluvadiB Offline
        BhanuKiranChaluvadiB Offline
        BhanuKiranChaluvadi
        wrote on last edited by
        #3

        @Wieland

        Thanks for the reply.
        I tried it today and was able to run an executable.

        ? 1 Reply Last reply
        0
        • BhanuKiranChaluvadiB BhanuKiranChaluvadi

          @Wieland

          Thanks for the reply.
          I tried it today and was able to run an executable.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          @BhanuKiranChaluvadi Great! :)

          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