* @brief Returns the persisted layout for the given group ID. */
| 1146 | * @brief Returns the persisted layout for the given group ID. |
| 1147 | */ |
| 1148 | QJsonObject DataModel::ProjectModel::groupLayout(int groupId) const |
| 1149 | { |
| 1150 | return m_widgetSettings.value(Keys::layoutKey(groupId)).toObject().value("data").toObject(); |
| 1151 | } |
| 1152 | |
| 1153 | /** |
| 1154 | * @brief Returns the persisted layout for the given group within a window scope. |
no test coverage detected