Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An application to show the opening status of the bytespeicher in your system tray

License

Notifications You must be signed in to change notification settings

arfprogrammer/BytespeicherTrayIcon

 
 

Repository files navigation

BytespeicherTrayIcon alt text

Build Status Build status

An application to show the opening status of the bytespeicher in the system tray icon.

Tested:

  • Qt 5.7.1 on Windows 10
  • Qt 5.5.1 on Linux Mint
  • Qt 5.9.0 on Linux Mint
  • Qt 5.9.1 on Linux Mint

Dependencies:

  • Qt >= 4.2 (http://qt.nokia.com)
  • A C++ build system (GCC/GNU make or MS Visual C++ Express will do)

Compiling: qmake main.pro && make or, if you are using MS Visual C++: qmake main.pro && nmake

By default, a notification is shown when the opening status changes. If you do not want that, you can start the program with the --silent or -s option.

Windows compatibility has not yet been tested by me, though some users report that it works too.

Versioning Scheme: The version number is calculated by the formula 1-1/(2^n), where n is incremented with each release. This way, the version number approaches 1 as n approaches infinity.

About

An application to show the opening status of the bytespeicher in your system tray

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.5%
  • QMake 9.5%