comparison widgets/ImageDialog.h @ 304:4b7e8da8f069

* More work on image layer display &c
author Chris Cannam
date Fri, 05 Oct 2007 13:27:21 +0000
parents 46faec7aae12
children 013a37723c0a
comparison
equal deleted inserted replaced
303:46faec7aae12 304:4b7e8da8f069
47 void setLabel(QString label); 47 void setLabel(QString label);
48 void updatePreview(); 48 void updatePreview();
49 49
50 protected slots: 50 protected slots:
51 void browseClicked(); 51 void browseClicked();
52 void imageEditEdited(const QString &);
52 53
53 protected: 54 protected:
54 void resizeEvent(QResizeEvent *); 55 void resizeEvent(QResizeEvent *);
55 56
56 QLineEdit *m_imageEdit; 57 QLineEdit *m_imageEdit;