?? readme
字號:
Programming KDE using QtKDE Menus examplesTo build, first create Makefile using qmake utility:$ qmake -o Makefile menu.proThen compile as usual:$ makeN.B. May need to change menu.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 menu.pro and run the make with QTDIR set QTDIR=/usr/lib/qt3 make
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -