manuskript/manuskript/ui/views/sldImportance_ui.py
TheJackiMonster 1af7d89d2a
Fixed issue #931, updated ui files and updated translation files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-10-23 16:15:58 +02:00

39 lines
1.4 KiB
Python

# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'manuskript/ui/views/sldImportance_ui.ui'
#
# Created by: PyQt5 UI code generator 5.15.5
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_sldImportance(object):
def setupUi(self, sldImportance):
sldImportance.setObjectName("sldImportance")
sldImportance.resize(452, 354)
self.horizontalLayout = QtWidgets.QHBoxLayout(sldImportance)
self.horizontalLayout.setObjectName("horizontalLayout")
self.sld = QtWidgets.QSlider(sldImportance)
self.sld.setMinimum(0)
self.sld.setMaximum(2)
self.sld.setPageStep(1)
self.sld.setProperty("value", 0)
self.sld.setOrientation(QtCore.Qt.Horizontal)
self.sld.setObjectName("sld")
self.horizontalLayout.addWidget(self.sld)
self.lbl = QtWidgets.QLabel(sldImportance)
self.lbl.setObjectName("lbl")
self.horizontalLayout.addWidget(self.lbl)
self.retranslateUi(sldImportance)
QtCore.QMetaObject.connectSlotsByName(sldImportance)
def retranslateUi(self, sldImportance):
_translate = QtCore.QCoreApplication.translate
sldImportance.setWindowTitle(_translate("sldImportance", "Form"))
self.lbl.setText(_translate("sldImportance", "TextLabel"))