Skip to content

Commit

Permalink
remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Oct 22, 2024
1 parent e42ab3d commit aa1c3f6
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 552 deletions.
19 changes: 3 additions & 16 deletions src/asammdf/gui/ui/batch_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def setupUi(self, batch_widget):
self.scrollArea_3.setWidgetResizable(True)
self.scrollAreaWidgetContents_3 = QWidget()
self.scrollAreaWidgetContents_3.setObjectName(u"scrollAreaWidgetContents_3")
self.scrollAreaWidgetContents_3.setGeometry(QRect(0, 0, 832, 698))
self.scrollAreaWidgetContents_3.setGeometry(QRect(0, 0, 840, 706))
self.horizontalLayout_2 = QHBoxLayout(self.scrollAreaWidgetContents_3)
self.horizontalLayout_2.setSpacing(1)
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
Expand Down Expand Up @@ -328,12 +328,6 @@ def setupUi(self, batch_widget):
self.verticalLayout_21.setObjectName(u"verticalLayout_21")
self.verticalLayout_21.setContentsMargins(1, 1, 1, 1)
self.output_format = QComboBox(self.groupBox_11)
self.output_format.addItem("")
self.output_format.addItem("")
self.output_format.addItem("")
self.output_format.addItem("")
self.output_format.addItem("")
self.output_format.addItem("")
self.output_format.setObjectName(u"output_format")

self.verticalLayout_21.addWidget(self.output_format)
Expand Down Expand Up @@ -851,7 +845,7 @@ def setupUi(self, batch_widget):
self.scrollArea.setWidgetResizable(True)
self.scrollAreaWidgetContents = QWidget()
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 832, 698))
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 840, 706))
self.gridLayout_3 = QGridLayout(self.scrollAreaWidgetContents)
self.gridLayout_3.setSpacing(1)
self.gridLayout_3.setObjectName(u"gridLayout_3")
Expand Down Expand Up @@ -1153,7 +1147,7 @@ def setupUi(self, batch_widget):
self.retranslateUi(batch_widget)

self.aspects.setCurrentIndex(0)
self.output_options.setCurrentIndex(0)
self.output_options.setCurrentIndex(3)
self.quoting.setCurrentIndex(1)
self.quoting_bus.setCurrentIndex(1)
self.tabWidget.setCurrentIndex(0)
Expand Down Expand Up @@ -1216,13 +1210,6 @@ def retranslateUi(self, batch_widget):
self.raster_search_btn.setText("")
self.resample_time_from_zero.setText(QCoreApplication.translate("batch_widget", u"Time from 0s", None))
self.groupBox_11.setTitle(QCoreApplication.translate("batch_widget", u"Ouput format", None))
self.output_format.setItemText(0, QCoreApplication.translate("batch_widget", u"MDF", None))
self.output_format.setItemText(1, QCoreApplication.translate("batch_widget", u"ASC", None))
self.output_format.setItemText(2, QCoreApplication.translate("batch_widget", u"CSV", None))
self.output_format.setItemText(3, QCoreApplication.translate("batch_widget", u"HDF5", None))
self.output_format.setItemText(4, QCoreApplication.translate("batch_widget", u"MAT", None))
self.output_format.setItemText(5, QCoreApplication.translate("batch_widget", u"Parquet", None))

self.mdf_split.setText(QCoreApplication.translate("batch_widget", u"Split data blocks", None))
self.label_39.setText(QCoreApplication.translate("batch_widget", u"Compression", None))
self.label_40.setText(QCoreApplication.translate("batch_widget", u"Version", None))
Expand Down
Loading

0 comments on commit aa1c3f6

Please sign in to comment.