Add identifiers to the settings window

This commit is contained in:
GriffinR
2023-12-18 21:07:36 -05:00
parent 6d995cee9b
commit b74b007186
5 changed files with 144 additions and 28 deletions

View File

@@ -52,7 +52,9 @@ private:
void setBorderMetatileIds(bool customSize, QList<uint16_t> metatileIds);
QList<uint16_t> getBorderMetatileIds(bool customSize);
void createConfigTextTable(const QList<QPair<QString, QString>> configPairs, bool filesTab);
void createProjectPathsTable();
void createProjectIdentifiersTable();
QString chooseProjectFile(const QString &defaultFilepath);
void choosePrefabsFile();
void chooseImageFile(QLineEdit * filepathEdit);