eric6/DebugClients/Python/DebugClientBase.py

changeset 7635
0cdead130a81
parent 7628
f904d0eef264
child 7637
c878e8255972
equal deleted inserted replaced
7634:8c3d033e5044 7635:0cdead130a81
1588 1588
1589 return var, "" 1589 return var, ""
1590 1590
1591 def __formatQtVariable(self, value, qttype): 1591 def __formatQtVariable(self, value, qttype):
1592 """ 1592 """
1593 Private method to produce a formatted output of a simple Qt4/Qt5 type. 1593 Private method to produce a formatted output of a simple Qt5 type.
1594 1594
1595 @param value variable to be formatted 1595 @param value variable to be formatted
1596 @param qttype type of the Qt variable to be formatted (string) 1596 @param qttype type of the Qt variable to be formatted (string)
1597 @return A tuple consisting of a list of formatted variables. Each 1597 @return A tuple consisting of a list of formatted variables. Each
1598 variable entry is a tuple of three elements, the variable name, 1598 variable entry is a tuple of three elements, the variable name,

eric ide

mercurial