]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filepicker.h
Changed executable from vj to virtualjaguar to avoid possible future naming
[virtualjaguar] / src / gui / filepicker.h
index 447162efb7ccb56f491169c887f0cb2288e655e4..a8c588847614cd9896000747618f5a09f2b06b4b 100644 (file)
@@ -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;
 };