comparison: Preferences/ConfigurationPages/ConfigurationPageBase.py
Preferences/ConfigurationPages/ConfigurationPageBase.py
- changeset 1131
- 7781e396c903
- parent 945
- 8cd4d08fa9f6
- child 1509
- c0b5e693b0eb
equal
deleted
inserted
replaced
16 """ |
16 """ |
17 def __init__(self): |
17 def __init__(self): |
18 """ |
18 """ |
19 Constructor |
19 Constructor |
20 """ |
20 """ |
21 QWidget.__init__(self) |
21 super().__init__() |
22 |
22 |
23 def polishPage(self): |
23 def polishPage(self): |
24 """ |
24 """ |
25 Public slot to perform some polishing actions. |
25 Public slot to perform some polishing actions. |
26 """ |
26 """ |