| 885 | } |
| 886 | |
| 887 | void 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") |
| 893 | void MainWindow::normalmapSizeChanged() { |