MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / InfoFrame

Method InfoFrame

launcher/ui/widgets/InfoFrame.cpp:57–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57InfoFrame::InfoFrame(QWidget* parent) : QFrame(parent), ui(new Ui::InfoFrame)
58{
59 ui->setupUi(this);
60 ui->descriptionLabel->setHidden(true);
61 ui->nameLabel->setHidden(true);
62 ui->licenseLabel->setHidden(true);
63 ui->issueTrackerLabel->setHidden(true);
64
65 setupLinkToolTip(ui->iconLabel);
66 setupLinkToolTip(ui->descriptionLabel);
67 setupLinkToolTip(ui->nameLabel);
68 setupLinkToolTip(ui->licenseLabel);
69 setupLinkToolTip(ui->issueTrackerLabel);
70 updateHiddenState();
71}
72
73InfoFrame::~InfoFrame()
74{

Callers

nothing calls this directly

Calls 2

setupLinkToolTipFunction · 0.85
setupUiMethod · 0.45

Tested by

no test coverage detected