updated pictures and changed window name

This commit is contained in:
Jan Schuffenhauer
2020-02-07 16:02:57 +01:00
parent a13ab7c05e
commit 9a638c1c3d
17 changed files with 2 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ void IntelliPhotoGui::slotCreateGradientTool(){
// Open an about dialog
void IntelliPhotoGui::slotAboutDialog(){
// Window title and text to display
QMessageBox::about(this, tr("About Painting"),
QMessageBox::about(this, tr("About Us"),
tr("<h1>About IntelliPhoto</h1><p>Version: v1.0<br>Developed by: Team 7<br>Interactive painting tool with layering and drawing capabilities.</p>"));
}
@@ -856,7 +856,7 @@ void IntelliPhotoGui::createGui(){
void IntelliPhotoGui::setIntelliStyle(){
// Set the title
setWindowTitle("IntelliPhoto Prototype");
setWindowTitle("IntelliPhoto v1.0");
// Set style sheet
this->setStyleSheet("color: white;" "background-color: rgb(64, 64, 64);" "selection-color: rgb(200, 10, 10);" "selection-background-color: rgb(64, 64, 64);");