mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
a?adido widget para mostrar el progreso de borrado de c?mics.
This commit is contained in:
21
custom_widgets/yacreader_deleting_progress.h
Normal file
21
custom_widgets/yacreader_deleting_progress.h
Normal file
@ -0,0 +1,21 @@
|
||||
#ifndef YACREADER_DELETING_PROGRESS_H
|
||||
#define YACREADER_DELETING_PROGRESS_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class YACReaderDeletingProgress : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderDeletingProgress(QWidget *parent = 0);
|
||||
QSize sizeHint() const;
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *);
|
||||
|
||||
};
|
||||
|
||||
#endif // YACREADER_DELETING_PROGRESS_H
|
Reference in New Issue
Block a user