ソースを参照

ENH: current path line edit read only

Alireza Mehrtash 11 年 前
コミット
2622f8eac0
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      Libs/DICOM/Widgets/ctkDICOMObjectListWidget.cpp

+ 1 - 0
Libs/DICOM/Widgets/ctkDICOMObjectListWidget.cpp

@@ -80,6 +80,7 @@ ctkDICOMObjectListWidget::ctkDICOMObjectListWidget(QWidget* _parent):Superclass(
   Q_D(ctkDICOMObjectListWidget);
   
   d->setupUi(this);
+  d->currentPathLineEdit->setReadOnly(true);
   connect(d->fileSlider, SIGNAL(valueChanged(int)), this, SLOT(updateWidget()));
   
 }