Skip to content

ddeunagomez/qmlbutton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qmlbutton

A simple good looking button for QML applications

Purpose

The Button.qml file provides a nice looking button in QML for any applications. Signals are sent on clicks, presses, presses and holds and on double clicks. This can obviously be extended.

Usage

Take a look at the main.qml example.

Properties:

  • color: color fo the button (the "shadow" is automatically computed based on that color)
  • text: the text
  • textColor: color for the text
  • font: text font
  • animate (bool): make an animation when the button is triggered
  • any other usual property from a QML Item

About

A simple good looking button for QML applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published