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++
- Host: GitHub
- URL: https://github.com/bm777/dialogbox
- Owner: bm777
- Created: 2020-06-06T04:33:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T05:29:45.000Z (about 6 years ago)
- Last Synced: 2025-02-23T17:25:22.009Z (over 1 year ago)
- Topics: box, cpp, dialog
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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