X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;h=a8c588847614cd9896000747618f5a09f2b06b4b;hb=4beff2f35f649bb0befa58c8a89fdd702b3c9b4f;hp=e11dc34777729f31b3b51f40c165dfc1f30ed3ec;hpb=09adab3161f986d5cc8dbeffe15cb6545afa138f;p=virtualjaguar diff --git a/src/gui/filepicker.h b/src/gui/filepicker.h index e11dc34..a8c5888 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 *); + 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; };