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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -