Git Product home page Git Product logo

qtwidgets-animated-timer-uv-meter-progressbar's Introduction

qtWidgets

License Language Platform

this is a small collection of custom Qt widgets. Included here are:

widget screenshot
The QAnimatedTimer provides a "hourglass"-like animation that displays time elapsed and can automatically change its color at predefined time to indicate processes that take longer than expected. Number of dots is adjustable. Additionally, it can either switch on/off or fade in/out for smoother transitions.
The QVUMeter provides a vertical VU Meter (or volume meter) similar to indicators that can be found on professional or semi-professional audio hardware. The size of the dots, the range and yellow-red thresholds are adjustable. It can be dimmed to indicate inactivity. User can mark a point to indicate, for example, a threshold level. QVUMeter screenshot

using in a project

these controls can be independently added to your project. Just #include the header and make sure the relevant .cpp file is compiled as part of your project. There are no external dependencies, other than Qt itself. The widgets have been tested with Qt 4.x and Qt 5.x. Linux, Windows and Mac platforms are supported.

sample app

the sample application is included: look under sampleApp directory

building the sample app

  • make sure Qt and compilers are installed: ** Ubuntu: sudo apt-get install qt make gcc ** CentOS and Fedora: sudo yum install qt make gcc ** Fedora 23+: sudo dnf install qt make gcc ** Windows: install the dev package from the Qt site ** Mac: install the dev package from the Qt site
  • cd to the directory with the .pro file
  • qmake
  • make

qtwidgets-animated-timer-uv-meter-progressbar's People

Contributors

rom-p avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.