How can I make frames like having width colored also having button and it to be functioning using C++ codes? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I make frames like having width colored also having button and it to be functioning using C++ codes?

How can I make frames like having width colored also having button and it to be functioning using C++ codes?

7th Jul 2019, 7:16 AM
Hassan Swaleh Mkuta
Hassan Swaleh Mkuta - avatar
3 Answers
+ 3
If you meant something like a GUI (the graphical user interface of desktop or mobile applications) QT (qt.io) would be a good choice. It allows your application to create windows with buttons, input fields and all kinds of widgets you know from other applications and it works best with C++.
7th Jul 2019, 8:27 AM
Aaron Eberhardt
Aaron Eberhardt - avatar
+ 2
QT is a GUI framework for C++, I thought it might be what you were looking for: https://www.qt.io/
7th Jul 2019, 12:40 PM
Aaron Eberhardt
Aaron Eberhardt - avatar
+ 1
QT? I didn't get it
7th Jul 2019, 12:12 PM
Hassan Swaleh Mkuta
Hassan Swaleh Mkuta - avatar