Bläddra i källkod

makes the hosted app output visible by default

Benoit Bleuze 14 år sedan
förälder
incheckning
37763615d0

+ 1 - 1
Applications/ctkExampleHost/ctkHostAppExampleWidget.cpp

@@ -39,7 +39,7 @@ ctkHostAppExampleWidget::ctkHostAppExampleWidget(QWidget *parent) :
   qDebug() << "setup ui";
   ui->setupUi(this);
   ui->crashLabel->setVisible(false);
-  ui->messageOutput->setVisible(false);
+  ui->messageOutput->setVisible(true);
   this->Host = new ctkExampleDicomHost(ui->placeholderFrame);
 
   connect(&this->Host->getAppProcess(),SIGNAL(error(QProcess::ProcessError)),SLOT(appProcessError(QProcess::ProcessError)));

+ 1 - 1
Applications/ctkExampleHost/ctkHostAppExampleWidget.ui

@@ -179,7 +179,7 @@
         <string>Show Messages</string>
        </property>
        <property name="checked">
-        <bool>false</bool>
+        <bool>true</bool>
        </property>
       </widget>
      </item>