summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/app/views/instrumentview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-12 02:33:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-12 02:33:58 -0500
commitc485c0ef46c7330eba93226ac0ca09415a765d9d (patch)
tree53cffe4344d910593115491e93274a1d52db58ae /clients/tde/src/app/views/instrumentview.h
parentad5dff2bdac2afa6272db21aa4ee4908d6564d2b (diff)
downloadulab-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.h3
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;
};