Dne 24. 03. 21 v 12:24 Karl Stanger napsal(a):
>
> I mean a GUI to design forms/masks for my program.
>
> I need to design a form with some buttons, checkboxes, drop-down lists or 
> combo-boxes and 3 sliders.
>
When I do C++, I use CMake projects + Netbeans. And in case of GUI programs, I 
use Qt toolkit – and if I click in Netbeans on an .ui file, it opens GUI editor 
where you can design the form (Qt Designer). So it is an external tool but it 
is integrated and works quite well. Example of such simple GUI project: 
<https://hg.globalcode.info/relpipe/relpipe-out-gui.qt.cpp/file>.

Franta

Reply via email to