16 #ifndef ACHIEVEMENTEDITOR_H 17 #define ACHIEVEMENTEDITOR_H 20 #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)) 26 #include "../data/FF7Achievements.h" 69 #endif // ACHIEVEMENTEDITOR_H A QWidget editor for achievements.dat file from 2012 and 2013 release of Final Fantasy 7...
qreal scale
Scale value for hidpi systems.
bool openFile(QString fileName="")
open a file.
bool saveFile(QString fileName="")
saves a file.
AchievementEditor(qreal Scale=1, QWidget *parent=0)
create a new AchievementEditor
FF7Achievements achievements
data class for widget
Work with achievements.dat.
QListWidget * achievementList
QListWidget that will contain the list of achievements.
void itemToggled(QModelIndex index)
an item has been toggled
void initConnect(void)
Connect objects.
void initDisplay(void)
create this items widgets
void initDisconnect(void)
Disconnect object.