]> 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 e11dc34777729f31b3b51f40c165dfc1f30ed3ec..a8c588847614cd9896000747618f5a09f2b06b4b 100644 (file)
@@ -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;
 };