📄 qconst.h
字号:
#ifndef __QCONST_H#define __QCONST_Hconst QColor color0(0,0,0);const QColor color1(255,255,255);const QColor black(0,0,0);const QColor white(255,255,255);const QColor darkGray(64,64,64);const QColor gray(128,128,128);const QColor lightGray(178,178,178);const QColor red(255,0,0);const QColor green(0,255,0);const QColor blue(0,0,255);const QColor cyan(128,0,128);const QColor magenta(128,128,0);const QColor yellow(0,128,128);const QColor darkRed(178,64,64);const QColor darkGreen(64,178,64);const QColor darkBlue(64,64,178);const QColor darkCyan(178,64,178);const QColor darkMagenta(178,178,64);const QColor darkYellow(64,178,178);const QCursor arrowCursor; const QCursor upArrowCursor; const QCursor crossCursor; const QCursor waitCursor; const QCursor ibeamCursor; const QCursor sizeVerCursor; const QCursor sizeHorCursor; const QCursor sizeBDiagCursor; const QCursor sizeFDiagCursor; const QCursor sizeAllCursor; const QCursor blankCursor; #endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -