Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions qswipecheckbox/qswipecheckbox.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "http://inqlude.org/schema/generic-manifest-v1#",
"name": "qswipecheckbox",
"display_name": "QSwipeCheckbox",
"summary": "Flippable-Style Checkbox Widget",
"urls": {
"homepage": "https://github.com/tobiasvogel/QSwipeCheckbox",
"vcs": "https://github.com/tobiasvogel/QSwipeCheckbox"
},
"licenses": [
"GPLv2+"
],
"description": "Alternative implementation of regular Checkboxes in Swipe-Checkbox-Style (a.k.a. Flippable-Checkbox, Flip-Switch, etc.) for the Qt Framework supporting different styles and lots of customization options.",
"authors": [
"Tobias X. Vogel <[email protected]>"
],
"maturity": [
"beta"
],
"platforms": [
"Linux",
"Windows",
"OS X"
],
"topics": [
"Widgets"
]
}