diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-13 18:19:16 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-13 18:19:16 -0500 |
commit | 4c3a139ef580238043aacce847c1580a24d42f07 (patch) | |
tree | d9cb8eed4bead006b01f7e3f84248e058a12bbfc /clients/tde/src/widgets/tracewidget.h | |
parent | 5622d7cf2c00002201e724774669aaedcfb451c3 (diff) | |
download | ulab-4c3a139ef580238043aacce847c1580a24d42f07.tar.gz ulab-4c3a139ef580238043aacce847c1580a24d42f07.zip |
Add ability to change trace widget colors
Diffstat (limited to 'clients/tde/src/widgets/tracewidget.h')
-rw-r--r-- | clients/tde/src/widgets/tracewidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/tde/src/widgets/tracewidget.h b/clients/tde/src/widgets/tracewidget.h index c8789ee..b569074 100644 --- a/clients/tde/src/widgets/tracewidget.h +++ b/clients/tde/src/widgets/tracewidget.h @@ -194,6 +194,9 @@ class TraceWidget : public TQWidget TQt::Orientation cursorOrientation(uint cursorNumber); void setCursorOrientation(uint cursorNumber, TQt::Orientation orient); + void setForegroundColor(const TQColor color); + void setBackgroundColor(const TQColor color); + TQRectF zoomBox(); void setZoomBoxEnabled(bool enabled); TQRectF zoomCursorBox(); |