mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
ts
This commit is contained in:
parent
d271e69e21
commit
c1110822cb
@ -266,6 +266,7 @@ class tagitem(QWidget):
|
||||
key = (tag, _type, refdata)
|
||||
self.setLayout(tagLayout)
|
||||
lb = ClickableLabel()
|
||||
lb.setStyleSheet("background: transparent;")
|
||||
lb.setText(tag)
|
||||
lb.clicked.connect(functools.partial(self.labelclicked.emit, key))
|
||||
tagLayout.addWidget(lb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user