qconst.h
来自「PIXIL is a small footprint operating env」· C头文件 代码 · 共 39 行
H
39 行
#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 + =
减小字号Ctrl + -
显示快捷键?