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