UI/UserInterface.py

changeset 6583
40ace3a73139
parent 6581
8eb6220f2bb7
child 6586
99b05f86c45e
equal deleted inserted replaced
6582:d635b7e360c4 6583:40ace3a73139
7048 """ 7048 """
7049 s = w.size() 7049 s = w.size()
7050 p = w.pos() 7050 p = w.pos()
7051 return [p.x(), p.y(), s.width(), s.height(), not w.isHidden()] 7051 return [p.x(), p.y(), s.width(), s.height(), not w.isHidden()]
7052 7052
7053 def getOriginalPathString(self):
7054 """
7055 Public method to get the original PATH environment variable (i.e.
7056 before modifications by eric6 and PyQt5)
7057
7058 @return original PATH environment variable
7059 @rtype str
7060 """
7061 return self.__originalPathString
7062
7053 ############################ 7063 ############################
7054 ## some event handlers below 7064 ## some event handlers below
7055 ############################ 7065 ############################
7056 7066
7057 def showEvent(self, evt): 7067 def showEvent(self, evt):

eric ide

mercurial