Skip to content

Commit

Permalink
Update ui_Scrypt.py from ui_Scrypt.ui
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStatilko committed Apr 11, 2024
1 parent e8386dc commit 51dfef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uiScrypt/ui_Scrypt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'uiScrypt.ui'
# Form implementation generated from reading ui file 'ui_Scrypt.ui'
#
# Created by: PyQt5 UI code generator 5.15.9
#
Expand Down Expand Up @@ -193,7 +193,7 @@ def setupUi(self, mainWindow):

def retranslateUi(self, mainWindow):
_translate = QtCore.QCoreApplication.translate
mainWindow.setWindowTitle(_translate("mainWindow", "uiScrypt [000000000000]"))
mainWindow.setWindowTitle(_translate("mainWindow", "uiScrypt v2.0.1 [000000000000]"))
self.lineEdit.setText(_translate("mainWindow", "1"))
self.lineEdit.setPlaceholderText(_translate("mainWindow", "p (1)"))
self.label.setText(_translate("mainWindow", "<html><head/><body><p align=\"center\"><span style=\" font-size:20pt; font-weight:600; color:#2e3436;\">ui</span><span style=\" font-size:20pt; font-weight:600;\">Scrypt</span></p></body></html>"))
Expand Down

0 comments on commit 51dfef8

Please sign in to comment.