Index: sources/gui/qml/components/CircleWithText.qml =================================================================== diff -u -rc71deaab48699cffdf9db816dfac2778d79c2238 -r9f63306043e9a184ce3e71c573ef0a15d8644f95 --- sources/gui/qml/components/CircleWithText.qml (.../CircleWithText.qml) (revision c71deaab48699cffdf9db816dfac2778d79c2238) +++ sources/gui/qml/components/CircleWithText.qml (.../CircleWithText.qml) (revision 9f63306043e9a184ce3e71c573ef0a15d8644f95) @@ -22,6 +22,9 @@ import "qrc:/globals" import "qrc:/components" +/*! + * \brief A filled circle with text below it, used to build a step-by-step progress indicator + */ Rectangle { id: _root property int diameter : 10 property var text : ""