Mercurial > hg > svgui
comparison widgets/ImageDialog.h @ 318:e9fe3923bdf4
* RemoteFile -> FileSource
now it's used all over the place for local files as well.
author | Chris Cannam |
---|---|
date | Thu, 18 Oct 2007 16:20:26 +0000 |
parents | 013a37723c0a |
children | a18e78b9c78b |
comparison
equal
deleted
inserted
replaced
317:e251c3599ea8 | 318:e9fe3923bdf4 |
---|---|
20 #include <QString> | 20 #include <QString> |
21 | 21 |
22 class QLineEdit; | 22 class QLineEdit; |
23 class QLabel; | 23 class QLabel; |
24 class QPushButton; | 24 class QPushButton; |
25 class RemoteFile; | 25 class FileSource; |
26 | 26 |
27 class ImageDialog : public QDialog | 27 class ImageDialog : public QDialog |
28 { | 28 { |
29 Q_OBJECT | 29 Q_OBJECT |
30 | 30 |
63 QString m_loadedImageFile; | 63 QString m_loadedImageFile; |
64 QPixmap m_loadedImage; | 64 QPixmap m_loadedImage; |
65 | 65 |
66 QPushButton *m_okButton; | 66 QPushButton *m_okButton; |
67 | 67 |
68 RemoteFile *m_remoteFile; | 68 FileSource *m_remoteFile; |
69 }; | 69 }; |
70 | 70 |
71 #endif | 71 #endif |