Knut Items

Warning

doxygenclass: Cannot find class “AnimatedIconButton” in doxygen xml output for project “knut-app” from directory: ../doxygen/xml

As an example of the AnimatedIconButton, with the Knut icon as top and the close icon as bottom icon:

1
2
3
4
5
6
AnimatedIconButton {
    bottomSource: "close.svg"
    color: "black"
    iconSize: 24
    topSource: "knut.svg"
}
example of the :cpp:class:`AnimatedIconButton`

Warning

doxygenclass: Cannot find class “ColorIcon” in doxygen xml output for project “knut-app” from directory: ../doxygen/xml

Warning

doxygenclass: Cannot find class “DateTimePicker” in doxygen xml output for project “knut-app” from directory: ../doxygen/xml

Warning

doxygenclass: Cannot find class “Divider” in doxygen xml output for project “knut-app” from directory: ../doxygen/xml

Warning

doxygenclass: Cannot find class “ListViewHeader” in doxygen xml output for project “knut-app” from directory: ../doxygen/xml

Warning

doxygenclass: Cannot find class “TextInput” in doxygen xml output for project “knut-app” from directory: ../doxygen/xml

1
2
3
4
TextInput {
    helperText: qsTr("Helper Text")
    lable: qsTr("Label")
}
example of the :cpp:class:`TextInput`

Warning

doxygenclass: Cannot find class “TopBar” in doxygen xml output for project “knut-app” from directory: ../doxygen/xml

Warning

doxygenclass: Cannot find class “TriSwitch” in doxygen xml output for project “knut-app” from directory: ../doxygen/xml

TriSwitch with a value set to 0.5:

1
TriSwitch { value: 0.5 }
example of the :cpp:class:`TriSwitch`