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. Create a simple managment application, where to start?
Forum Updated to NodeBB v4.3 + New Features

Create a simple managment application, where to start?

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

    Hello,

    I would like to create a small application to replace an old system that currently uses Excel for warehouse material tracking. Since our stock and client base are growing, I want to build something simple but easily scalable in the future to add new functionalities. I would like to avoid using pre-made or free management software because our tasks are very small and simple, and we only need a straightforward interface.

    My question is: what would be your recommendations for this project? For example, which tools or approaches should I start with, and which ones should I avoid because they might give me a hard time later? In example, start absolutely using this "xxxxx" because you will have hard times instead and similar.

    Also, I would like to know if there are modern, free graphics or UI templates that I could use as a starting point or even as a final design. Some ready-made designs look very nice, but they are not free. Is there a free database or repository of Qt designs that I could access?

    Here's something of what I mean.

    53275e2f-b70f-47b4-ba77-82cdc3310ea3-image.png
    7225bea3-f957-4927-ab70-c8ae9f50745f-image.png

    Thank you!

    Pl45m4P 1 Reply Last reply
    0
    • S Singed

      Hello,

      I would like to create a small application to replace an old system that currently uses Excel for warehouse material tracking. Since our stock and client base are growing, I want to build something simple but easily scalable in the future to add new functionalities. I would like to avoid using pre-made or free management software because our tasks are very small and simple, and we only need a straightforward interface.

      My question is: what would be your recommendations for this project? For example, which tools or approaches should I start with, and which ones should I avoid because they might give me a hard time later? In example, start absolutely using this "xxxxx" because you will have hard times instead and similar.

      Also, I would like to know if there are modern, free graphics or UI templates that I could use as a starting point or even as a final design. Some ready-made designs look very nice, but they are not free. Is there a free database or repository of Qt designs that I could access?

      Here's something of what I mean.

      53275e2f-b70f-47b4-ba77-82cdc3310ea3-image.png
      7225bea3-f957-4927-ab70-c8ae9f50745f-image.png

      Thank you!

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

      Hi and welcome to the forum :)

      @Singed said in Create a simple managment application, where to start?:

      My question is: what would be your recommendations for this project? For example, which tools or approaches should I start with, and which ones should I avoid because they might give me a hard time later? In example, start absolutely using this "xxxxx" because you will have hard times instead and similar.

      In general:
      To re-build a UI design similar to the one shown in your screenshot, I would go for a QtQuick/QML app. It is more modern looking and easier to integrate fancy animations, visualizations etc....
      ... unless something prevents you from using QML or you want to go for a more native OS looking desktop QtWidgets app.
      Are you targeting one platform only or should it work on multiple?!

      Then, depending on your knowledge, the next question is: C++ Qt or one of the Qt wrappers like PySide or PyQt (Python)?

      Also, I would like to know if there are modern, free graphics or UI templates that I could use as a starting point or even as a final design. Some ready-made designs look very nice, but they are not free. Is there a free database or repository of Qt designs that I could access?

      There are some, but mostly you will find more like "parts" online, that you can put together.
      If you are looking for some nice stylesheet, you will find examples.
      Or if you are looking for sidebar widgets, you will also find examples on GitHub or DIY tutorials online.
      But not "your" complete design free to use. Haven't seen something like that.

      Most of the UI can be done using Qt's standard widgets (or QML elements): Different Views, Menus, Buttons and other controls etc....


      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
      1

      • Login

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