mirror of https://github.com/status-im/StatusQ.git
ea118d716e
This component is used to render application tabs in the application nav bar that is yet to be implemented. `StatusNavBarTabButton` is a composition of `StatusIconTabButton`, `StatusToolTip` and `StatusBadge` and exposes each of these to enable customization. Usage: ``` StatusNavBarTabButton { checked: true/false // whether or not it's 'active' name: "string" // used to render a `StatusLetterIdenticon` badge.value: 30 // `StatusBadge` is exposed as `badge` tooltip.text: "Some tooltip" // `StatusTooltip` is exposed as `tooltip` icon.name: "message" // Behaves exactly like `StatusIconTabButton.icon` } ``` Closes #17 |
||
---|---|---|
.. | ||
Controls.qml | ||
Icons.qml | ||
Others.qml | ||
handler.cpp | ||
handler.h | ||
main.cpp | ||
main.qml | ||
qml.qrc | ||
sandbox.pro | ||
sandboxapp.cpp | ||
sandboxapp.h |