📄 faq
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -