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