2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
31 | 31 |
32 def saveState(self): | 32 def saveState(self): |
33 """ | 33 """ |
34 Public method to save the current state of the widget. | 34 Public method to save the current state of the widget. |
35 """ | 35 """ |
36 return None | 36 return |
37 | 37 |
38 def setState(self, state): | 38 def setState(self, state): |
39 """ | 39 """ |
40 Public method to set the state of the widget. | 40 Public method to set the state of the widget. |
41 | 41 |