11from PySide6.QtCore
import (QCoreApplication, QDate, QDateTime, QLocale,
12 QMetaObject, QObject, QPoint, QRect,
13 QSize, QTime, QUrl, Qt)
14from PySide6.QtGui
import (QBrush, QColor, QConicalGradient, QCursor,
15 QFont, QFontDatabase, QGradient, QIcon,
16 QImage, QKeySequence, QLinearGradient, QPainter,
17 QPalette, QPixmap, QRadialGradient, QTransform)
18from PySide6.QtWidgets
import (QApplication, QFormLayout, QHBoxLayout, QLabel,
19 QLineEdit, QPushButton, QSizePolicy, QSpacerItem,
24 if not Rename.objectName():
25 Rename.setObjectName(
u"Rename")
26 Rename.resize(344, 109)
56 self.
horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
76 QMetaObject.connectSlotsByName(Rename)
80 Rename.setWindowTitle(QCoreApplication.translate(
"Rename",
u"Rename Sensor",
None))
85 self.
serialNumberLabel.setToolTip(QCoreApplication.translate(
"Rename",
u"Serial Number",
None))
87 self.
serialNumberLabel.setText(QCoreApplication.translate(
"Rename",
u"Serial Number:",
None))
89 self.
sensorNameLabel.setToolTip(QCoreApplication.translate(
"Rename",
u"Sensor Name",
None))
91 self.
sensorNameLabel.setText(QCoreApplication.translate(
"Rename",
u"Sensor Name:",
None))
93 self.
sensorNameLineEdit.setToolTip(QCoreApplication.translate(
"Rename",
u"Enter sensor name metadata",
None))
97 self.
renameButton.setToolTip(QCoreApplication.translate(
"Rename",
u"Import and Next",
None))
99 self.
renameButton.setText(QCoreApplication.translate(
"Rename",
u"Rename",
None))
101 self.
cancelButton.setToolTip(QCoreApplication.translate(
"Rename",
u"Cancel and Close",
None))
103 self.
cancelButton.setText(QCoreApplication.translate(
"Rename",
u"Cancel",
None))
retranslateUi(self, Rename)