|
| 1 | +# Form implementation generated from reading ui file 'c:\perso\trading\anaconda3\backtrader-ichimoku\ui\loadDataFiles.ui' |
| 2 | +# |
| 3 | +# Created by: PyQt6 UI code generator 6.5.0 |
| 4 | +# |
| 5 | +# WARNING: Any manual changes made to this file will be lost when pyuic6 is |
| 6 | +# run again. Do not edit this file unless you know what you are doing. |
| 7 | + |
| 8 | + |
| 9 | +from PyQt6 import QtCore, QtGui, QtWidgets |
| 10 | + |
| 11 | + |
| 12 | +class Ui_Form(object): |
| 13 | + def setupUi(self, Form): |
| 14 | + Form.setObjectName("Form") |
| 15 | + Form.resize(488, 458) |
| 16 | + self.gridLayout_2 = QtWidgets.QGridLayout(Form) |
| 17 | + self.gridLayout_2.setObjectName("gridLayout_2") |
| 18 | + self.dataFilesListWidget = QtWidgets.QListWidget(parent=Form) |
| 19 | + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
| 20 | + sizePolicy.setHorizontalStretch(0) |
| 21 | + sizePolicy.setVerticalStretch(0) |
| 22 | + sizePolicy.setHeightForWidth(self.dataFilesListWidget.sizePolicy().hasHeightForWidth()) |
| 23 | + self.dataFilesListWidget.setSizePolicy(sizePolicy) |
| 24 | + self.dataFilesListWidget.setObjectName("dataFilesListWidget") |
| 25 | + self.gridLayout_2.addWidget(self.dataFilesListWidget, 3, 0, 1, 1) |
| 26 | + self.label_4 = QtWidgets.QLabel(parent=Form) |
| 27 | + self.label_4.setObjectName("label_4") |
| 28 | + self.gridLayout_2.addWidget(self.label_4, 2, 0, 1, 1) |
| 29 | + self.importPB = QtWidgets.QPushButton(parent=Form) |
| 30 | + self.importPB.setMinimumSize(QtCore.QSize(0, 40)) |
| 31 | + self.importPB.setObjectName("importPB") |
| 32 | + self.gridLayout_2.addWidget(self.importPB, 5, 0, 1, 2) |
| 33 | + self.verticalLayout = QtWidgets.QVBoxLayout() |
| 34 | + self.verticalLayout.setObjectName("verticalLayout") |
| 35 | + self.gridLayout_2.addLayout(self.verticalLayout, 3, 1, 1, 1) |
| 36 | + self.groupBox = QtWidgets.QGroupBox(parent=Form) |
| 37 | + self.groupBox.setObjectName("groupBox") |
| 38 | + self.gridLayout = QtWidgets.QGridLayout(self.groupBox) |
| 39 | + self.gridLayout.setObjectName("gridLayout") |
| 40 | + self.semicolonRB = QtWidgets.QRadioButton(parent=self.groupBox) |
| 41 | + self.semicolonRB.setObjectName("semicolonRB") |
| 42 | + self.gridLayout.addWidget(self.semicolonRB, 3, 3, 1, 1) |
| 43 | + self.label = QtWidgets.QLabel(parent=self.groupBox) |
| 44 | + self.label.setObjectName("label") |
| 45 | + self.gridLayout.addWidget(self.label, 0, 0, 1, 1) |
| 46 | + self.label_3 = QtWidgets.QLabel(parent=self.groupBox) |
| 47 | + self.label_3.setObjectName("label_3") |
| 48 | + self.gridLayout.addWidget(self.label_3, 1, 0, 1, 1) |
| 49 | + self.label_2 = QtWidgets.QLabel(parent=self.groupBox) |
| 50 | + self.label_2.setObjectName("label_2") |
| 51 | + self.gridLayout.addWidget(self.label_2, 3, 0, 1, 1) |
| 52 | + self.tabRB = QtWidgets.QRadioButton(parent=self.groupBox) |
| 53 | + self.tabRB.setChecked(True) |
| 54 | + self.tabRB.setObjectName("tabRB") |
| 55 | + self.gridLayout.addWidget(self.tabRB, 3, 1, 1, 1) |
| 56 | + self.commaRB = QtWidgets.QRadioButton(parent=self.groupBox) |
| 57 | + self.commaRB.setObjectName("commaRB") |
| 58 | + self.gridLayout.addWidget(self.commaRB, 3, 2, 1, 1) |
| 59 | + self.filePathLE = QtWidgets.QLineEdit(parent=self.groupBox) |
| 60 | + self.filePathLE.setObjectName("filePathLE") |
| 61 | + self.gridLayout.addWidget(self.filePathLE, 0, 1, 1, 3) |
| 62 | + self.openFilePB = QtWidgets.QToolButton(parent=self.groupBox) |
| 63 | + self.openFilePB.setObjectName("openFilePB") |
| 64 | + self.gridLayout.addWidget(self.openFilePB, 0, 4, 1, 1) |
| 65 | + self.datetimeFormatLE = QtWidgets.QComboBox(parent=self.groupBox) |
| 66 | + self.datetimeFormatLE.setObjectName("datetimeFormatLE") |
| 67 | + self.gridLayout.addWidget(self.datetimeFormatLE, 1, 1, 1, 4) |
| 68 | + self.loadFilePB = QtWidgets.QPushButton(parent=self.groupBox) |
| 69 | + self.loadFilePB.setMinimumSize(QtCore.QSize(0, 40)) |
| 70 | + self.loadFilePB.setObjectName("loadFilePB") |
| 71 | + self.gridLayout.addWidget(self.loadFilePB, 4, 1, 1, 4) |
| 72 | + self.errorLabel = QtWidgets.QLabel(parent=self.groupBox) |
| 73 | + self.errorLabel.setStyleSheet("color: red") |
| 74 | + self.errorLabel.setText("") |
| 75 | + self.errorLabel.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter) |
| 76 | + self.errorLabel.setObjectName("errorLabel") |
| 77 | + self.gridLayout.addWidget(self.errorLabel, 5, 0, 1, 5) |
| 78 | + self.gridLayout_2.addWidget(self.groupBox, 0, 0, 1, 2) |
| 79 | + self.label_5 = QtWidgets.QLabel(parent=Form) |
| 80 | + self.label_5.setStyleSheet("font-style: italic") |
| 81 | + self.label_5.setScaledContents(False) |
| 82 | + self.label_5.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter) |
| 83 | + self.label_5.setWordWrap(True) |
| 84 | + self.label_5.setObjectName("label_5") |
| 85 | + self.gridLayout_2.addWidget(self.label_5, 4, 0, 1, 1) |
| 86 | + |
| 87 | + self.retranslateUi(Form) |
| 88 | + QtCore.QMetaObject.connectSlotsByName(Form) |
| 89 | + |
| 90 | + def retranslateUi(self, Form): |
| 91 | + _translate = QtCore.QCoreApplication.translate |
| 92 | + Form.setWindowTitle(_translate("Form", "Import one or multiple data files")) |
| 93 | + self.label_4.setText(_translate("Form", "List of all files to import in cerebro")) |
| 94 | + self.importPB.setText(_translate("Form", "Import all data files")) |
| 95 | + self.groupBox.setTitle(_translate("Form", "Loading a new data file")) |
| 96 | + self.semicolonRB.setText(_translate("Form", "semicolon")) |
| 97 | + self.label.setText(_translate("Form", "Import a new data file")) |
| 98 | + self.label_3.setText(_translate("Form", "Date time format")) |
| 99 | + self.label_2.setText(_translate("Form", "Separator")) |
| 100 | + self.tabRB.setText(_translate("Form", "tab")) |
| 101 | + self.commaRB.setText(_translate("Form", "comma")) |
| 102 | + self.openFilePB.setText(_translate("Form", "...")) |
| 103 | + self.loadFilePB.setText(_translate("Form", "Load .CSV file")) |
| 104 | + self.label_5.setText(_translate("Form", "Files should be ordered from lower (on top) to higher timeframe (at bottom).")) |
0 commit comments