|
|
|
|
|
by einpoklum
1865 days ago
|
|
I agree that it's pretty simple to get a button on screen in Qt, but your linked video presents it as horribly complicated. And requiring an IDE to do it is pre-admitting it's complicated. By the way - Qt and GTK are super-outdated ways to do GUI in C++. Popular, but outdated. |
|
... could you precise that more ? I'm literally just making "new project" > design view > search for the button component > drag'n'drop it ? How can it get more simple ?
(opening a text file and writing "Button {}" is definitely more complicated if we're talking about teaching to beginners)