You are not logged in.

#1 2024-12-08 23:09:43

lo7777799
Member
Registered: 2023-07-25
Posts: 44

Questions from Beginner with C++ and QT

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

#2 2024-12-09 07:45:01

seth
Member
Registered: 2012-09-03
Posts: 59,889

Re: Questions from Beginner with C++ and QT

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
homer-simpsons.gif

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

#3 2024-12-10 13:08:32

ReDress
Member
Registered: 2024-11-30
Posts: 58

Re: Questions from Beginner with C++ and QT

lo7777799 wrote:

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

#4 2024-12-10 21:38:55

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,653

Re: Questions from Beginner with C++ and QT

short said: i want to code with vscode

You might want to consider using Qt Creator instead. It is optimised for Qt.

Offline

#5 2024-12-11 04:45:07

ReDress
Member
Registered: 2024-11-30
Posts: 58

Re: Questions from Beginner with C++ and QT

d_fajardo wrote:

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

#6 2024-12-11 07:30:15

seth
Member
Registered: 2012-09-03
Posts: 59,889

Re: Questions from Beginner with C++ and QT

No. Designer is in qt6-tools, creator is qtcreator w/ the latter depending on the former.

pacman -Fh

Online

Board footer

Powered by FluxBB