MCPcopy Create free account
hub / github.com/YACReader/yacreader / EmptyLabelWidget

Method EmptyLabelWidget

YACReaderLibrary/empty_label_widget.cpp:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "empty_label_widget.h"
2
3EmptyLabelWidget::EmptyLabelWidget(QWidget *parent)
4 : EmptyContainerInfo(parent)
5{
6 setUpDefaultLayout(true);
7 titleLabel->setText(tr("This label doesn't contain comics yet"));
8}
9
10void EmptyLabelWidget::setColor(YACReader::LabelColors color)
11{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected