~kst-plot/kst/debian-xenial

« back to all changes in this revision

Viewing changes to src/libkstapp/legendtab.h

  • Committer: Steven Benton
  • Date: 2012-11-04 22:45:35 UTC
  • mfrom: (1.2.10)
  • Revision ID: stevebenton@rogers.com-20121104224535-mnnvrp4mhvuz0h2p
* New upstream release.
* Non-maintainer upload.
* Remove patches that have been resolved upstream:
  - desktop-entry-contains-encoding-key.diff
  - desktop-entry-lacks-main-category.diff
    - upstream uses Education category rather than Graphics
  - fix-qreal-vs-double-for-arm.diff
* kst package Replaces and Conflicts with kst2 -- for old PPA users only

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    void setFont(const QFont &font);
46
46
    bool fontDirty() const;
47
47
 
 
48
    QColor legendColor() const {return _labelColor->color();}
 
49
    void setColor(const QColor c) {_labelColor->setColor(c);}
 
50
 
48
51
    qreal fontScale() const;
49
52
    void setFontScale(const qreal scale);
50
53
    bool fontScaleDirty() const;