diff --git a/Resources/GUI/PyForecast_GUI.py b/Resources/GUI/PyForecast_GUI.py index e5a2812..e81599a 100644 --- a/Resources/GUI/PyForecast_GUI.py +++ b/Resources/GUI/PyForecast_GUI.py @@ -1125,36 +1125,36 @@ def setupUI(self): self.otherDataLayout.addWidget(self.stationLabel, 0, 0, 1, 4) # NRCC dataset layout - self.nrccLabel = QtWidgets.QLabel('NRCC') - self.nrccLabel.setMinimumWidth(100) - self.nrccLabel.setMaximumWidth(100) - self.nrccInfoButton = QtWidgets.QLabel() - self.nrccInfoButton.setPixmap(QtGui.QPixmap(os.path.abspath("Resources/Fonts_Icons_Images/infoHover.png")).scaled(30,30, QtCore.Qt.KeepAspectRatio)) - self.nrccInfoButton.setScaledContents(True) - self.nrccInfoButton.setToolTip('
NRCC gridded precipitation and temperature data, averaged by watershed.
') - self.nrccInput = QtWidgets.QLineEdit() - self.nrccInput.setPlaceholderText("Enter HUC8:") + #self.nrccLabel = QtWidgets.QLabel('NRCC') + #self.nrccLabel.setMinimumWidth(100) + #self.nrccLabel.setMaximumWidth(100) + #self.nrccInfoButton = QtWidgets.QLabel() + #self.nrccInfoButton.setPixmap(QtGui.QPixmap(os.path.abspath("Resources/Fonts_Icons_Images/infoHover.png")).scaled(30,30, QtCore.Qt.KeepAspectRatio)) + #self.nrccInfoButton.setScaledContents(True) + #self.nrccInfoButton.setToolTip('NRCC gridded precipitation and temperature data, averaged by watershed.
') + #self.nrccInput = QtWidgets.QLineEdit() + #self.nrccInput.setPlaceholderText("Enter HUC8:") self.nrccButton = QtWidgets.QPushButton('Add') - self.otherDataLayout.addWidget(self.nrccLabel, 1, 0, 1, 1) - self.otherDataLayout.addWidget(self.nrccInfoButton, 1, 1, 1, 1) - self.otherDataLayout.addWidget(self.nrccInput, 1, 2, 1, 1) - self.otherDataLayout.addWidget(self.nrccButton, 1, 3, 1, 1) + #self.otherDataLayout.addWidget(self.nrccLabel, 1, 0, 1, 1) + #self.otherDataLayout.addWidget(self.nrccInfoButton, 1, 1, 1, 1) + #self.otherDataLayout.addWidget(self.nrccInput, 1, 2, 1, 1) + #self.otherDataLayout.addWidget(self.nrccButton, 1, 3, 1, 1) # Prism dataset layout - self.prismLabel = QtWidgets.QLabel('PRISM') - self.prismLabel.setMinimumWidth(100) - self.prismLabel.setMaximumWidth(100) - self.prismInfoButton = QtWidgets.QLabel() - self.prismInfoButton.setPixmap(QtGui.QPixmap(os.path.abspath("Resources/Fonts_Icons_Images/infoHover.png")).scaled(30,30, QtCore.Qt.KeepAspectRatio)) - self.prismInfoButton.setScaledContents(True) - self.prismInfoButton.setToolTip('PRISM gridded precipitation and temperature data, averaged by watershed.
') - self.prismInput = QtWidgets.QLineEdit() - self.prismInput.setPlaceholderText("Enter HUC8:") + #self.prismLabel = QtWidgets.QLabel('PRISM') + #self.prismLabel.setMinimumWidth(100) + #self.prismLabel.setMaximumWidth(100) + #self.prismInfoButton = QtWidgets.QLabel() + #self.prismInfoButton.setPixmap(QtGui.QPixmap(os.path.abspath("Resources/Fonts_Icons_Images/infoHover.png")).scaled(30,30, QtCore.Qt.KeepAspectRatio)) + #self.prismInfoButton.setScaledContents(True) + #self.prismInfoButton.setToolTip('PRISM gridded precipitation and temperature data, averaged by watershed.
') + #self.prismInput = QtWidgets.QLineEdit() + #self.prismInput.setPlaceholderText("Enter HUC8:") self.prismButton = QtWidgets.QPushButton('Add') - self.otherDataLayout.addWidget(self.prismLabel, 2, 0, 1, 1) - self.otherDataLayout.addWidget(self.prismInfoButton, 2, 1, 1, 1) - self.otherDataLayout.addWidget(self.prismInput, 2, 2, 1, 1) - self.otherDataLayout.addWidget(self.prismButton, 2, 3, 1, 1) + #self.otherDataLayout.addWidget(self.prismLabel, 2, 0, 1, 1) + #self.otherDataLayout.addWidget(self.prismInfoButton, 2, 1, 1, 1) + #self.otherDataLayout.addWidget(self.prismInput, 2, 2, 1, 1) + #self.otherDataLayout.addWidget(self.prismButton, 2, 3, 1, 1) # PDSI dataset self.pdsiLabel = QtWidgets.QLabel("PDSI") @@ -1162,7 +1162,6 @@ def setupUI(self): self.pdsiLabel.setMaximumWidth(100) self.pdsiInfoButton = QtWidgets.QLabel() self.pdsiInfoButton.setPixmap(QtGui.QPixmap(os.path.abspath("Resources/Fonts_Icons_Images/infoHover.png")).scaled(30,30, QtCore.Qt.KeepAspectRatio)) - self.pdsiInfoButton.setScaledContents(True) self.pdsiInfoButton.setToolTip('Palmer Drought Severity Index by Climate Division
') self.pdsiInput = CustomQComboBox(self.formScroll) self.pdsiInput.addItems(list(CLIMATE_DIVISIONS.divisions.keys())) diff --git a/Resources/tempFiles/pyforecast.cfg b/Resources/tempFiles/pyforecast.cfg index 85b7ae6..b2494eb 100644 --- a/Resources/tempFiles/pyforecast.cfg +++ b/Resources/tempFiles/pyforecast.cfg @@ -1,5 +1,5 @@ [DEFAULT] -programtime = 2019-08-14 -savefilename = C:/Users/jrocha/Documents/Python/PyForecast/test.fcst.bkup +programtime = 2019-08-15 +savefilename = allsignificantoverride = False