feat: added two new information that can be added to the image exif. #5
3 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
||||||
|
|
@ -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!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue