summaryrefslogtreecommitdiffstats
path: root/imagegui.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-09-03 05:10:19 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2009-09-03 05:10:19 -0400
commit16a775d537b6ea33f1bf81b6a046650e2187b312 (patch)
treefde926be99e3824eb4946d03cdb9a9892973680f /imagegui.h
parentInitial attempt at ripper. (diff)
downloadAnyRip-16a775d537b6ea33f1bf81b6a046650e2187b312.tar.xz
AnyRip-16a775d537b6ea33f1bf81b6a046650e2187b312.zip
Rudamentary dvd iso ripping.
Diffstat (limited to 'imagegui.h')
-rw-r--r--imagegui.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/imagegui.h b/imagegui.h
new file mode 100644
index 0000000..98016ab
--- /dev/null
+++ b/imagegui.h
@@ -0,0 +1,18 @@
+#ifndef IMAGEGUI_H
+#define IMAGEGUI_H
+
+#include <QProgressBar>
+class DVDImage;
+
+class ImageGui : public QProgressBar
+{
+ Q_OBJECT
+
+public:
+ ImageGui();
+
+private slots:
+ void extractProgress(int current, int maximum);
+};
+
+#endif // IMAGEGUI_H