徐映白
徐映白
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.
#66
可能是这个原因
我是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....
@ypwhs you truly made my day!
不是有深色模式么.. 
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 [差不多是这样]  ``` 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...