File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Form implementation generated from reading ui file 'mainwindow.ui'
4
4
#
5
- # Created by: PyQt5 UI code generator 5.10.1
5
+ # Created by: PyQt5 UI code generator 5.6
6
6
#
7
7
# WARNING! All changes made in this file will be lost!
8
8
9
9
from PyQt5 import QtCore , QtGui , QtWidgets
10
10
11
-
12
11
class Ui_MainWindow (object ):
13
12
def setupUi (self , MainWindow ):
14
13
MainWindow .setObjectName ("MainWindow" )
@@ -76,7 +75,7 @@ def setupUi(self, MainWindow):
76
75
77
76
def retranslateUi (self , MainWindow ):
78
77
_translate = QtCore .QCoreApplication .translate
79
- MainWindow .setWindowTitle (_translate ("MainWindow" , "JSONFormat4Flutter" ))
78
+ MainWindow .setWindowTitle (_translate ("MainWindow" , "JSONFormat4Flutter(v0.4) " ))
80
79
self .btn_format .setText (_translate ("MainWindow" , "格式化" ))
81
80
self .btn_copy .setText (_translate ("MainWindow" , "复制" ))
82
81
self .btn_generate .setText (_translate ("MainWindow" , "生成Bean" ))
@@ -91,3 +90,4 @@ def retranslateUi(self, MainWindow):
91
90
ui .setupUi (widget )
92
91
widget .show ()
93
92
sys .exit (app .exec_ ())
93
+
Original file line number Diff line number Diff line change 29
29
</size >
30
30
</property >
31
31
<property name =" windowTitle" >
32
- <string >JSONFormat4Flutter</string >
32
+ <string >JSONFormat4Flutter(v0.4) </string >
33
33
</property >
34
34
<widget class =" QWidget" name =" centralWidget" >
35
35
<layout class =" QVBoxLayout" name =" verticalLayout" >
You can’t perform that action at this time.
0 commit comments