From 81543e3a4c4e3a845507ee38308f52a8198204c3 Mon Sep 17 00:00:00 2001 From: fahim Date: Wed, 29 Jul 2015 16:05:35 +0530 Subject: Subject: Set Welcome and Note area ReadOnly Description: Set Welcome and Note area ReadOnly --- src/frontEnd/Application.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontEnd/Application.py') diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index 7ee98aa8..7f105cfe 100755 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -261,6 +261,7 @@ class MainView(QtGui.QWidget): #Area to be included in MainView self.noteArea = QtGui.QTextEdit() + self.noteArea.setReadOnly(True) self.obj_appconfig.noteArea['Note'] = self.noteArea self.obj_appconfig.noteArea['Note'].append(' eSim Started......') self.obj_appconfig.noteArea['Note'].append('Project Selected : None') -- cgit