yacreader/YACReaderLibrary/empty_label_widget.h
2015-07-18 10:54:14 +02:00

23 lines
392 B
C++

#ifndef EMPTY_LABEL_WIDGET_H
#define EMPTY_LABEL_WIDGET_H
#include <QtWidgets>
#include "empty_container_info.h"
#include "yacreader_global.h"
class EmptyLabelWidget : public EmptyContainerInfo
{
Q_OBJECT
public:
explicit EmptyLabelWidget(QWidget *parent = 0);
void setColor(YACReader::LabelColors color);
signals:
public slots:
protected:
};
#endif // EMPTY_LABEL_WIDGET_H