commit
559d71cfdf
|
@ -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
|
|
@ -5,7 +5,7 @@
|
|||
#include "qevent.h"
|
||||
#include "qtimer.h"
|
||||
#include "qdebug.h"
|
||||
|
||||
#include <QPainterPath>
|
||||
LightButton::LightButton(QWidget *parent) : QWidget(parent)
|
||||
{
|
||||
text = "";
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "qwt_null_paintdevice.h"
|
||||
#include <qpaintengine.h>
|
||||
#include <qpixmap.h>
|
||||
|
||||
#include <QPainterPath>
|
||||
class QwtNullPaintDevice::PrivateData
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <qpen.h>
|
||||
#include <qline.h>
|
||||
#include <qpalette.h>
|
||||
|
||||
#include <QPainterPath>
|
||||
class QPainter;
|
||||
class QBrush;
|
||||
class QColor;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <qpixmap.h>
|
||||
#include <qimage.h>
|
||||
#include <qpolygon.h>
|
||||
|
||||
#include <QPainterPath>
|
||||
class QPainterPath;
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in New Issue