A Qt (C++) application for number conversion [decimal,hexadecimal,octal,binary]
###Preview
#What is this application :
This is a a small & simple Qt destop application for quick number conversion
Currently the conversions support :
-Decimal (base 10)
-Hexadecimal (base 16)
-Octal (base 8)
-Binary (base 2)
#How it works :
-
The application is based on Qt v.5.4. It's built on QDialog class
-
The project directory follows the standard Qt project structure.
-
The .ui file contains the XML code generating the gui
-
dialog.h defines the Dialog class and its member functins while their implementatin is found at dialog.cpp
-
The .exec() function which executes the application is located at main.cpp
-
Open the file NumConverter.pro in Qt Creator and play around with the code !!
#Platform : Supported OS: Windows and Linux 64bit
Pull requests/Bug reports are welcome
Project maintained by [Abrar Shariar](https://www.facebook.com/abrar1661)