xiaoyifang

Results 330 comments of xiaoyifang

Does QtSingleApplication has some defects which KDSingleApplication have solved? any better improvements?

I think if the SingleApplication has no issues to be fixed. we should avoid change it right now. Too much risk with less profit.

When the time arise that an issue exists in the current code while not present in the new library.

QSingleApplication has not been changed for a lot of years. ..In the foreseeable near future there should be less demand for changing. If we use the new library ,we will...

goldendict-ng use QMultimedia to play the audio . the crash is more likely a qt bug. you can configure the external audio player in the preference ->audio tab

https://bugreports.qt.io/browse/QTBUG-16285

can you save the audio and upload the audio file here?

这个高度是受控于 iframeResizer.js的,在线网站本身内嵌在一个iframe里面,这个里面,你又内嵌了一个iframe,你控制的只是你自己本身的iframe。外层的iframe你没控制到。 如果想控制的话,按照这里的描述 https://xiaoyifang.github.io/goldendict-ng/topic_userstyle/ 新增一个article-script.js ,里面内容,如下,看下是否可以解决。 ``` //monitor iframe height. $("iframe").iFrameResize({ checkOrigin: false, maxHeight: 800, scrolling: true, warningTimeout: 0, minHeight: 250, log: true, autoResize: false, }); ```

或者,这个取消看下。 ![image](https://github.com/xiaoyifang/goldendict-ng/assets/105986/33ea397a-40f8-4f37-9d97-d5d7d5a9ffdd)

>What "two versions" means here: the same content and name dictionary files on two different locations, only the same name dictionary files on two different locations, only the same content...