# -*- coding: utf-8 -*- # Form implementation generated from reading ui file '/home/buildbot/buildbot/worker/probe_basic-dev/sources/debian/python3-probe-basic/usr/share/configs/machine_setup_files/user_tabs/template_sidebar/template_sidebar.ui' # # Created by: PyQt5 UI code generator 5.15.9 # # 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_USER(object): def setupUi(self, USER): USER.setObjectName("USER") USER.resize(179, 511) USER.setMaximumSize(QtCore.QSize(179, 511)) USER.setProperty("sidebar", True) self.retranslateUi(USER) QtCore.QMetaObject.connectSlotsByName(USER) def retranslateUi(self, USER): _translate = QtCore.QCoreApplication.translate USER.setWindowTitle(_translate("USER", "Sidebar User Tab"))