MCPcopy Create free account
hub / github.com/KDAB/GammaRay / about

Method about

ui/mainwindow.cpp:368–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void MainWindow::about()
369{
370 AboutDialog dialog(this);
371 dialog.setWindowTitle(tr("About GammaRay"));
372 dialog.setWindowIcon(QPixmap(QStringLiteral(":/gammaray/GammaRay-128x128.png")));
373 dialog.setThemeLogo(QStringLiteral("gammaray-trademark.png"));
374 dialog.setTitle(AboutData::aboutTitle());
375 dialog.setHeader(AboutData::aboutHeader());
376 dialog.setAuthors(AboutData::aboutAuthors());
377 dialog.setFooter(AboutData::aboutFooter());
378 dialog.adjustSize();
379 dialog.exec();
380}
381
382void MainWindow::aboutPlugins()
383{

Callers

nothing calls this directly

Calls 6

QPixmapClass · 0.85
setThemeLogoMethod · 0.45
setTitleMethod · 0.45
setHeaderMethod · 0.45
setAuthorsMethod · 0.45
setFooterMethod · 0.45

Tested by

no test coverage detected