徐映白

Results 13 comments of 徐映白

i use the Labelme in windows10 with Python 3.9.7 , Labelme perform correctly, also my PyQt5 == 5.15.4, if you wanna fix it you need to provide more info.

我是pycharm遇到了这个问题,手机上先退出网页登录,再重启pycharm,我的就可以了

我自定义了light的样式,以及dark的样式 ```scss // light scss $--colors: ( 'primary': ( "base": rgb(110, 63, 233), "color": #fff, ), ); // You should use them in scss, because we calculate it by sass....

不是有深色模式么.. ![Image](https://github.com/user-attachments/assets/982a1b9d-af58-49cb-b5ee-11c1f3322893)

Wonderful idea! But you don't need to add an extra **self.filenames** to record the inde of the file you can just use the pyqt api. Like: ```python def setClean(self): self.dirty...

@Ding-Vic [差不多是这样] ![image](https://github.com/user-attachments/assets/7df84dd9-2a6a-4c72-a0b7-bb53ddcf5aa7) ``` local logger = require("./cold_word_drop/logger") --logger.writeLog("这是一个测试日志") local function filter(translation, env) local code = env.engine.context.input -- 当前编码 for cand in translation:iter() do local new_text = '[' .. cand.text...

Great! but you dont't need to add an extra signal to watch the mouseDoubleClick, you can simply add your code above, and it work ```python def mouseDoubleClickEvent(self, ev): # extra...