📄 readme
字号:
Programming KDE using QtCD Database Application using KDETo build, first create Makefile using qmake utility:$ qmake -o Makefile cdapp.proThen compile as usual:$ makeN.B. May need to change macros in cdapp.pro to suit your KDE installation pathqmake is distributed with Qt and should be made visible in your path.If not, for example on SuSE 8.2 run qmake as /usr/lib/qt3/bin/qmake -o Makefile cdapp.pro and run the make with QTDIR set QTDIR=/usr/lib/qt3 make
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -