!3 增加QPainterPath头文件;增加入口AllInOne.pro

Merge pull request !3 from 武威的涛哥/master
master
飞扬青云 2020-05-28 11:10:10 +08:00 committed by Gitee
commit 559d71cfdf
7 changed files with 44 additions and 6 deletions

38
AllInOne.pro Normal file
View File

@ -0,0 +1,38 @@
TEMPLATE = subdirs
SUBDIRS += \
battery \
bgdemo \
buttondefence \
colorwidget \
comtool \
countcode \
dbpage \
devicesizetable \
echartgauge \
emailtool \
# ffmpegdemo \
flatui \
framelesswidget \
gifwidget \
imageswitch \
ipaddress \
lightbutton \
lineeditnext \
lunarcalendarwidget \
maskwidget \
mouseline \
movewidget \
navbutton \
netserver \
nettool \
ntpclient \
pngtool \
qwtdemo \
savelog \
saveruntime \
screenwidget \
styledemo \
videopanel \
videowidget \
# vlcdemo \
zhtopy

View File

@ -5,7 +5,7 @@
#include "qevent.h"
#include "qtimer.h"
#include "qdebug.h"
#include <QPainterPath>
LightButton::LightButton(QWidget *parent) : QWidget(parent)
{
text = "";

View File

@ -13,7 +13,7 @@
#include "qwt_painter.h"
#include <qapplication.h>
#include <qpainter.h>
#include <QPainterPath>
#if QT_VERSION < 0x040601
#define qFastSin(x) qSin(x)
#define qFastCos(x) qCos(x)

View File

@ -16,7 +16,7 @@
#include <qpixmap.h>
#include <qpainterpath.h>
#include <qmath.h>
#include <QPainterPath>
static bool qwtHasScalablePen( const QPainter *painter )
{
const QPen pen = painter->pen();

View File

@ -10,7 +10,7 @@
#include "qwt_null_paintdevice.h"
#include <qpaintengine.h>
#include <qpixmap.h>
#include <QPainterPath>
class QwtNullPaintDevice::PrivateData
{
public:

View File

@ -17,7 +17,7 @@
#include <qpen.h>
#include <qline.h>
#include <qpalette.h>
#include <QPainterPath>
class QPainter;
class QBrush;
class QColor;

View File

@ -15,7 +15,7 @@
#include <qpixmap.h>
#include <qimage.h>
#include <qpolygon.h>
#include <QPainterPath>
class QPainterPath;
/*!