comparison demos/browser/chasewidget.d @ 94:87bb4e622f9e

more porting
author mandel
date Thu, 28 May 2009 22:11:52 +0000
parents 0654fc9bac95
children
comparison
equal deleted inserted replaced
93:55fd7080c4b9 94:87bb4e622f9e
57 57
58 class ChaseWidget : public QWidget 58 class ChaseWidget : public QWidget
59 { 59 {
60 public: 60 public:
61 61
62 this(QWidget parent = null, QPixmap pixmap = QPixmap(), bool pixmapEnabled = false) 62 this(QWidget parent = null, QPixmap pixmap = new QPixmap(), bool pixmapEnabled = false)
63 { 63 {
64 super(parent); 64 super(parent);
65 m_segment = 0; 65 m_segment = 0;
66 m_delay = 100; 66 m_delay = 100;
67 m_step = 40; 67 m_step = 40;