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. Can All These Features Be Implemented in a Qt-based Windows Desktop Application?
Forum Updated to NodeBB v4.3 + New Features

Can All These Features Be Implemented in a Qt-based Windows Desktop Application?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 214 Views 2 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.
  • R Offline
    R Offline
    rajan
    wrote on last edited by
    #1

    Dear Everyone, [ @JKSH @SGaist @AndyS @JonB @J.Hilk @dheerendra ]
    I'm new to Qt application development and currently working on designing a feature-rich, Windows desktop application that involves schematic design, simulation, database interaction, and accessibility features. I’m exploring whether Qt C++ is capable of fulfilling all my needs, or if I would need to integrate external libraries or technologies (e.g., Python modules, MATLAB components, etc.).

    Please help me to get the clarification and deep guidance that how the development need to be navigated further, Thanks in Advance.

    Ronel_qtmasterR 1 Reply Last reply
    0
    • JonBJ JonB referenced this topic on
    • R rajan

      Dear Everyone, [ @JKSH @SGaist @AndyS @JonB @J.Hilk @dheerendra ]
      I'm new to Qt application development and currently working on designing a feature-rich, Windows desktop application that involves schematic design, simulation, database interaction, and accessibility features. I’m exploring whether Qt C++ is capable of fulfilling all my needs, or if I would need to integrate external libraries or technologies (e.g., Python modules, MATLAB components, etc.).

      Please help me to get the clarification and deep guidance that how the development need to be navigated further, Thanks in Advance.

      Ronel_qtmasterR Offline
      Ronel_qtmasterR Offline
      Ronel_qtmaster
      wrote on last edited by
      #2

      @rajan Hello. There are two famous schematic design software made with Qt that i know. Fritzing and Proteus . Based on that i can say yes Qt can fulfill all your needs , but it is not excluded that you will link non qt libraries to your project.

      1 Reply Last reply
      2
      • R Offline
        R Offline
        rajan
        wrote on last edited by
        #3

        Thanks @Ronel_qtmaster , that’s really helpful to know!
        Glad to hear Qt is capable, and I’ll definitely keep the door open for non-Qt libraries if needed.
        I’m starting with QGraphicsScene for the schematic editor and will build up from there.
        Any tips on structuring symbol libraries or managing simulations would be great!

        Pl45m4P 1 Reply Last reply
        0
        • R rajan

          Thanks @Ronel_qtmaster , that’s really helpful to know!
          Glad to hear Qt is capable, and I’ll definitely keep the door open for non-Qt libraries if needed.
          I’m starting with QGraphicsScene for the schematic editor and will build up from there.
          Any tips on structuring symbol libraries or managing simulations would be great!

          Pl45m4P Offline
          Pl45m4P Offline
          Pl45m4
          wrote on last edited by Pl45m4
          #4

          @rajan said in Can All These Features Be Implemented in a Qt-based Windows Desktop Application?:

          I’m starting with QGraphicsScene for the schematic editor and will build up from there.

          Before you start to write your own it's worth to take a look at this user-made schematic framework/library for use within Qt applications

          • https://github.com/simulton/QSchematic

          Btw: Don't tag/direct topics to a bunch of people (e.g. mods) explicitly... just start your topic and see who's going to comment or answer your questions :-)


          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
          • R Offline
            R Offline
            rajan
            wrote on last edited by
            #5

            Thankyou @Pl45m4 for the detail link.

            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