Source code for schrodinger.application.msv.gui.homology_modeling.homology_modeling_step_ui

# Form implementation generated from reading ui file '/Users/eltanawy/builds/2022-4/source/mmshare/python/modules/schrodinger/application/msv/gui/homology_modeling/homology_modeling_step.ui'
#
# Created by: PyQt6 UI code generator 6.3.1
#
# WARNING: Any manual changes made to this file will be lost when pyuic6 is
# run again.  Do not edit this file unless you know what you are doing.


from PyQt6 import QtCore, QtGui, QtWidgets


[docs]class Ui_Form(object):
[docs] def setupUi(self, Form): Form.setObjectName("Form") Form.resize(95, 89) self.verticalLayout = QtWidgets.QVBoxLayout(Form) self.verticalLayout.setContentsMargins(0, 0, 0, 0) self.verticalLayout.setObjectName("verticalLayout") self.cb_layout = QtWidgets.QHBoxLayout() self.cb_layout.setObjectName("cb_layout") self.step_cb = QtWidgets.QCheckBox(Form) self.step_cb.setText("") self.step_cb.setObjectName("step_cb") self.cb_layout.addWidget(self.step_cb) spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) self.cb_layout.addItem(spacerItem) self.status_layout = QtWidgets.QHBoxLayout() self.status_layout.setObjectName("status_layout") self.cb_layout.addLayout(self.status_layout) self.verticalLayout.addLayout(self.cb_layout) self.detail_layout = QtWidgets.QHBoxLayout() self.detail_layout.setObjectName("detail_layout") self.detail_lbl = QtWidgets.QLabel(Form) sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.MinimumExpanding, QtWidgets.QSizePolicy.Policy.Minimum) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.detail_lbl.sizePolicy().hasHeightForWidth()) self.detail_lbl.setSizePolicy(sizePolicy) self.detail_lbl.setMaximumSize(QtCore.QSize(400, 16777215)) self.detail_lbl.setText("") self.detail_lbl.setWordWrap(True) self.detail_lbl.setObjectName("detail_lbl") self.detail_layout.addWidget(self.detail_lbl) spacerItem1 = QtWidgets.QSpacerItem(5, 20, QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Minimum) self.detail_layout.addItem(spacerItem1) self.action_layout = QtWidgets.QVBoxLayout() self.action_layout.setObjectName("action_layout") self.detail_layout.addLayout(self.action_layout) self.info_btn = QtWidgets.QToolButton(Form) self.info_btn.setText("") self.info_btn.setObjectName("info_btn") self.detail_layout.addWidget(self.info_btn) self.verticalLayout.addLayout(self.detail_layout) self.retranslateUi(Form) QtCore.QMetaObject.connectSlotsByName(Form)
[docs] def retranslateUi(self, Form): _translate = QtCore.QCoreApplication.translate Form.setWindowTitle(_translate("Form", "Form"))