summaryrefslogtreecommitdiffstats
path: root/imagegui.h
blob: 98016ab51d131cb959a6ccdac302b3a1814907fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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