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.

enter image description here

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

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -