summaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-04 23:56:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-04 23:56:48 -0500
commit6d13afadb8cf8ef0788afaa0d7b4229bc48d0c19 (patch)
treeac97e133f64f6f48c0806b1e63b6b41ba82d3885 /clients
parentd5316f5795e3557d032af9a95ba4e5fa88191834 (diff)
downloadulab-6d13afadb8cf8ef0788afaa0d7b4229bc48d0c19.tar.gz
ulab-6d13afadb8cf8ef0788afaa0d7b4229bc48d0c19.zip
Enable character transmission via Kerberos
Diffstat (limited to 'clients')
-rw-r--r--clients/tde/src/app/remotemdi.cpp6
-rw-r--r--clients/tde/src/part/fpgaview/part.h1
2 files changed, 6 insertions, 1 deletions
diff --git a/clients/tde/src/app/remotemdi.cpp b/clients/tde/src/app/remotemdi.cpp
index 4c3cb20..8647145 100644
--- a/clients/tde/src/app/remotemdi.cpp
+++ b/clients/tde/src/app/remotemdi.cpp
@@ -141,6 +141,12 @@ void RemoteMDI::startModule() {
RemoteLab::InstrumentView* view = new RemoteLab::InstrumentView(st.clientLibrary, st.name, (mdiMode() == KMdi::ToplevelMode) ? 0 : this);
connect(view, SIGNAL(statusMessageSet(const TQString&)), this, SLOT(updateStatusBarWindowMessage(const TQString&)));
+ if (st.singleInstance) {
+ // RAJA FIXME
+ // Store the kaction and this view pointer both in a list
+ // Also remember to alter updateStatusBarWindowMessage to store the latest string for the active window and display properly
+ const_cast<KAction*>(sendingAction)->setEnabled(false);
+ }
openNewWindow(view);
if (m_serverHost != "") {
view->connectServer(m_serverHost);
diff --git a/clients/tde/src/part/fpgaview/part.h b/clients/tde/src/part/fpgaview/part.h
index b443aba..02d2773 100644
--- a/clients/tde/src/part/fpgaview/part.h
+++ b/clients/tde/src/part/fpgaview/part.h
@@ -92,7 +92,6 @@ class Q_EXPORT FPGA7Segment : public TQFrame
{
Q_OBJECT
Q_ENUMS(SegmentStyle)
- Q_PROPERTY(bool smallDecimalPoint READ smallDecimalPoint WRITE setSmallDecimalPoint)
Q_PROPERTY(SegmentStyle segmentStyle READ segmentStyle WRITE setSegmentStyle)
public: