user interface - How to create a frame/window in C++ with GUI? -
i want basiically create window c++. should have control panel structure, option toggle button. button's image should bitmap, 1 on , other off.
it should have array of such individual control buttons, control panel. should able toggle on/off. i've build tiny application using c++. kindly guide me on start , proceed?
you should have on these:
- qt
- gtk+
- wxwidgets
and choose depending on need , preferencies.
edit:
if on windows, can use winapi. loose portability of code among oss.
Comments
Post a Comment