Skip to content

justzx2011/youdao-qt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Qt GUI front end for youdao dictionary.

fork from https://github.com/jl2/Google-Translate-Qt-GUI

Released under the open source GPL2.0 license.

How to use
$qmake 
$make
$./youdao-qt


#1 解决鼠标抖动问题 因为只有一个widget所以在显示完之后fouxe on只有这个显示窗了,这样会造成过度反映,而现在的处理方法是加入sleep来去除抖动.但是这样延迟了翻译速度让人觉得程序不灵敏。
    参考解决方案是将输入框,和tran按钮放回来,这样程序执行完能让输入框fouxe on,这样就不用sleep也能取出抖动了。但是我不想界面上有太多的框和按钮,因为我有按钮恐惧症。如何解决呢?有个框的好处是可以将取来的词进行二次编辑。但是这个事情发生的概率太低了。如果处理这个有必要而发生概率极低的功能呢?


TODO
fix bug #1
add select words from mouse   ----ok!
reconstruct UI                ----ok!

Power by [email protected] 

About

有道词典的QT版本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published