About dialog update with Github repo url

This commit is contained in:
Francois B (Makoto) 2017-09-29 02:00:20 +02:00
parent 9afa81396c
commit 1f431983b3
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ class Ui_AboutWindow(object):
self.centralwidget = QtWidgets.QWidget(AboutWindow)
self.centralwidget.setObjectName("centralwidget")
self.aboutLabel = QtWidgets.QLabel(self.centralwidget)
self.aboutLabel.setGeometry(QtCore.QRect(0, 0, 641, 131))
self.aboutLabel.setGeometry(QtCore.QRect(0, 10, 621, 131))
self.aboutLabel.setAlignment(QtCore.Qt.AlignCenter)
self.aboutLabel.setOpenExternalLinks(True)
self.aboutLabel.setObjectName("aboutLabel")
@ -34,7 +34,7 @@ class Ui_AboutWindow(object):
def retranslateUi(self, AboutWindow):
_translate = QtCore.QCoreApplication.translate
AboutWindow.setWindowTitle(_translate("AboutWindow", " About mozDefrag"))
self.aboutLabel.setText(_translate("AboutWindow", "<html><head/><body><p><span style=\" font-size:24pt; font-weight:600;\">mozDefrag</span></p><p>App written by Francois B (Makoto) under the GPLv3 licence</p><p><a href=\"http://sirenacorp.be\"><span style=\" text-decoration: underline; color:#0000ff;\">Website</span></a></p></body></html>"))
self.aboutLabel.setText(_translate("AboutWindow", "<html><head/><body><p><span style=\" font-size:24pt; font-weight:600;\">mozDefrag</span></p><p>App written by Francois B (Makoto) under the GPLv3 licence</p><p><a href=\"http://sirenacorp.be\"><span style=\" text-decoration: underline; color:#0000ff;\">Website</span></a> | <a href=\"https://github.com/shakasan/mozDefrag\"><span style=\" text-decoration: underline; color:#0000ff;\">Github</span></a></p></body></html>"))
self.licencePlainTextEdit.setPlainText(_translate("AboutWindow", " GNU GENERAL PUBLIC LICENSE\n"
" Version 3, 29 June 2007\n"
"\n"

View file

@ -21,13 +21,13 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>641</width>
<y>10</y>
<width>621</width>
<height>131</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:24pt; font-weight:600;&quot;&gt;mozDefrag&lt;/span&gt;&lt;/p&gt;&lt;p&gt;App written by Francois B (Makoto) under the GPLv3 licence&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://sirenacorp.be&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Website&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:24pt; font-weight:600;&quot;&gt;mozDefrag&lt;/span&gt;&lt;/p&gt;&lt;p&gt;App written by Francois B (Makoto) under the GPLv3 licence&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://sirenacorp.be&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Website&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/shakasan/mozDefrag&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Github&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>