38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 
   40 #include <QtWidgets/QDialog> 
   44   class TOPPASInputFilesDialogTemplate;
 
   66     void dragEnterEvent(QDragEnterEvent *e) 
override;
 
   68     void dropEvent(QDropEvent *e) 
override;
 
   72     void getFilenames(QStringList& files) 
const;
 
   75     const QString& getCWD() 
const;
 
   78     void keyPressEvent(QKeyEvent *e) 
override;
 
   83     void showFileDialog();
 
   85     void removeSelected();
 
   89     void editCurrentItem();
 
   91     void moveCurrentItem();
 
   98     Ui::TOPPASInputFilesDialogTemplate* 
ui_;