manuskript/manuskript/ui/sldImportance_ui.py
2016-02-06 08:38:33 +01:00

37 lines
1.3 KiB
Python

# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'manuskript/ui/sldImportance_ui.ui'
#
# Created by: PyQt5 UI code generator 5.4.1
#
# WARNING! All changes made in this file will be lost!
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"))