?? 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 + -