Skip to content

Commit

Permalink
Update v1.2.1
Browse files Browse the repository at this point in the history
- Added Error Log system.
- Fixed randomized fault injection function issue.
  • Loading branch information
Akerdogmus authored Dec 1, 2021
1 parent cdc7332 commit b37070f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ui_interface.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'interface_v1_2.ui'
#
# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
"""
Form implementation generated from reading ui file 'interface_v1_2.ui'
Created by: PyQt5 UI code generator 5.14.1
WARNING! All changes made in this file will be lost!
"""

from PyQt5 import QtCore, QtGui, QtWidgets

Expand Down Expand Up @@ -584,7 +585,7 @@ def retranslateUi(self, MainWindow):
self.info_label.setText(_translate("MainWindow", "Info"))
self.fi_plan_label.setText(_translate("MainWindow", "FI Plans"))
self.progressBar_label.setText(_translate("MainWindow", "FI Applying Progress"))
self.version_info_label.setText(_translate("MainWindow", "Version 1.2"))
self.version_info_label.setText(_translate("MainWindow", "Version 1.2.1"))
self.about_button.setText(_translate("MainWindow", "About"))
self.help_button.setText(_translate("MainWindow", "Help"))
import icons_rc

0 comments on commit b37070f

Please sign in to comment.