-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvar_tool.py
188 lines (180 loc) · 11.5 KB
/
var_tool.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'var_tool.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
# 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
class VarToolUi(object):
def setupUi(self, widget):
widget.setObjectName("widget")
widget.resize(699, 700)
widget.setStyleSheet("background-color: rgb(255, 255, 255);")
self.gridLayout = QtWidgets.QGridLayout(widget)
self.gridLayout.setObjectName("gridLayout")
self.groupBox = QtWidgets.QGroupBox(widget)
self.groupBox.setStyleSheet("")
self.groupBox.setTitle("")
self.groupBox.setObjectName("groupBox")
self.verticalLayout_4 = QtWidgets.QVBoxLayout(self.groupBox)
self.verticalLayout_4.setObjectName("verticalLayout_4")
self.groupBox_3 = QtWidgets.QGroupBox(self.groupBox)
self.groupBox_3.setTitle("")
self.groupBox_3.setObjectName("groupBox_3")
self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.groupBox_3)
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.groupBox_5 = QtWidgets.QGroupBox(self.groupBox_3)
self.groupBox_5.setStyleSheet("background-color: rgb(250, 250, 250);")
self.groupBox_5.setObjectName("groupBox_5")
self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox_5)
self.verticalLayout.setContentsMargins(9, 6, 6, 6)
self.verticalLayout.setObjectName("verticalLayout")
self.groupBox_8 = QtWidgets.QGroupBox(self.groupBox_5)
self.groupBox_8.setTitle("")
self.groupBox_8.setObjectName("groupBox_8")
self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.groupBox_8)
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
self.label_3 = QtWidgets.QLabel(self.groupBox_8)
self.label_3.setAlignment(QtCore.Qt.AlignCenter)
self.label_3.setObjectName("label_3")
self.horizontalLayout_2.addWidget(self.label_3)
self.pushButton = QtWidgets.QPushButton(self.groupBox_8)
self.pushButton.setObjectName("pushButton")
self.horizontalLayout_2.addWidget(self.pushButton)
self.label_4 = QtWidgets.QLabel(self.groupBox_8)
self.label_4.setAlignment(QtCore.Qt.AlignCenter)
self.label_4.setObjectName("label_4")
self.horizontalLayout_2.addWidget(self.label_4)
self.verticalLayout.addWidget(self.groupBox_8)
self.groupBox_6 = QtWidgets.QGroupBox(self.groupBox_5)
self.groupBox_6.setTitle("")
self.groupBox_6.setObjectName("groupBox_6")
self.horizontalLayout_3 = QtWidgets.QHBoxLayout(self.groupBox_6)
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
self.label_5 = QtWidgets.QLabel(self.groupBox_6)
self.label_5.setAlignment(QtCore.Qt.AlignCenter)
self.label_5.setObjectName("label_5")
self.horizontalLayout_3.addWidget(self.label_5)
self.pushButton_2 = QtWidgets.QPushButton(self.groupBox_6)
self.pushButton_2.setObjectName("pushButton_2")
self.horizontalLayout_3.addWidget(self.pushButton_2)
self.label_6 = QtWidgets.QLabel(self.groupBox_6)
self.label_6.setAlignment(QtCore.Qt.AlignCenter)
self.label_6.setObjectName("label_6")
self.horizontalLayout_3.addWidget(self.label_6)
self.verticalLayout.addWidget(self.groupBox_6)
self.textEdit = QtWidgets.QTextEdit(self.groupBox_5)
self.textEdit.setObjectName("textEdit")
self.verticalLayout.addWidget(self.textEdit)
self.groupBox_7 = QtWidgets.QGroupBox(self.groupBox_5)
self.groupBox_7.setTitle("")
self.groupBox_7.setObjectName("groupBox_7")
self.horizontalLayout_4 = QtWidgets.QHBoxLayout(self.groupBox_7)
self.horizontalLayout_4.setObjectName("horizontalLayout_4")
self.label_7 = QtWidgets.QLabel(self.groupBox_7)
self.label_7.setAlignment(QtCore.Qt.AlignCenter)
self.label_7.setObjectName("label_7")
self.horizontalLayout_4.addWidget(self.label_7)
self.lineEdit = QtWidgets.QLineEdit(self.groupBox_7)
self.lineEdit.setObjectName("lineEdit")
self.horizontalLayout_4.addWidget(self.lineEdit)
self.pushButton_3 = QtWidgets.QPushButton(self.groupBox_7)
self.pushButton_3.setObjectName("pushButton_3")
self.horizontalLayout_4.addWidget(self.pushButton_3)
self.label_8 = QtWidgets.QLabel(self.groupBox_7)
self.label_8.setAlignment(QtCore.Qt.AlignCenter)
self.label_8.setObjectName("label_8")
self.horizontalLayout_4.addWidget(self.label_8)
self.verticalLayout.addWidget(self.groupBox_7)
self.verticalLayout.setStretch(0, 1)
self.verticalLayout.setStretch(1, 1)
self.verticalLayout.setStretch(2, 3)
self.verticalLayout.setStretch(3, 1)
self.verticalLayout_3.addWidget(self.groupBox_5)
self.groupBox_9 = QtWidgets.QGroupBox(self.groupBox_3)
self.groupBox_9.setStyleSheet("background-color: rgb(250, 250, 250);")
self.groupBox_9.setObjectName("groupBox_9")
self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox_9)
self.verticalLayout_2.setContentsMargins(9, 6, 6, 6)
self.verticalLayout_2.setObjectName("verticalLayout_2")
self.groupBox_10 = QtWidgets.QGroupBox(self.groupBox_9)
self.groupBox_10.setTitle("")
self.groupBox_10.setObjectName("groupBox_10")
self.horizontalLayout_5 = QtWidgets.QHBoxLayout(self.groupBox_10)
self.horizontalLayout_5.setObjectName("horizontalLayout_5")
self.label_9 = QtWidgets.QLabel(self.groupBox_10)
self.label_9.setAlignment(QtCore.Qt.AlignCenter)
self.label_9.setObjectName("label_9")
self.horizontalLayout_5.addWidget(self.label_9)
self.lineEdit_2 = QtWidgets.QLineEdit(self.groupBox_10)
self.lineEdit_2.setObjectName("lineEdit_2")
self.horizontalLayout_5.addWidget(self.lineEdit_2)
self.pushButton_4 = QtWidgets.QPushButton(self.groupBox_10)
self.pushButton_4.setObjectName("pushButton_4")
self.horizontalLayout_5.addWidget(self.pushButton_4)
self.label_10 = QtWidgets.QLabel(self.groupBox_10)
font = QtGui.QFont()
font.setPointSize(7)
self.label_10.setFont(font)
self.label_10.setAlignment(QtCore.Qt.AlignCenter)
self.label_10.setObjectName("label_10")
self.horizontalLayout_5.addWidget(self.label_10)
self.verticalLayout_2.addWidget(self.groupBox_10)
self.textEdit_2 = QtWidgets.QTextEdit(self.groupBox_9)
self.textEdit_2.setObjectName("textEdit_2")
self.verticalLayout_2.addWidget(self.textEdit_2)
self.verticalLayout_2.setStretch(0, 1)
self.verticalLayout_2.setStretch(1, 3)
self.verticalLayout_3.addWidget(self.groupBox_9)
self.verticalLayout_3.setStretch(2, 1)
self.verticalLayout_4.addWidget(self.groupBox_3)
self.groupBox_2 = QtWidgets.QGroupBox(self.groupBox)
self.groupBox_2.setObjectName("groupBox_2")
self.horizontalLayout = QtWidgets.QHBoxLayout(self.groupBox_2)
self.horizontalLayout.setObjectName("horizontalLayout")
self.textEdit_3 = QtWidgets.QTextEdit(self.groupBox_2)
self.textEdit_3.setObjectName("textEdit_3")
self.horizontalLayout.addWidget(self.textEdit_3)
self.verticalLayout_4.addWidget(self.groupBox_2)
self.gridLayout.addWidget(self.groupBox, 0, 0, 1, 1)
self.retranslateUi(widget)
QtCore.QMetaObject.connectSlotsByName(widget)
def retranslateUi(self, widget):
_translate = QtCore.QCoreApplication.translate
widget.setWindowTitle(_translate("widget", "发那科变量工具 Variable traversal tool"))
self.groupBox_5.setTitle(_translate("widget", "变量遍历功能"))
self.label_3.setText(_translate("widget", "第一步:记录变量"))
self.pushButton.setText(_translate("widget", "记录"))
self.label_4.setText(_translate("widget", "当前状态:未开始"))
self.label_5.setText(_translate("widget", "第二步:遍历变量"))
self.pushButton_2.setText(_translate("widget", "遍历启动"))
self.label_6.setText(_translate("widget", "当前状态:未开始"))
self.textEdit.setHtml(_translate("widget", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'SimSun\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p></body></html>"))
self.label_7.setText(_translate("widget", "搜索:"))
self.pushButton_3.setText(_translate("widget", "搜索"))
self.label_8.setText(_translate("widget", "如果你知道变量对应的数值,可在此处输入,得到搜索结果(可留空)"))
self.groupBox_9.setTitle(_translate("widget", "变量模糊搜索功能"))
self.label_9.setText(_translate("widget", "搜索:"))
self.pushButton_4.setText(_translate("widget", "搜索"))
self.label_10.setText(_translate("widget", "输入你已知的变量名称,点击搜索,即可模糊搜索出完整的名称,不区分大小写"))
self.textEdit_2.setHtml(_translate("widget", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'SimSun\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p></body></html>"))
self.groupBox_2.setTitle(_translate("widget", "帮助"))
self.textEdit_3.setHtml(_translate("widget", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'SimSun\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">遍历变量功能使用前点击初始化按钮,待初始化完成后状态会变更为完成,然后将机器人中你需要得到的变量对应功能做出改动,例如启用改为禁用,完成后点击遍历启动,此时根据电脑的性能决定完成时间,请耐心等待,若软件卡顿,请强行关闭并停止使用。 -- 已测试发那科版本:9.4</p></body></html>"))
self.pushButton_4.clicked.connect(widget.fuzzy_search)
self.pushButton.clicked.connect(widget.init_var_sql)
self.pushButton_2.clicked.connect(widget.traversal_var)
self.pushButton_3.clicked.connect(widget.search_var)
import img_rc