diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-12 02:33:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-12 02:33:58 -0500 |
commit | c485c0ef46c7330eba93226ac0ca09415a765d9d (patch) | |
tree | 53cffe4344d910593115491e93274a1d52db58ae /clients/tde/src/app/views/instrumentview.h | |
parent | ad5dff2bdac2afa6272db21aa4ee4908d6564d2b (diff) | |
download | ulab-c485c0ef46c7330eba93226ac0ca09415a765d9d.tar.gz ulab-c485c0ef46c7330eba93226ac0ca09415a765d9d.zip |
Enhance trace viewer
Diffstat (limited to 'clients/tde/src/app/views/instrumentview.h')
-rw-r--r-- | clients/tde/src/app/views/instrumentview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/tde/src/app/views/instrumentview.h b/clients/tde/src/app/views/instrumentview.h index e62b0de..f51fab8 100644 --- a/clients/tde/src/app/views/instrumentview.h +++ b/clients/tde/src/app/views/instrumentview.h @@ -37,6 +37,8 @@ class InstrumentView : public KMdiChildView private slots: void setStatusMessage(const TQString& message); + void setUsingFixedSize(bool fixed); + void setChildSizeToHint(); signals: void statusMessageSet(const TQString&); @@ -45,6 +47,7 @@ class InstrumentView : public KMdiChildView void init(); TQString m_libraryName; RemoteLab::InstrumentPart *m_instrumentPart; + bool m_fixedSize; bool* m_canary; }; |