You are not logged in.
Good Evening,
i started learning c++ programming a few weeks ago.
i want to programme some apps with c++ and qt.
i want to use vscode to programme with code, and without graphical helpers, only want to see the code text to programme.
Qt Designer (Qt 5) ist a graphical interface, but i want to programme without graphical interfaces. i only want to programme with the code text.
I want to learn qt programming to build some apps for linux.
is there in the arch linux repository an application, that helps me learning coding with c++ to programme qt-apps? a lexikon with qt-functions and qt-headers for c++ in the arch linux repository ?
short said: i want to code with vscode and without guis and only with seeing code , producing some qt-programmes.
you can answer me in english or german, i speak both languages.
Last edited by lo7777799 (2024-12-08 23:12:07)
Offline
https://doc.qt.io/qt-6/
There's also qt-assistant that allows you to browse the VAST documentation offline.
https://archlinux.org/packages/extra/any/qt6-doc/
https://archlinux.org/packages/extra/x86_64/qt6-tools/
The Qt designer is merely a visual aid to arrange GUIs (and chain some signals and slots)
You don't have to use it if you're good at visually concepting UIs in your mind.
If you're not, it can help you not ending up with something like
Btw: "program" and the boards language is English - there's a dedicated board for foreign language posts and also a german archlinux forum.
https://forum.archlinux.de/
Online
Good Evening,
i started learning c++ programming a few weeks ago.
i want to programme some apps with c++ and qt.
i want to use vscode to programme with code, and without graphical helpers, only want to see the code text to programme.
Qt Designer (Qt 5) ist a graphical interface, but i want to programme without graphical interfaces. i only want to programme with the code text.
I want to learn qt programming to build some apps for linux.
is there in the arch linux repository an application, that helps me learning coding with c++ to programme qt-apps? a lexikon with qt-functions and qt-headers for c++ in the arch linux repository ?
short said: i want to code with vscode and without guis and only with seeing code , producing some qt-programmes.
you can answer me in english or german, i speak both languages.
I'd suggest you start with modding existing examples/samples depending on where your interests lie.
Based on the documentation, indeed.
Offline
short said: i want to code with vscode
You might want to consider using Qt Creator instead. It is optimised for Qt.
Offline
short said: i want to code with vscode
You might want to consider using Qt Creator instead. It is optimised for Qt.
Wouldn't that come packaged with Qt Designer?
Offline
No. Designer is in qt6-tools, creator is qtcreator w/ the latter depending on the former.
pacman -Fh
Online