mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-22 08:36:06 -05:00
ui to change map's assigned layout id
This commit is contained in:
@@ -59,6 +59,7 @@ public:
|
||||
QMap<QString, QJsonValue> customHeaders;
|
||||
|
||||
Layout *layout = nullptr;
|
||||
void setLayout(Layout *layout);
|
||||
|
||||
bool isPersistedToFile = true;
|
||||
bool hasUnsavedDataChanges = false;
|
||||
|
||||
@@ -200,6 +200,7 @@ private slots:
|
||||
void on_comboBox_Weather_currentTextChanged(const QString &arg1);
|
||||
void on_comboBox_Type_currentTextChanged(const QString &arg1);
|
||||
void on_comboBox_BattleScene_currentTextChanged(const QString &arg1);
|
||||
void on_comboBox_LayoutSelector_currentTextChanged(const QString &arg1);
|
||||
void on_checkBox_ShowLocation_stateChanged(int selected);
|
||||
void on_checkBox_AllowRunning_stateChanged(int selected);
|
||||
void on_checkBox_AllowBiking_stateChanged(int selected);
|
||||
|
||||
Reference in New Issue
Block a user