readme

来自「eva是一个基于qt的linux下的QQ客户端,体积小界面友好」· 代码 · 共 14 行

TXT
14
字号
EVA login animation( in the system tray ) uses QMovie, which only support MNG and GIF.Because of the patent problem of format GIF, TrollTech recommend using MNG, and also developers are warned in Qt docs that the support of GIF MAY BE REMOVED some time.You can create simple MNG animation( like the login one ) after following steps:1. Create series of pics, better in PNG format.2. Use 'convert', which is in imagemagick package.    # convert -delay n PNGs target.mng   which 'n' is a number means 1/100 seconds.3. You got it!Related links:1. get convert: http://www.imagemagick.org/2. preview mng, using showimg: http://www.jalix.org/projects/showimg/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?