About dialog update with Github repo url
This commit is contained in:
parent
9afa81396c
commit
1f431983b3
2 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ class Ui_AboutWindow(object):
|
||||||
self.centralwidget = QtWidgets.QWidget(AboutWindow)
|
self.centralwidget = QtWidgets.QWidget(AboutWindow)
|
||||||
self.centralwidget.setObjectName("centralwidget")
|
self.centralwidget.setObjectName("centralwidget")
|
||||||
self.aboutLabel = QtWidgets.QLabel(self.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.setAlignment(QtCore.Qt.AlignCenter)
|
||||||
self.aboutLabel.setOpenExternalLinks(True)
|
self.aboutLabel.setOpenExternalLinks(True)
|
||||||
self.aboutLabel.setObjectName("aboutLabel")
|
self.aboutLabel.setObjectName("aboutLabel")
|
||||||
|
@ -34,7 +34,7 @@ class Ui_AboutWindow(object):
|
||||||
def retranslateUi(self, AboutWindow):
|
def retranslateUi(self, AboutWindow):
|
||||||
_translate = QtCore.QCoreApplication.translate
|
_translate = QtCore.QCoreApplication.translate
|
||||||
AboutWindow.setWindowTitle(_translate("AboutWindow", " About mozDefrag"))
|
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"
|
self.licencePlainTextEdit.setPlainText(_translate("AboutWindow", " GNU GENERAL PUBLIC LICENSE\n"
|
||||||
" Version 3, 29 June 2007\n"
|
" Version 3, 29 June 2007\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
|
@ -21,13 +21,13 @@
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>10</y>
|
||||||
<width>641</width>
|
<width>621</width>
|
||||||
<height>131</height>
|
<height>131</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><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></string>
|
<string><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></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
|
|
Loading…
Reference in a new issue