Source code for schrodinger.trajectory.trajectory_gui_dir.rama_plot_panel_ui

# Form implementation generated from reading ui file '/Users/eltanawy/builds/2022-4/source/mmshare/python/modules/schrodinger/trajectory/trajectory_gui_dir/rama_plot_panel.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(613, 392) self.verticalLayout = QtWidgets.QVBoxLayout(Form) self.verticalLayout.setObjectName("verticalLayout") self.horizontalLayout_3 = QtWidgets.QHBoxLayout() self.horizontalLayout_3.setObjectName("horizontalLayout_3") self.label = QtWidgets.QLabel(Form) self.label.setObjectName("label") self.horizontalLayout_3.addWidget(self.label) spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) self.horizontalLayout_3.addItem(spacerItem) self.color_by_time_cb = QtWidgets.QCheckBox(Form) self.color_by_time_cb.setObjectName("color_by_time_cb") self.horizontalLayout_3.addWidget(self.color_by_time_cb) self.verticalLayout.addLayout(self.horizontalLayout_3) self.plot_layout = QtWidgets.QHBoxLayout() self.plot_layout.setObjectName("plot_layout") self.verticalLayout.addLayout(self.plot_layout) self.time_legend_wdg = QtWidgets.QWidget(Form) self.time_legend_wdg.setObjectName("time_legend_wdg") self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.time_legend_wdg) self.horizontalLayout_2.setContentsMargins(-1, 15, -1, 15) self.horizontalLayout_2.setObjectName("horizontalLayout_2") self.start_time_lbl = QtWidgets.QLabel(self.time_legend_wdg) self.start_time_lbl.setObjectName("start_time_lbl") self.horizontalLayout_2.addWidget(self.start_time_lbl) self.gradient_wdg = QtWidgets.QWidget(self.time_legend_wdg) self.gradient_wdg.setMinimumSize(QtCore.QSize(0, 0)) self.gradient_wdg.setMaximumSize(QtCore.QSize(16777215, 50)) self.gradient_wdg.setStyleSheet("background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #dddddd stop:1 #000000)") self.gradient_wdg.setObjectName("gradient_wdg") self.horizontalLayout_2.addWidget(self.gradient_wdg) self.end_time_lbl = QtWidgets.QLabel(self.time_legend_wdg) self.end_time_lbl.setObjectName("end_time_lbl") self.horizontalLayout_2.addWidget(self.end_time_lbl) self.horizontalLayout_2.setStretch(1, 1) self.verticalLayout.addWidget(self.time_legend_wdg) self.line = QtWidgets.QFrame(Form) self.line.setFrameShape(QtWidgets.QFrame.Shape.HLine) self.line.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) self.line.setObjectName("line") self.verticalLayout.addWidget(self.line) self.horizontalLayout = QtWidgets.QHBoxLayout() self.horizontalLayout.setObjectName("horizontalLayout") self.contour_type_lbl = QtWidgets.QLabel(Form) self.contour_type_lbl.setObjectName("contour_type_lbl") self.horizontalLayout.addWidget(self.contour_type_lbl) spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) self.horizontalLayout.addItem(spacerItem1) self.close_btn = QtWidgets.QPushButton(Form) self.close_btn.setObjectName("close_btn") self.horizontalLayout.addWidget(self.close_btn) self.verticalLayout.addLayout(self.horizontalLayout) self.verticalLayout.setStretch(1, 1) self.retranslateUi(Form) QtCore.QMetaObject.connectSlotsByName(Form)
[docs] def retranslateUi(self, Form): _translate = QtCore.QCoreApplication.translate Form.setWindowTitle(_translate("Form", "Form")) self.label.setText(_translate("Form", "Select a data point to view the frame in the Workspace.")) self.color_by_time_cb.setText(_translate("Form", "Color points by simulation time")) self.start_time_lbl.setText(_translate("Form", "0 ns")) self.end_time_lbl.setText(_translate("Form", "0 ns")) self.contour_type_lbl.setText(_translate("Form", "<i>Displaying general contour</i>")) self.close_btn.setText(_translate("Form", "Close"))