showing name of crew and created date of picture
This commit is contained in:
parent
5fcc69f5d6
commit
50866075b5
14 changed files with 140 additions and 21 deletions
|
|
@ -406,7 +406,7 @@ bool UserInterface::openFile(QString selectedFile, bool warn)
|
|||
|
||||
void UserInterface::openSnapmaticFile(SnapmaticPicture *picture)
|
||||
{
|
||||
PictureDialog *picDialog = new PictureDialog(profileDB, this);
|
||||
PictureDialog *picDialog = new PictureDialog(profileDB, crewDB, this);
|
||||
picDialog->setWindowFlags(picDialog->windowFlags()^Qt::WindowContextHelpButtonHint);
|
||||
picDialog->setSnapmaticPicture(picture, true);
|
||||
picDialog->setModal(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue