X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;h=a8c588847614cd9896000747618f5a09f2b06b4b;hb=bfca68337bb71d75f7848922c2d0a73837c923cb;hp=f0b5143babc52667575149808d9a2c5756fc8555;hpb=25cc16d819c81e08d2e21b57720dd4ea08ae9e25;p=virtualjaguar diff --git a/src/gui/filepicker.h b/src/gui/filepicker.h index f0b5143..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); @@ -28,7 +30,9 @@ class FilePickerWindow: public QWidget private: QListWidget * fileList2; FileThread * fileThread; -// QAbstractItemModel * model; FileListModel * model; QListView * fileList; + QLabel * cartImage; + QLabel * title; + QLabel * data; };