* @brief Returns whether automatic layout is enabled. */
| 547 | * @brief Returns whether automatic layout is enabled. |
| 548 | */ |
| 549 | bool UI::WindowManager::autoLayoutEnabled() const |
| 550 | { |
| 551 | return m_autoLayoutEnabled; |
| 552 | } |
| 553 | |
| 554 | /** |
| 555 | * @brief Returns the currently set background image path. |