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. Qt design studio file from Windows to Raspberry Pi

Qt design studio file from Windows to Raspberry Pi

Scheduled Pinned Locked Moved Unsolved Qt Design Studio
2 Posts 2 Posters 841 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
    Marzonek
    wrote on 10 Sept 2024, 08:02 last edited by
    #1

    Hello everyone,

    i created a Design in Qt design studio on my Windows because i need a GUI for a Project in my school.
    We want to run the GUI on a Raspberry Pi.
    Is it possible to run the file i created on my Windows to run on my Pi?
    I tried a little bit with the qml files but it didn't worked and now i dont know what to do.

    Thanks.

    P 1 Reply Last reply 11 Sept 2024, 12:40
    0
    • M Marzonek
      10 Sept 2024, 08:02

      Hello everyone,

      i created a Design in Qt design studio on my Windows because i need a GUI for a Project in my school.
      We want to run the GUI on a Raspberry Pi.
      Is it possible to run the file i created on my Windows to run on my Pi?
      I tried a little bit with the qml files but it didn't worked and now i dont know what to do.

      Thanks.

      P Offline
      P Offline
      Pl45m4
      wrote on 11 Sept 2024, 12:40 last edited by Pl45m4 9 Nov 2024, 13:10
      #2

      @Marzonek said in Qt design studio file from Windows to Raspberry Pi:

      i created a Design in Qt design studio on my Windows because i need a GUI for a Project in my school.

      Hi,

      did you wrote an app or only the .ui / *.qml file(s) in QtDesigner / Qt Design Studio?

      Is it possible to run the file i created on my Windows to run on my Pi?

      There is not such thing as "running the GUI file". You need to use it in an app with Qt.

      You need to create an app, with or without QML and then compile it for your Raspberry Pi device.

      One possibility how to proceed is shown in this Video here.
      Use the latest versions and not the ones shown in the video though.
      If you already made a QML design, you can copy the code to re-use it, as working with Qt is platform independent.


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      2
      • P Pl45m4 referenced this topic on 11 Sept 2024, 13:22

      1/2

      10 Sept 2024, 08:02

      • Login

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