Searched refs:ChaseWidget (Results 1 – 4 of 4) sorted by relevance
44 ChaseWidget::ChaseWidget(QWidget *parent, QPixmap pixmap, bool pixmapEnabled) in ChaseWidget() function in ChaseWidget56 void ChaseWidget::setAnimated(bool value) in setAnimated()72 void ChaseWidget::paintEvent(QPaintEvent *event) in paintEvent()104 QSize ChaseWidget::sizeHint() const in sizeHint()109 void ChaseWidget::timerEvent(QTimerEvent *event) in timerEvent()118 QColor ChaseWidget::colorForSegment(int seg) const in colorForSegment()125 int ChaseWidget::segmentCount() const in segmentCount()130 void ChaseWidget::setPixmapEnabled(bool enable) in setPixmapEnabled()
50 class ChaseWidget : public QWidget54 ChaseWidget(QWidget *parent = 0, QPixmap pixmap = QPixmap(), bool pixmapEnabled = false);
43 class ChaseWidget; variable134 ChaseWidget *m_chaseWidget;
473 m_chaseWidget = new ChaseWidget(this); in setupToolBar()