Source code for schrodinger.trajectory.trajectory_gui_dir.shortcut_ui

# Form implementation generated from reading ui file '/Users/eltanawy/builds/2022-4/source/mmshare/python/modules/schrodinger/trajectory/trajectory_gui_dir/shortcut.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(400, 300) self.verticalLayout_2 = QtWidgets.QVBoxLayout(Form) self.verticalLayout_2.setContentsMargins(3, 3, 3, 3) self.verticalLayout_2.setObjectName("verticalLayout_2") self.verticalLayout = QtWidgets.QVBoxLayout() self.verticalLayout.setObjectName("verticalLayout") self.icon_lbl = QtWidgets.QLabel(Form) self.icon_lbl.setText("") self.icon_lbl.setObjectName("icon_lbl") self.verticalLayout.addWidget(self.icon_lbl) self.shortcut_lbl = QtWidgets.QLabel(Form) self.shortcut_lbl.setText("") self.shortcut_lbl.setObjectName("shortcut_lbl") self.verticalLayout.addWidget(self.shortcut_lbl) self.verticalLayout_2.addLayout(self.verticalLayout) self.retranslateUi(Form) QtCore.QMetaObject.connectSlotsByName(Form)
[docs] def retranslateUi(self, Form): _translate = QtCore.QCoreApplication.translate Form.setWindowTitle(_translate("Form", "Form"))