1
0
Ответвление 0

fullscreen view window title changed

Этот коммит содержится в:
Rafael 2016-04-01 22:05:38 +02:00
родитель 26f2329f32
коммит fbd9f551de

Просмотреть файл

@ -375,7 +375,7 @@ void PictureDialog::on_labPicture_mouseDoubleClicked()
pictureWidget->setLayout(widgetLayout);
pictureWidget->setWindowFlags(pictureWidget->windowFlags()^Qt::WindowContextHelpButtonHint);
pictureWidget->setWindowTitle(tr("Show picture"));
pictureWidget->setWindowTitle(this->windowTitle());
pictureWidget->setStyleSheet("background-color: black;");
pictureWidget->showFullScreen();
pictureWidget->setModal(true);