fix #4574
This commit is contained in:
@@ -34,8 +34,7 @@ from .qrtextedit import ScanQRTextEdit
|
|||||||
from .completion_text_edit import CompletionTextEdit
|
from .completion_text_edit import CompletionTextEdit
|
||||||
from . import util
|
from . import util
|
||||||
|
|
||||||
RE_ADDRESS = '[1-9A-HJ-NP-Za-km-z]{26,}'
|
RE_ALIAS = '(.*?)\s*\<([0-9A-Za-z]{1,})\>'
|
||||||
RE_ALIAS = '(.*?)\s*\<([1-9A-HJ-NP-Za-km-z]{26,})\>'
|
|
||||||
|
|
||||||
frozen_style = "QWidget { background-color:none; border:none;}"
|
frozen_style = "QWidget { background-color:none; border:none;}"
|
||||||
normal_style = "QPlainTextEdit { }"
|
normal_style = "QPlainTextEdit { }"
|
||||||
|
|||||||
Reference in New Issue
Block a user