Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Advice for application
Qt 6.11 is out! See what's new in the release blog

Advice for application

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 178 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.
  • A Offline
    A Offline
    AJEJE
    wrote last edited by
    #1

    Hello,
    I'm pretty new to use Qt, I didn't do very much until now, I'm used to work on .NET.
    My last application is an ecu tuning software, that in a IDE style host some windows with different tools, like 2D,3D,HEX editors, and other usefull things. I'm struggling with graphics editors: the 2d window is basically a line chart editable with mouse and keyboard events, and in .NET I still loosing event when mouse is moved fast. 3d is instead a 3d editable chart, it works but only on windows. So I'm thinking to switch the project on Qt. Do you think it will suitable to the app requirements?

    JonBJ 1 Reply Last reply
    0
    • A AJEJE

      Hello,
      I'm pretty new to use Qt, I didn't do very much until now, I'm used to work on .NET.
      My last application is an ecu tuning software, that in a IDE style host some windows with different tools, like 2D,3D,HEX editors, and other usefull things. I'm struggling with graphics editors: the 2d window is basically a line chart editable with mouse and keyboard events, and in .NET I still loosing event when mouse is moved fast. 3d is instead a 3d editable chart, it works but only on windows. So I'm thinking to switch the project on Qt. Do you think it will suitable to the app requirements?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote last edited by
      #2

      @AJEJE
      Qt widgets will do the stuff you mention. For 2D editing you have QGraphicsScene. Qt has 3D stuff but I'm not familiar it with or how to do an "editor", though presumably it can. I also don't know whether QML would be of interest to you, but it's a completely different paradigm from traditional procedural programming. All Qt stuff is cross-platform (Windows/Linux/Mac). You would probably want to write in C++ if you come from C#, though Python is also available.

      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