------------------------------------------------------------------------------
| 789 | |
| 790 | //------------------------------------------------------------------------------ |
| 791 | QString ctkPathLineEdit::currentPath()const |
| 792 | { |
| 793 | Q_D(const ctkPathLineEdit); |
| 794 | return d->LineEdit ? d->LineEdit->text() : QString(); |
| 795 | } |
| 796 | |
| 797 | //------------------------------------------------------------------------------ |
| 798 | void ctkPathLineEdit::setCurrentPath(const QString& path) |