Map layout page contents

This commit is contained in:
Dan Paulat 2023-11-09 06:23:41 -06:00
parent b9929db486
commit 9a70c37ccd
3 changed files with 161 additions and 5 deletions

View file

@ -17,6 +17,8 @@ public:
explicit MapLayoutPage(QWidget* parent = nullptr);
~MapLayoutPage();
bool validatePage() override;
private:
class Impl;
std::shared_ptr<Impl> p;