This commit is contained in:
Herwig Birke
2018-05-11 10:14:45 +02:00
parent b02734e020
commit 446d44ed3d
17 changed files with 540 additions and 52 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ void cPlaceWindow::setPlace(cPlace* lpPlace)
for(int x = 0;x < images.count();x++)
{
cImage* lpImage = images[x];
QPixmap pixmap = lpImage->load();
QPixmap pixmap = lpImage->image();
cImageWidget* lpImageWidget = new cImageWidget;
lpImageWidget->setValues(lpImage->name(), lpImage->type(), lpImage->description(), pixmap);