Subversion Repositories tpanel

Rev

Rev 395 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 395 Rev 396
Line 65... Line 65...
65
        default:
65
        default:
66
            mDirection = Qt::RightToLeft;
66
            mDirection = Qt::RightToLeft;
67
    }
67
    }
68
 
68
 
69
    connect(&mTimer, &QTimer::timeout, this, &TQMarquee::refreshLabel);
69
    connect(&mTimer, &QTimer::timeout, this, &TQMarquee::refreshLabel);
70
//    mTimer.setInterval(mSpeed);
-
 
71
    // By default the background image is transparent
70
    // By default the background image is transparent
72
    mBackgroundImage.fill(Qt::transparent);
71
    mBackgroundImage.fill(Qt::transparent);
73
    setBackgroundColor(mBgColor);
72
    setBackgroundColor(mBgColor);
74
    mTimer.start(mSpeed);
73
    mTimer.start(mSpeed);
75
}
74
}