summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/importdialog.h
Side-by-side diff
Diffstat (limited to 'noncore/graphics/drawpad/importdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/importdialog.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/noncore/graphics/drawpad/importdialog.h b/noncore/graphics/drawpad/importdialog.h
index 1c67145..ef51d7c 100644
--- a/noncore/graphics/drawpad/importdialog.h
+++ b/noncore/graphics/drawpad/importdialog.h
@@ -19,6 +19,9 @@
class DocLnk;
class FileSelector;
+class QCheckBox;
+class QLabel;
+
class ImportDialog : public QDialog
{
Q_OBJECT
@@ -29,8 +32,14 @@ public:
const DocLnk* selected();
+private slots:
+ void fileChanged();
+ void preview();
+
private:
FileSelector* m_pFileSelector;
+ QLabel* m_pPreviewLabel;
+ QCheckBox* m_pAutomaticPreviewCheckBox;
};
#endif // IMPORTDIALOG_H