mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-14 03:45:35 -05:00
fix new map popup window to allow layout selection
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
bool importedMap;
|
||||
QString layoutId;
|
||||
void init();
|
||||
void initUi();
|
||||
void init(MapSortOrder type, QVariant data);
|
||||
void init(Layout *);
|
||||
static void setDefaultSettings(Project *project);
|
||||
@@ -60,6 +61,8 @@ private:
|
||||
static struct Settings settings;
|
||||
|
||||
private slots:
|
||||
void on_checkBox_UseExistingLayout_stateChanged(int state);
|
||||
void on_comboBox_Layout_currentTextChanged(const QString &text);
|
||||
void on_pushButton_NewMap_Accept_clicked();
|
||||
void on_lineEdit_NewMap_Name_textChanged(const QString &);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user