GH-1047 parse world files and integrate MCEdit with world page

This commit is contained in:
Petr Mrázek
2015-09-06 23:35:58 +02:00
parent 40b233448c
commit 38693e1d6c
58 changed files with 6079 additions and 161 deletions

View File

@ -66,6 +66,9 @@ protected:
protected:
BaseInstance *m_inst;
private:
QModelIndex getSelectedWorld();
private:
Ui::WorldListPage *ui;
std::shared_ptr<WorldList> m_worlds;
@ -75,6 +78,9 @@ private:
QString m_helpName;
private slots:
void on_copySeedBtn_clicked();
void on_mcEditBtn_clicked();
void on_rmWorldBtn_clicked();
void on_viewFolderBtn_clicked();
void worldChanged(const QModelIndex &current, const QModelIndex &previous);
};