Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
everything fixed now (nuked plotsettings)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblacher committed Feb 14, 2022
1 parent 3179771 commit 9af3411
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 341 deletions.
8 changes: 1 addition & 7 deletions GUI/win_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ def setupUi(self, win_main):

self.horizontalLayout_2.addItem(self.horizontalSpacer_2)

self.PlotSettings = QPushButton(self.view_plotview)
self.PlotSettings.setObjectName(u"PlotSettings")

self.horizontalLayout_2.addWidget(self.PlotSettings)


self.verticalLayout_6.addLayout(self.horizontalLayout_2)

Expand All @@ -148,7 +143,7 @@ def setupUi(self, win_main):
win_main.setCentralWidget(self.centralwidget)
self.menubar = QMenuBar(win_main)
self.menubar.setObjectName(u"menubar")
self.menubar.setGeometry(QRect(0, 0, 1200, 20))
self.menubar.setGeometry(QRect(0, 0, 1200, 19))
self.menuDatei = QMenu(self.menubar)
self.menuDatei.setObjectName(u"menuDatei")
self.menuFenster = QMenu(self.menubar)
Expand Down Expand Up @@ -206,7 +201,6 @@ def retranslateUi(self, win_main):
self.label_2.setText("")
self.lab_tableview.setText(QCoreApplication.translate("win_main", u"Table View", None))
self.lab_plotview.setText(QCoreApplication.translate("win_main", u"Plot View", None))
self.PlotSettings.setText(QCoreApplication.translate("win_main", u"Plot Settings", None))
self.menuDatei.setTitle(QCoreApplication.translate("win_main", u"File", None))
self.menuFenster.setTitle(QCoreApplication.translate("win_main", u"Window", None))
# retranslateUi
Expand Down
9 changes: 1 addition & 8 deletions GUI/win_main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,6 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="PlotSettings">
<property name="text">
<string>Plot Settings</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
Expand All @@ -171,7 +164,7 @@
<x>0</x>
<y>0</y>
<width>1200</width>
<height>20</height>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuDatei">
Expand Down
107 changes: 0 additions & 107 deletions GUI/win_plotsettings.py

This file was deleted.

160 changes: 0 additions & 160 deletions GUI/win_plotsettings.ui

This file was deleted.

Loading

0 comments on commit 9af3411

Please sign in to comment.