faq
来自「图形软件,用QT编写的,可以用来学习软件的」· 代码 · 共 31 行
TXT
31 行
Frequently Asked Questions---------------------------------------------------------------------------- Is it possible not to use pthreads library? Yes, it is possible. Just look at equal3_mf.cpp/equal3_mf.h Comment out all thread realated code. Then add job() call to the end of updateData() function.---------------------------------------------------------------------------- What platforms are supported? Should be all Qt compatible i386 systems. i386 restrictions are in architecture depended code(all collected in fpu87.c). Later another architectures will be added. If you would like to add one contact me.---------------------------------------------------------------------------- Program works too slow. How can I make it faster? Firstly you may look at sources and invent some optimiztions. For example graphic caching or so. Secondly you may use special speed up keys: Shift+Alt+Up or Shift+Alt+Left ;-) You may even use them both or several times...----------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?