| ff7tk 0.80.25
    Work with Final Fantasy 7 game data | 
Display a preview of the contents of a PSX memory card file or FF7 PC save. More...
#include <SlotSelect.h>


| Public Member Functions | |
| SlotSelect (qreal scale=1, FF7Save *data=nullptr, bool loadVisiable=false, QWidget *parent=nullptr) | |
| create a new SlotSelect Dialog.  More... | |
Display a preview of the contents of a PSX memory card file or FF7 PC save.
When the dialog is run it will return the slot selected (0-14) or -1 if the load button was pushed. Copy Paste and Remove are are internal so no need to worry about doing those. Copy will currently only copies FF7 Saves.
| 
 | explicit | 
create a new SlotSelect Dialog.
| scale | Scale Fixed contents by this number (hidpi screens) | 
| data | Pointer to a FF7Save object | 
| loadVisiable | show the load file button | 
| parent | Dialogs Parent |