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