MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / queueItemDoubleClicked

Method queueItemDoubleClicked

src_gui/mainwindow.cpp:887–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885}
886
887void MainWindow::queueItemDoubleClicked(QListWidgetItem* item) {
888 //load image that was doubleclicked
889 load(((QueueItem*)item)->getUrl());
890}
891
892//calculates the size preview text (e.g. "1024 x 1024 px")
893void MainWindow::normalmapSizeChanged() {

Callers

nothing calls this directly

Calls 1

getUrlMethod · 0.80

Tested by

no test coverage detected