feat: added two new information that can be added to the image exif. #5

Merged
CodeByMrFinchum merged 5 commits from feat/moreinfo into main 2025-08-13 12:36:18 +02:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 7aeae83f95 - Show all commits

View file

@ -34,6 +34,7 @@ class ExifEditor(QMainWindow):
# Line edit for adding items # Line edit for adding items
self.line_edit = QLineEdit() self.line_edit = QLineEdit()
self.line_edit.returnPressed.connect(self.add_item)
self.line_edit.setPlaceholderText("Enter new item...") self.line_edit.setPlaceholderText("Enter new item...")
main_layout.addWidget(self.line_edit) main_layout.addWidget(self.line_edit)

View file

@ -3,7 +3,7 @@
################################################################################ ################################################################################
## Form generated from reading UI file 'preview_window.ui' ## Form generated from reading UI file 'preview_window.ui'
## ##
## Created by: Qt User Interface Compiler version 6.8.2 ## Created by: Qt User Interface Compiler version 6.9.0
## ##
## WARNING! All changes made in this file will be lost when recompiling UI file! ## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################ ################################################################################

View file

@ -3,7 +3,7 @@
################################################################################ ################################################################################
## Form generated from reading UI file 'settings_window.ui' ## Form generated from reading UI file 'settings_window.ui'
## ##
## Created by: Qt User Interface Compiler version 6.8.2 ## Created by: Qt User Interface Compiler version 6.9.0
## ##
## WARNING! All changes made in this file will be lost when recompiling UI file! ## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################ ################################################################################