X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;fp=src%2Fgui%2Ffilepicker.h;h=3ab470b17f0a1235c25c9610f222ab29444fc319;hb=f45b4acc547ca85d9af9efa37d8caa68c20a42e6;hp=16edee964c614c6b6348c09879dc54821e35123e;hpb=9b7c073bb2dd8392c5f1fd9373e6b8eb1ceab2d3;p=virtualjaguar diff --git a/src/gui/filepicker.h b/src/gui/filepicker.h index 16edee9..3ab470b 100644 --- a/src/gui/filepicker.h +++ b/src/gui/filepicker.h @@ -23,11 +23,16 @@ class FilePickerWindow: public QWidget void AddFileToList(unsigned long index); void AddFileToList2(unsigned long index, QString, QImage *, unsigned long size); void UpdateSelection(const QModelIndex &, const QModelIndex &); + void LoadButtonPressed(void); + + signals: + void RequestLoad(QString); protected: // void PopulateList(void); private: + QString currentFile; QListWidget * fileList2; FileThread * fileThread; FileListModel * model; @@ -35,4 +40,5 @@ class FilePickerWindow: public QWidget QLabel * cartImage; QLabel * title; QLabel * data; + QPushButton * insertCart; };