개정판 64e82778
issue #000: change license ui
Change-Id: I4f75684af0a4a92b4e88f15f3baf55d25ab38d99
DTI_PID/DTI_PID/License_UI.py | ||
---|---|---|
45 | 45 |
|
46 | 46 |
def retranslateUi(self, DialogLicense): |
47 | 47 |
_translate = QtCore.QCoreApplication.translate |
48 |
DialogLicense.setWindowTitle(_translate("DialogLicense", "라이센스"))
|
|
49 |
self.label.setText(_translate("DialogLicense", "라이센스 키 : "))
|
|
48 |
DialogLicense.setWindowTitle(_translate("DialogLicense", "License"))
|
|
49 |
self.label.setText(_translate("DialogLicense", "License Key : "))
|
|
50 | 50 |
|
minorTools/xmlTextSearcher.py | ||
---|---|---|
3 | 3 |
def finder(): |
4 | 4 |
print("finder start") |
5 | 5 |
|
6 |
targetText = ['90003']
|
|
7 |
path = 'X:\Shell_OGP_SRU\Temp'
|
|
6 |
targetText = ['>Motor<']
|
|
7 |
path = 'W:\ID2_Project\SOGT\Temp'
|
|
8 | 8 |
|
9 | 9 |
print("target : " + str(len(targetText))) |
10 | 10 |
print("path : " + path) |
내보내기 Unified diff