⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qdrawutil.h

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 H
字号:
#ifndef __QDRAWUTIL_H#define __QDRAWUTIL_Hvoid qDrawShadePanel( QPainter *p, int x, int y, int w, int h,		      const QColorGroup &, bool sunken=FALSE,		      int lineWidth = 1, const QBrush *fill = 0 );void qDrawShadeLine( QPainter *p, int x1, int y1, int x2, int y2,		     const QColorGroup &g, bool sunken = TRUE,		     int lineWidth = 1, int midLineWidth = 0 );void qDrawShadeLine( QPainter *p, const QPoint &p1, const QPoint &p2,		     const QColorGroup &g, bool sunken = TRUE,		     int lineWidth = 1, int midLineWidth = 0 );#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -