fixed embarassing typo
This commit is contained in:
@@ -25,7 +25,6 @@ class InstallerWizard(QtWidgets.QWizard):
|
|||||||
def __init__(self, parent=None):
|
def __init__(self, parent=None):
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
loadUi(Path(__file__).parent / "installer_wizard.ui", baseinstance=self)
|
loadUi(Path(__file__).parent / "installer_wizard.ui", baseinstance=self)
|
||||||
#self.button(QtWidgets.QWizard.NextButton).clicked.connect(self._requirements_check)
|
|
||||||
self.intro_page.validatePage = self._requirements_check
|
self.intro_page.validatePage = self._requirements_check
|
||||||
self.currentIdChanged.connect
|
self.currentIdChanged.connect
|
||||||
self.intro.anchorClicked.connect(self._link_clicked)
|
self.intro.anchorClicked.connect(self._link_clicked)
|
||||||
@@ -38,7 +37,7 @@ class InstallerWizard(QtWidgets.QWizard):
|
|||||||
self.license_page.setButtonText(QtWidgets.QWizard.CancelButton, "Decline")
|
self.license_page.setButtonText(QtWidgets.QWizard.CancelButton, "Decline")
|
||||||
self._network_manager = QtNetwork.QNetworkAccessManager(parent=QtWidgets.QApplication.instance())
|
self._network_manager = QtNetwork.QNetworkAccessManager(parent=QtWidgets.QApplication.instance())
|
||||||
self._thread_pool = QtCore.QThreadPool.globalInstance()
|
self._thread_pool = QtCore.QThreadPool.globalInstance()
|
||||||
self._project_page=Path("https://github.com/norweeg/portable-computing-tookit-installer/")
|
self._project_page=Path("https://github.com/norweeg/portable-computing-toolkit-installer/")
|
||||||
|
|
||||||
def _link_clicked(self, address):
|
def _link_clicked(self, address):
|
||||||
"""Receives anchorClicked signal from the intro or license text browsers and opens the address in an external web browser.
|
"""Receives anchorClicked signal from the intro or license text browsers and opens the address in an external web browser.
|
||||||
|
|||||||
@@ -63,8 +63,8 @@ p, li { white-space: pre-wrap; }
|
|||||||
<li style=" background-color:transparent;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%;"><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e;">An </span><a href="https://lifehacker.com/how-to-erase-and-format-a-hard-drive-1525128357"><span style=" font-family:'Segoe UI, sans-serif'; text-decoration: underline; color:#0366d6;">NTFS-Formatted</span></a><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e;"> USB storage device</span><span style=" font-family:'Segoe UI, sans-serif';"> </span></li>
|
<li style=" background-color:transparent;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%;"><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e;">An </span><a href="https://lifehacker.com/how-to-erase-and-format-a-hard-drive-1525128357"><span style=" font-family:'Segoe UI, sans-serif'; text-decoration: underline; color:#0366d6;">NTFS-Formatted</span></a><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e;"> USB storage device</span><span style=" font-family:'Segoe UI, sans-serif';"> </span></li>
|
||||||
<li style=" background-color:transparent;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%;"><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e;">An active Internet connection</span> </li></ul>
|
<li style=" background-color:transparent;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%;"><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e;">An active Internet connection</span> </li></ul>
|
||||||
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif'; font-weight:600;">Contributing and bug reporting:</span></p>
|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif'; font-weight:600;">Contributing and bug reporting:</span></p>
|
||||||
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif';">Source code for this installer is available on </span><a href="https://github.com/norweeg/portable-computing-tookit-installer"><span style=" font-family:'Segoe UI, sans-serif'; text-decoration: underline; color:#0000ff;">Github</span></a><span style=" font-family:'Segoe UI, sans-serif';">. This installer was originally a learning exercise for myself to learn python, so I welcome you to help improve it!</span></p>
|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif';">Source code for this installer is available on </span><a href="https://github.com/norweeg/portable-computing-toolkit-installer"><span style=" font-family:'Segoe UI, sans-serif'; text-decoration: underline; color:#0000ff;">Github</span></a><span style=" font-family:'Segoe UI, sans-serif';">. This installer was originally a learning exercise for myself to learn python, so I welcome you to help improve it!</span></p>
|
||||||
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif';">This installer scrapes the web for the URLs to the installers for the software. I don't have control over the homepages of the tools in this toolkit, so if they fail to download, it's likely that the download page has changed and this tool needs to be updated to reflect those changes. If you find the installer is unable to download one of the tools, please </span><a href="https://github.com/norweeg/portable-computing-tookit-installer/issues"><span style=" text-decoration: underline; color:#0000ff;">open an issue</span></a><span style=" font-family:'Segoe UI, sans-serif';"> on </span>Github</p>
|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif';">This installer scrapes the web for the URLs to the installers for the software. I don't have control over the homepages of the tools in this toolkit, so if they fail to download, it's likely that the download page has changed and this tool needs to be updated to reflect those changes. If you find the installer is unable to download one of the tools, please </span><a href="https://github.com/norweeg/portable-computing-toolkit-installer/issues"><span style=" text-decoration: underline; color:#0000ff;">open an issue</span></a><span style=" font-family:'Segoe UI, sans-serif';"> on </span>Github</p>
|
||||||
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e; background-color:#ffffff;">This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</span></p>
|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e; background-color:#ffffff;">This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</span></p>
|
||||||
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e; background-color:#ffffff;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</span></p>
|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" font-family:'Segoe UI, sans-serif'; color:#24292e; background-color:#ffffff;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</span></p>
|
||||||
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" background-color:transparent;">Copyright © 2019 </span><a href="https://github.com/norweeg"><span style=" text-decoration: underline; color:#0000ff;">Brennen Raimer</span></a></p>
|
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; line-height:115%; background-color:transparent;"><span style=" background-color:transparent;">Copyright © 2019 </span><a href="https://github.com/norweeg"><span style=" text-decoration: underline; color:#0000ff;">Brennen Raimer</span></a></p>
|
||||||
@@ -86,7 +86,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
</widget>
|
</widget>
|
||||||
<widget class="QWizardPage" name="license_page">
|
<widget class="QWizardPage" name="license_page">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Portable CS Toolkit Installer License Agreement</string>
|
<string>Portable Computing Toolkit Installer License Agreement</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="subTitle">
|
<property name="subTitle">
|
||||||
<string/>
|
<string/>
|
||||||
|
|||||||
Reference in New Issue
Block a user