Answer the question
In order to leave comments, you need to log in
In what environment is the interface for C++ programs developed?
Tell me, are there any environments or libraries for developing the interface of programs written in C ++? I know about QT, but I wanted to know what other tools are.
PS I want to develop programs with a modern interface like in WPF
Answer the question
In order to leave comments, you need to log in
Qt is not a development environment, but a framework. Development environments are QtCreator, CLion, Visual Studio. All of them allow you to work with Qt.
Besides Qt, you can look at GTK+ (gtkmm), wxWidgets.
Qt is a library. Not Wednesday.
It is divided into components for working with the network, XML, JSON, SQL databases, OpenGl, sound and much more.
There are components for creating a visual interface.
There are 2 components in Qt to create interface Widgets and QML.
Widgets were the first. Then, when it was necessary to meet the requirements of the time, they came up with QML.
But widgets have not become obsolete, they have not become bad. They are easier to understand.
Decide on a task. What interface features do you need. Ask on Toaster if it can be done on Widgets. Google interfaces created with Widgets, it might suit you.
I do not recommend QML for a beginner.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question