• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            Cpper
            C/C++高級工程師 Android高級軟件工程師 IT集成工程師 音頻工程師 熟悉c,c++,java,c#,py,js,asp等多種語言 程序猿
            一個簡單的代碼如下:
            #include <QtGui/QApplication>
            #include <QtGui>
            #include <math.h>
            int main(int argc, char *argv[])
            {
             QApplication a(argc, argv);
             QGraphicsItem *ball = new QGraphicsEllipseItem(0,0,20,40);
             QTimeLine *timer = new QTimeLine(15000);
             timer->setFrameRange(0,100);
             QGraphicsItemAnimation *animation = new QGraphicsItemAnimation;
             animation->setItem(ball);
             animation->setTimeLine(timer);
             for(int i = 0; i < 600; ++i)
             animation->setPosAt(i / 600.0, QPointF(i, i));
             QGraphicsScene *scene = new QGraphicsScene();
             scene->setBackgroundBrush(QBrush(Qt::blue));
             scene->setSceneRect(0,0,250,250);
             scene->addItem(ball);
             QGraphicsView *view = new QGraphicsView(scene);
             view->setBackgroundBrush(QBrush(Qt::red));
             view->show();
             timer->start();
             return a.exec();
            }

            另外一個例子如下:
            #ifndef TIMELINE_H
            #define TIMELINE_H
            #include 
            <QtGui/QWidget>
            #include 
            <QVBoxLayout>
            #include 
            <QTimeLine>
            #include 
            <QProgressBar>
            #include 
            <QPushButton>

            class timeline : public QWidget
            {
                Q_OBJECT
            public:
                timeline(QWidget 
            *parent = 0);
                
            ~timeline();
            private:
                QPushButton 
            *pushButton;
                QTimeLine 
            *timeLine;
                QProgressBar 
            *progressBar;
                QVBoxLayout 
            *layout;
            };

            #endif // TIMELINE_H

            #include 
            "timeline.h"

            timeline::timeline(QWidget 
            *parent):QWidget(parent)
            {
                layout
            = new QVBoxLayout(this);
                progressBar 
            = new QProgressBar(this);
                progressBar
            ->setRange(0100);

                
            // Construct a 5-second timeline with a frame range of 0 - 100
                timeLine = new QTimeLine(5000this);
                timeLine
            ->setFrameRange(0100);
                connect(timeLine, SIGNAL(frameChanged(
            int)), progressBar, SLOT(setValue(int)));

                
            // Clicking the push button will start the progress bar animation
                pushButton = new QPushButton(tr("Start animation"), this);
                connect(pushButton, SIGNAL(clicked()), timeLine, SLOT(start()));
                layout
            ->addWidget(progressBar);
                layout
            ->addWidget(pushButton);
                setLayout(layout);
            }

            timeline::
            ~timeline()
            {
               
            // No need to delete any QObject that got proper parent pointer.
            }

            簡單的說 QTimeLine就是一個帶有線程的對象,通過設置持續時間和幀數來控制動畫
            posted on 2011-09-07 20:26 ccsdu2009 閱讀(4086) 評論(0)  編輯 收藏 引用 所屬分類: QT編程
             
            国产免费久久精品99re丫y| 久久精品国内一区二区三区| 亚洲精品成人网久久久久久| 亚洲人AV永久一区二区三区久久| 亚洲一级Av无码毛片久久精品| 老男人久久青草av高清| 国产精品久久久久9999高清| 久久影院亚洲一区| 久久久久久亚洲精品成人| 93精91精品国产综合久久香蕉 | 午夜天堂精品久久久久| 7777久久亚洲中文字幕| 人妻精品久久久久中文字幕| 色88久久久久高潮综合影院| 国产精品免费看久久久香蕉| 色综合久久久久无码专区| 国产三级观看久久| 国产婷婷成人久久Av免费高清 | 精品无码久久久久久尤物| 日批日出水久久亚洲精品tv| 久久久中文字幕| 久久精品亚洲精品国产色婷| 久久天天躁狠狠躁夜夜2020老熟妇 | 国产一区二区精品久久凹凸 | 久久久久久综合一区中文字幕 | 一本伊大人香蕉久久网手机| 久久久久人妻一区二区三区| 久久亚洲色一区二区三区| 久久精品国内一区二区三区| 欧美噜噜久久久XXX| 久久婷婷色综合一区二区| 怡红院日本一道日本久久| 久久久无码人妻精品无码| 久久无码专区国产精品发布| 三级韩国一区久久二区综合| 久久精品无码一区二区app| 91精品久久久久久无码| 伊人色综合久久| 久久本道久久综合伊人| 国产呻吟久久久久久久92| 久久久久人妻精品一区三寸蜜桃|