Skip to content

Commit

Permalink
version 1.0 FINALLY!
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed Mar 17, 2023
1 parent 787802c commit 3a3766b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

APP_NAME = "Keyboard Center"
VERSION = "0.2.8"
VERSION = "1.0"

APPUUID = "0eBJVKjwTanGP7aenveagSRi1c9poja2"

Expand Down
7 changes: 4 additions & 3 deletions src/gui/Ui_aboutWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

# Form implementation generated from reading ui file '/home/bene/Programmierkram/GitHub/G910-gui/src/gui/aboutWindow.ui'
#
# Created by: PyQt5 UI code generator 5.14.1
# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING! All changes made in this file will be lost!
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.


from PyQt5 import QtCore, QtGui, QtWidgets
Expand Down Expand Up @@ -53,5 +54,5 @@ def setupUi(self, aboutWindow):
def retranslateUi(self, aboutWindow):
_translate = QtCore.QCoreApplication.translate
aboutWindow.setWindowTitle(_translate("aboutWindow", "About"))
self.about_maintext.setText(_translate("aboutWindow", "<html><head/><body><p>Keyboard Center - $$$</p><p>made by zocker_160</p><p>licensed under GPLv3 | 2021 - 2022</p><p>source code: <a href=\"https://github.com/zocker-160/keyboard-center\"><span style=\" text-decoration: underline; color:#2980b9;\">https://github.com/zocker-160/keyboard-center</span></a></p></body></html>"))
self.about_maintext.setText(_translate("aboutWindow", "<html><head/><body><p>Keyboard Center - v$$$</p><p>made by zocker_160</p><p>licensed under GPLv3 | 2021 - 2023</p><p>source code: <a href=\"https://github.com/zocker-160/keyboard-center\"><span style=\" text-decoration: underline; color:#2980b9;\">https://github.com/zocker-160/keyboard-center</span></a></p></body></html>"))
from . import ressources_rc
2 changes: 1 addition & 1 deletion src/gui/aboutWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<item>
<widget class="QLabel" name="about_maintext">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Keyboard Center - $$$&lt;/p&gt;&lt;p&gt;made by zocker_160&lt;/p&gt;&lt;p&gt;licensed under GPLv3 | 2021 - 2022&lt;/p&gt;&lt;p&gt;source code: &lt;a href=&quot;https://github.com/zocker-160/keyboard-center&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;https://github.com/zocker-160/keyboard-center&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;Keyboard Center - v$$$&lt;/p&gt;&lt;p&gt;made by zocker_160&lt;/p&gt;&lt;p&gt;licensed under GPLv3 | 2021 - 2023&lt;/p&gt;&lt;p&gt;source code: &lt;a href=&quot;https://github.com/zocker-160/keyboard-center&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;https://github.com/zocker-160/keyboard-center&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
Expand Down

0 comments on commit 3a3766b

Please sign in to comment.