3056:9986ec0e559a | 3057:10516539f238 |
---|---|
35 | 35 |
36 def inactiveText(self): | 36 def inactiveText(self): |
37 """ | 37 """ |
38 Public method to get the inactive text. | 38 Public method to get the inactive text. |
39 | 39 |
40 return inactive text (string) | 40 @return inactive text (string) |
41 """ | 41 """ |
42 return self.__lineedit.inactiveText() | 42 return self.__lineedit.inactiveText() |
43 | 43 |
44 def setInactiveText(self, inactiveText): | 44 def setInactiveText(self, inactiveText): |
45 """ | 45 """ |