/Widget_library---in_CPP

This is my graphical widget library. You can make GUI applications in c++ using this library. You can create and manage static texts, checkboxes, text and number editor boxes, selector lists and buttons with a simple elagant design.

Primary LanguageHTML

Widget_library-cpp

This is my graphical widget library. It was a project at my university to practise c++ inheritance by making this multi file project. It has a widget class and several classes which derived from that.

You can find a doxygen documentation for the lib here: http://users.itk.ppke.hu/~abrdo/Domi'sWidget_library_documentation/

Content:

Widgets hpp and cpp files:

  • static text
  • dynamic text (editor)
  • number editor
  • selector list
  • function button

Refs:

I used the following graphic lib for visualize my widgets developed by my professor Gergely Feldhoffer, PhD. http://users.itk.ppke.hu/~flugi/grafikuslib/graphics.html I developed in CodeBlocks open source IDE. http://www.codeblocks.org/