* @brief Returns the relative index of the widget within its type. */
| 118 | * @brief Returns the relative index of the widget within its type. |
| 119 | */ |
| 120 | int UI::DashboardWidget::relativeIndex() const |
| 121 | { |
| 122 | return m_relativeIndex; |
| 123 | } |
| 124 | |
| 125 | //-------------------------------------------------------------------------------------------------- |
| 126 | // Color & style |