* @brief Returns the computed geometry as a list of {x, y, w, h} maps. */
| 100 | * @brief Returns the computed geometry as a list of {x, y, w, h} maps. |
| 101 | */ |
| 102 | QVariantList Widgets::Output::Panel::geometry() const |
| 103 | { |
| 104 | return m_geometry; |
| 105 | } |
| 106 | |
| 107 | //-------------------------------------------------------------------------------------------------- |
| 108 | // Layout computation |
no outgoing calls
no test coverage detected