MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / InfoFrame

Method InfoFrame

launcher/ui/widgets/InfoFrame.cpp:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#include "ui/dialogs/CustomMessageBox.h"
42
43InfoFrame::InfoFrame(QWidget *parent) :
44 QFrame(parent),
45 ui(new Ui::InfoFrame)
46{
47 ui->setupUi(this);
48 ui->descriptionLabel->setHidden(true);
49 ui->nameLabel->setHidden(true);
50 updateHiddenState();
51}
52
53InfoFrame::~InfoFrame()
54{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected