1495 |
1495 |
1496 self.write('{0}{1}\n'.format(DebugProtocol.ResponseVariable, str(varlist))) |
1496 self.write('{0}{1}\n'.format(DebugProtocol.ResponseVariable, str(varlist))) |
1497 |
1497 |
1498 def __formatQt4Variable(self, value, vtype): |
1498 def __formatQt4Variable(self, value, vtype): |
1499 """ |
1499 """ |
1500 Private method to produce a formatted output of a simple Qt4 type. |
1500 Private method to produce a formatted output of a simple Qt4/Qt5 type. |
1501 |
1501 |
1502 @param value variable to be formatted |
1502 @param value variable to be formatted |
1503 @param vtype type of the variable to be formatted (string) |
1503 @param vtype type of the variable to be formatted (string) |
1504 @return A tuple consisting of a list of formatted variables. Each |
1504 @return A tuple consisting of a list of formatted variables. Each |
1505 variable entry is a tuple of three elements, the variable name, |
1505 variable entry is a tuple of three elements, the variable name, |