2022-03-08 09:27:40 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
# Form implementation generated from reading ui file 'resources/_ui/bdsdialog.ui'
|
|
|
|
#
|
2022-03-22 19:07:59 +00:00
|
|
|
# Created by: PyQt5 UI code generator 5.9.2
|
2022-03-08 09:27:40 +00:00
|
|
|
#
|
|
|
|
# WARNING! All changes made in this file will be lost!
|
|
|
|
|
|
|
|
from PyQt5 import QtCore, QtGui, QtWidgets
|
|
|
|
|
|
|
|
class Ui_Dialog(object):
|
|
|
|
def setupUi(self, Dialog):
|
|
|
|
Dialog.setObjectName("Dialog")
|
2022-03-22 19:07:59 +00:00
|
|
|
Dialog.resize(544, 443)
|
2022-03-08 09:27:40 +00:00
|
|
|
self.gridLayout = QtWidgets.QGridLayout(Dialog)
|
2022-03-22 19:07:59 +00:00
|
|
|
self.gridLayout.setContentsMargins(3, 3, 3, 3)
|
|
|
|
self.gridLayout.setSpacing(3)
|
2022-03-08 09:27:40 +00:00
|
|
|
self.gridLayout.setObjectName("gridLayout")
|
|
|
|
self.listWidget = QtWidgets.QListWidget(Dialog)
|
|
|
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.MinimumExpanding)
|
|
|
|
sizePolicy.setHorizontalStretch(0)
|
|
|
|
sizePolicy.setVerticalStretch(0)
|
|
|
|
sizePolicy.setHeightForWidth(self.listWidget.sizePolicy().hasHeightForWidth())
|
|
|
|
self.listWidget.setSizePolicy(sizePolicy)
|
|
|
|
self.listWidget.setObjectName("listWidget")
|
2022-03-22 19:07:59 +00:00
|
|
|
self.gridLayout.addWidget(self.listWidget, 1, 0, 2, 1)
|
|
|
|
self.groupBox_2 = QtWidgets.QGroupBox(Dialog)
|
|
|
|
self.groupBox_2.setObjectName("groupBox_2")
|
|
|
|
self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.groupBox_2)
|
|
|
|
self.verticalLayout_3.setContentsMargins(3, 3, 3, 3)
|
|
|
|
self.verticalLayout_3.setSpacing(3)
|
|
|
|
self.verticalLayout_3.setObjectName("verticalLayout_3")
|
|
|
|
self.freq_button = QtWidgets.QRadioButton(self.groupBox_2)
|
|
|
|
self.freq_button.setChecked(True)
|
|
|
|
self.freq_button.setObjectName("freq_button")
|
|
|
|
self.buttonGroup = QtWidgets.QButtonGroup(Dialog)
|
|
|
|
self.buttonGroup.setObjectName("buttonGroup")
|
|
|
|
self.buttonGroup.addButton(self.freq_button)
|
|
|
|
self.verticalLayout_3.addWidget(self.freq_button)
|
|
|
|
self.temp_button = QtWidgets.QRadioButton(self.groupBox_2)
|
|
|
|
self.temp_button.setObjectName("temp_button")
|
|
|
|
self.buttonGroup.addButton(self.temp_button)
|
|
|
|
self.verticalLayout_3.addWidget(self.temp_button)
|
|
|
|
self.gridLayout.addWidget(self.groupBox_2, 1, 1, 1, 1)
|
|
|
|
self.groupBox = QtWidgets.QGroupBox(Dialog)
|
|
|
|
self.groupBox.setObjectName("groupBox")
|
|
|
|
self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox)
|
|
|
|
self.verticalLayout_2.setContentsMargins(3, 3, 3, 3)
|
|
|
|
self.verticalLayout_2.setSpacing(3)
|
|
|
|
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
|
|
|
self.eps_checkBox = QtWidgets.QCheckBox(self.groupBox)
|
2022-03-08 09:27:40 +00:00
|
|
|
self.eps_checkBox.setChecked(True)
|
|
|
|
self.eps_checkBox.setObjectName("eps_checkBox")
|
2022-03-22 19:07:59 +00:00
|
|
|
self.verticalLayout_2.addWidget(self.eps_checkBox)
|
|
|
|
self.modul_checkBox = QtWidgets.QCheckBox(self.groupBox)
|
2022-03-08 09:27:40 +00:00
|
|
|
self.modul_checkBox.setObjectName("modul_checkBox")
|
2022-03-22 19:07:59 +00:00
|
|
|
self.verticalLayout_2.addWidget(self.modul_checkBox)
|
|
|
|
self.cond_checkBox = QtWidgets.QCheckBox(self.groupBox)
|
2022-03-08 09:27:40 +00:00
|
|
|
self.cond_checkBox.setObjectName("cond_checkBox")
|
2022-03-22 19:07:59 +00:00
|
|
|
self.verticalLayout_2.addWidget(self.cond_checkBox)
|
|
|
|
self.loss_checkBox = QtWidgets.QCheckBox(self.groupBox)
|
|
|
|
self.loss_checkBox.setObjectName("loss_checkBox")
|
|
|
|
self.verticalLayout_2.addWidget(self.loss_checkBox)
|
|
|
|
self.line = QtWidgets.QFrame(self.groupBox)
|
|
|
|
self.line.setFrameShape(QtWidgets.QFrame.HLine)
|
|
|
|
self.line.setFrameShadow(QtWidgets.QFrame.Sunken)
|
|
|
|
self.line.setObjectName("line")
|
|
|
|
self.verticalLayout_2.addWidget(self.line)
|
|
|
|
self.cap_checkBox = QtWidgets.QCheckBox(self.groupBox)
|
|
|
|
self.cap_checkBox.setObjectName("cap_checkBox")
|
|
|
|
self.verticalLayout_2.addWidget(self.cap_checkBox)
|
|
|
|
self.temp_checkBox = QtWidgets.QCheckBox(self.groupBox)
|
|
|
|
self.temp_checkBox.setObjectName("temp_checkBox")
|
|
|
|
self.verticalLayout_2.addWidget(self.temp_checkBox)
|
|
|
|
self.time_checkBox = QtWidgets.QCheckBox(self.groupBox)
|
|
|
|
self.time_checkBox.setObjectName("time_checkBox")
|
|
|
|
self.verticalLayout_2.addWidget(self.time_checkBox)
|
2022-03-08 09:27:40 +00:00
|
|
|
spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
|
2022-03-22 19:07:59 +00:00
|
|
|
self.verticalLayout_2.addItem(spacerItem)
|
|
|
|
self.gridLayout.addWidget(self.groupBox, 2, 1, 1, 1)
|
2022-03-08 09:27:40 +00:00
|
|
|
self.buttonBox = QtWidgets.QDialogButtonBox(Dialog)
|
|
|
|
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
|
|
|
|
self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok)
|
|
|
|
self.buttonBox.setObjectName("buttonBox")
|
2022-03-22 19:07:59 +00:00
|
|
|
self.gridLayout.addWidget(self.buttonBox, 3, 0, 1, 2)
|
|
|
|
self.label = QtWidgets.QLabel(Dialog)
|
|
|
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum)
|
|
|
|
sizePolicy.setHorizontalStretch(0)
|
|
|
|
sizePolicy.setVerticalStretch(0)
|
|
|
|
sizePolicy.setHeightForWidth(self.label.sizePolicy().hasHeightForWidth())
|
|
|
|
self.label.setSizePolicy(sizePolicy)
|
|
|
|
self.label.setObjectName("label")
|
|
|
|
self.gridLayout.addWidget(self.label, 0, 0, 1, 2)
|
2022-03-08 09:27:40 +00:00
|
|
|
|
|
|
|
self.retranslateUi(Dialog)
|
|
|
|
self.buttonBox.accepted.connect(Dialog.accept)
|
|
|
|
self.buttonBox.rejected.connect(Dialog.reject)
|
|
|
|
QtCore.QMetaObject.connectSlotsByName(Dialog)
|
2022-03-22 19:07:59 +00:00
|
|
|
Dialog.setTabOrder(self.freq_button, self.temp_button)
|
|
|
|
Dialog.setTabOrder(self.temp_button, self.eps_checkBox)
|
|
|
|
Dialog.setTabOrder(self.eps_checkBox, self.modul_checkBox)
|
|
|
|
Dialog.setTabOrder(self.modul_checkBox, self.cond_checkBox)
|
|
|
|
Dialog.setTabOrder(self.cond_checkBox, self.listWidget)
|
2022-03-08 09:27:40 +00:00
|
|
|
|
|
|
|
def retranslateUi(self, Dialog):
|
|
|
|
_translate = QtCore.QCoreApplication.translate
|
|
|
|
Dialog.setWindowTitle(_translate("Dialog", "Read BDS data"))
|
2022-03-22 19:07:59 +00:00
|
|
|
self.groupBox_2.setTitle(_translate("Dialog", "X Axis"))
|
|
|
|
self.freq_button.setText(_translate("Dialog", "Frequency"))
|
|
|
|
self.temp_button.setText(_translate("Dialog", "Temperature"))
|
|
|
|
self.groupBox.setTitle(_translate("Dialog", "Y Axis"))
|
2022-03-08 09:27:40 +00:00
|
|
|
self.eps_checkBox.setText(_translate("Dialog", "Permittivity ε"))
|
|
|
|
self.modul_checkBox.setText(_translate("Dialog", "Modulus 1/ε"))
|
|
|
|
self.cond_checkBox.setText(_translate("Dialog", "Conductivity iεω"))
|
2022-03-22 19:07:59 +00:00
|
|
|
self.loss_checkBox.setText(_translate("Dialog", "Loss factor tan(δ)"))
|
|
|
|
self.cap_checkBox.setText(_translate("Dialog", "Capacity"))
|
|
|
|
self.temp_checkBox.setText(_translate("Dialog", "Meas. temperature"))
|
|
|
|
self.time_checkBox.setText(_translate("Dialog", "Meas. time"))
|
|
|
|
self.label.setText(_translate("Dialog", "Found entries"))
|
|
|
|
|