diff -r 29b891dbf2a0 -r dc53b4b66fa0 QTfrontend/ui/widget/mapContainer.h --- a/QTfrontend/ui/widget/mapContainer.h Fri Feb 01 08:47:07 2013 -0500 +++ b/QTfrontend/ui/widget/mapContainer.h Fri Feb 01 18:07:43 2013 -0500 @@ -107,13 +107,14 @@ void missionMapChanged(const QModelIndex & map, const QModelIndex & old = QModelIndex()); void loadDrawing(); void showSeedPrompt(); + void previewClicked(); protected: virtual void resizeEvent ( QResizeEvent * event ); private: QVBoxLayout mainLayout; - QLabel* mapPreview; + QPushButton* mapPreview; QComboBox* chooseMap; MapModel * m_staticMapModel; MapModel * m_missionMapModel;