X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;h=16edee964c614c6b6348c09879dc54821e35123e;hb=b79e71ad6d2f71a2c1ccacb3d37ff02be60f2538;hp=e11dc34777729f31b3b51f40c165dfc1f30ed3ec;hpb=09adab3161f986d5cc8dbeffe15cb6545afa138f;p=virtualjaguar diff --git a/src/gui/filepicker.h b/src/gui/filepicker.h index e11dc34..16edee9 100644 --- a/src/gui/filepicker.h +++ b/src/gui/filepicker.h @@ -21,6 +21,8 @@ class FilePickerWindow: public QWidget public slots: void AddFileToList(unsigned long index); + void AddFileToList2(unsigned long index, QString, QImage *, unsigned long size); + void UpdateSelection(const QModelIndex &, const QModelIndex &); protected: // void PopulateList(void); @@ -30,4 +32,7 @@ class FilePickerWindow: public QWidget FileThread * fileThread; FileListModel * model; QListView * fileList; + QLabel * cartImage; + QLabel * title; + QLabel * data; };