<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Create a simple managment application, where to start?]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">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.</p>
<p dir="auto">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.</p>
<p dir="auto">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?</p>
<p dir="auto">Here's something of what I mean.</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/21d38e59-0e66-4b2d-a0a0-aff62801ab79.png" alt="53275e2f-b70f-47b4-ba77-82cdc3310ea3-image.png" class=" img-fluid img-markdown" /><br />
<img src="https://ddgobkiprc33d.cloudfront.net/d2f03cd9-8697-452f-a9ae-a6bf53165df5.png" alt="7225bea3-f957-4927-ab70-c8ae9f50745f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.qt.io/topic/163586/create-a-simple-managment-application-where-to-start</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 03:32:56 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/163586.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Oct 2025 11:43:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Create a simple managment application, where to start? on Mon, 27 Oct 2025 14:32:51 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to the forum :)</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/singed">@<bdi>Singed</bdi></a> said in <a href="/post/833141">Create a simple managment application, where to start?</a>:</p>
<blockquote>
<p dir="auto">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.</p>
</blockquote>
<p dir="auto">In general:<br />
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....<br />
... unless something prevents you from using QML or you want to go for a more native OS looking desktop QtWidgets app.<br />
Are you targeting one platform only or should it work on multiple?!</p>
<p dir="auto">Then, depending on your knowledge, the next question is: C++ Qt or one of the Qt wrappers like PySide or PyQt (Python)?</p>
<blockquote>
<p dir="auto">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?</p>
</blockquote>
<p dir="auto">There are some, but mostly you will find more like "parts" online, that you can put together.<br />
If you are looking for some nice stylesheet, you will find examples.<br />
Or if you are looking for sidebar widgets, you will also find examples on GitHub or DIY tutorials online.<br />
But not "your" complete design free to use. Haven't seen something like that.</p>
<p dir="auto">Most of the UI can be done using Qt's standard widgets (or QML elements): Different Views, Menus, Buttons and other controls etc....</p>
]]></description><link>https://forum.qt.io/post/833145</link><guid isPermaLink="true">https://forum.qt.io/post/833145</guid><dc:creator><![CDATA[Pl45m4]]></dc:creator><pubDate>Mon, 27 Oct 2025 14:32:51 GMT</pubDate></item></channel></rss>