Timeline for To do tree application with undo/redo functionality
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 6, 2015 at 22:15 | history | bounty awarded | CommunityBot | ||
| Apr 30, 2015 at 13:35 | comment | added | neuronet |
Now that you mention it again, I do think I don't need the second parent=None because that is already passed as the default to __init__.
|
|
| Apr 30, 2015 at 7:27 | comment | added | Morwenn |
@neuronet Uh, my bad then, I was pretty sure that the parent issue was a typo .___. I can tell you that you do not violate the PEP8 that frequently anyway :)
|
|
| Apr 29, 2015 at 19:27 | comment | added | neuronet |
Thanks for the analysis. My goal with the parent in init is to set the parent of the widget in question, passing ownership to the parent so (for instance) the child automatically closes when I close the parent. Wrt QtDesigner, I strangely enjoy hand-writing my code, though I have friends who make fun of me for it. It would save me time, I'm sure: I have used it for simple things before, and never fell in love with it. Finally, I should definitely review review PEP8, I likely violate it frequently.
|
|
| Apr 29, 2015 at 15:54 | history | edited | Morwenn | CC BY-SA 3.0 |
added 742 characters in body
|
| Apr 29, 2015 at 15:46 | history | answered | Morwenn | CC BY-SA 3.0 |