Update NanoVNASaver.py

pull/35/head
mihtjel 2019-10-11 18:10:43 +02:00 zatwierdzone przez GitHub
rodzic bff6cec007
commit eb99602773
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 10 usunięć

Wyświetl plik

@ -260,8 +260,6 @@ class NanoVNASaver(QtWidgets.QWidget):
label, layout = marker1.getRow()
marker_control_layout.addRow(label, layout)
self.markers.append(marker1)
marker1.isMouseControlledRadioButton.setChecked(True)
@ -1046,7 +1044,6 @@ class DisplaySettingsWindow(QtWidgets.QWidget):
self.skin_mode_option.stateChanged.connect(self.changeSkinMode)
display_skins_layout.addRow(self.skin_mode_option, skin_mode_label)
self.skin_dropdown = QtWidgets.QComboBox()
self.skin_dropdown.addItems(NanoVNA_UI.getSkins())
self.skin_dropdown.setDisabled(True)
@ -1082,9 +1079,6 @@ class DisplaySettingsWindow(QtWidgets.QWidget):
self.show_lines_option.stateChanged.connect(self.changeShowLines)
display_options_layout.addRow(self.show_lines_option, show_lines_label)
self.btnColorPicker = QtWidgets.QPushButton("")
self.btnColorPicker.setFixedWidth(20)
self.sweepColor = self.app.settings.value("SweepColor", defaultValue=QtGui.QColor(160, 140, 20, 128),
@ -1325,9 +1319,10 @@ class DisplaySettingsWindow(QtWidgets.QWidget):
if index >= 0:
self.skin_dropdown.setCurrentIndex(index)
# NanoVNA_UI.updateUI(self)
# *************************************
# Display Settings Functions
# *************************************
# *************************************
# Display Settings Functions
# *************************************
def changeChart(self, x, y, chart):
found = None
for c in self.app.charts:
@ -1567,7 +1562,7 @@ class AboutWindow(QtWidgets.QWidget):
layout.addWidget(QtWidgets.QLabel("AUTHOR:"))
layout.addWidget(QtWidgets.QLabel("Rune B. Broberg - 5Q5R<br>"))
layout.addWidget(QtWidgets.QLabel("CONTRIBUTORS:"))
layout.addWidget(QtWidgets.QLabel("Ohan Smit, Neilkatin, Carl Tremblay - VA2SAJ<br>"))
layout.addWidget(QtWidgets.QLabel("Ohan Smit, Neilkatin, Larry Goga, Carl Tremblay - VA2SAJ<br>"))
link_label.setOpenExternalLinks(True)
layout.addWidget(link_label)
layout.addWidget(QtWidgets.QLabel(""))