MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / on_pbCapture_clicked

Method on_pbCapture_clicked

Example/Display/mainwindow.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void MainWindow::on_pbCapture_clicked()
18{
19 QImage img = CDesktop::Instance()->GetDesktop();
20 ui->lbImage->setPixmap(QPixmap::fromImage(img));
21}

Callers

nothing calls this directly

Calls 1

GetDesktopMethod · 0.45

Tested by

no test coverage detected