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, |