An open API service indexing awesome lists of open source software.

https://github.com/bm777/dialogbox

Dialog Box with c++
https://github.com/bm777/dialogbox

box cpp dialog

Last synced: 22 days ago
JSON representation

Dialog Box with c++

Awesome Lists containing this project

README

          

Implementation of Dialog Box with C++

###
- [x] Features for Dialog box:

- Open Simple Dialog Box
- Dialog with two option: Yes and No
- When clicked on one: redirected to another {Information or critical or warning} dialog box.

###
- [x] Features for Open and Save file
- Qt permit us to create easiy usual dialog box: information, question, error, police, color, etc
- Most of all these dialog boxes can be opened througt a static method
- their use is simple, if we take care to read documentation to understand how to call the functions