Skip to content

Commit b729224

Browse files
committed
Regenerate Ui_ContextAnnotationWidget.
1 parent b5faa08 commit b729224

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mapclientplugins/sparccurationhelperstep/helpers/ui_contextannotationwidget.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
################################################################################
44
## Form generated from reading UI file 'contextannotationwidget.ui'
55
##
6-
## Created by: Qt User Interface Compiler version 6.4.1
6+
## Created by: Qt User Interface Compiler version 6.4.2
77
##
88
## WARNING! All changes made in this file will be lost when recompiling UI file!
99
################################################################################
@@ -15,9 +15,10 @@
1515
QFont, QFontDatabase, QGradient, QIcon,
1616
QImage, QKeySequence, QLinearGradient, QPainter,
1717
QPalette, QPixmap, QRadialGradient, QTransform)
18-
from PySide6.QtWidgets import (QApplication, QGridLayout, QHBoxLayout, QLabel,
19-
QLineEdit, QPlainTextEdit, QPushButton, QSizePolicy,
20-
QSpacerItem, QTabWidget, QVBoxLayout, QWidget)
18+
from PySide6.QtWidgets import (QApplication, QComboBox, QGridLayout, QHBoxLayout,
19+
QLabel, QLineEdit, QPlainTextEdit, QPushButton,
20+
QSizePolicy, QSpacerItem, QTabWidget, QVBoxLayout,
21+
QWidget)
2122

2223
class Ui_ContextAnnotationWidget(object):
2324
def setupUi(self, ContextAnnotationWidget):

0 commit comments

Comments
 (0)