Skip to content

Source code of a Qt (C++) application for number conversion [decimal,hexadecimal,octal,binary]

License

Notifications You must be signed in to change notification settings

abrarShariar/NumConverter

Repository files navigation

A Qt (C++) application for number conversion [decimal,hexadecimal,octal,binary]

Download the application

###Preview

app 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

Download Application


Project maintained by [Abrar Shariar](https://www.facebook.com/abrar1661)

About

Source code of a Qt (C++) application for number conversion [decimal,hexadecimal,octal,binary]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published