Subversion Repositories tpanel

Rev

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

Rev 422 Rev 437
Line 61... Line 61...
61
        void resume();
61
        void resume();
62
 
62
 
63
    public slots:
63
    public slots:
64
        QString text() const { return mText; }
64
        QString text() const { return mText; }
65
        void setText(const QString& text);
65
        void setText(const QString& text);
-
 
66
        void setFont(const QFont& f);
66
        QColor backgroundColor();
67
        QColor backgroundColor();
67
        void setBackgroundColor(QColor& color);
68
        void setBackgroundColor(QColor& color);
68
        QPixmap background();
69
        QPixmap background();
69
        void setBackground(QPixmap& bitmap);
70
        void setBackground(QPixmap& bitmap);
70
        void setDirection(MQ_TYPES type);
71
        void setDirection(MQ_TYPES type);