Mercurial > hg > svgui
diff widgets/ImageDialog.h @ 305:013a37723c0a
* Add support for remote files to image layer
author | Chris Cannam |
---|---|
date | Fri, 05 Oct 2007 15:52:52 +0000 |
parents | 4b7e8da8f069 |
children | e9fe3923bdf4 |
line wrap: on
line diff
--- a/widgets/ImageDialog.h Fri Oct 05 13:27:21 2007 +0000 +++ b/widgets/ImageDialog.h Fri Oct 05 15:52:52 2007 +0000 @@ -22,6 +22,7 @@ class QLineEdit; class QLabel; class QPushButton; +class RemoteFile; class ImageDialog : public QDialog { @@ -50,6 +51,7 @@ protected slots: void browseClicked(); void imageEditEdited(const QString &); + void imageEditEdited(); protected: void resizeEvent(QResizeEvent *); @@ -62,6 +64,8 @@ QPixmap m_loadedImage; QPushButton *m_okButton; + + RemoteFile *m_remoteFile; }; #endif