Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 wxpython 中使用带有复选框的 customtreectrl。提交后,我想将复选框的状态保存在 customtreectrl 中。如何使用复选框保存 customtreectrl 的选中状态。请帮助我。苏什玛
尝试使用 AGW 包中的“persist”库。这将允许您跨会话保存(几乎)任何 wxPython 小部件的状态。请参阅 AGW 库中的 PersistentControls 演示。