eric7/DebugClients/Python/DebugClientBase.py

branch
eric7
changeset 8549
15eca21fd968
parent 8496
72642569dd21
child 8568
890dfe038613
equal deleted inserted replaced
8548:c87eb20797b7 8549:15eca21fd968
1627 1627
1628 return var, "" 1628 return var, ""
1629 1629
1630 def __formatQtVariable(self, value, qttype): 1630 def __formatQtVariable(self, value, qttype):
1631 """ 1631 """
1632 Private method to produce a formatted output of a simple Qt5 type. 1632 Private method to produce a formatted output of a simple Qt5/Qt6 type.
1633 1633
1634 @param value variable to be formatted 1634 @param value variable to be formatted
1635 @param qttype type of the Qt variable to be formatted (string) 1635 @param qttype type of the Qt variable to be formatted (string)
1636 @return A tuple consisting of a list of formatted variables. Each 1636 @return A tuple consisting of a list of formatted variables. Each
1637 variable entry is a tuple of three elements, the variable name, 1637 variable entry is a tuple of three elements, the variable name,

eric ide

mercurial