#pragma once #include #include class WorldSettings : public QDialog { Q_OBJECT public: WorldSettings(); private: QVBoxLayout* m_layout; };