dabo aui editra 三个软件(框架or应用)之间有关系

dabo 只有很少一部分基于aui。即 class dDockTabs 's property "PageCount" is inherited from AuiNotebook,see dabo's doc/dabo.ui.uiwx.dPageFrame.dDockTabs.html 和 auinavi等。

aui是wxpython的一部分(As of July 5, 2006, the wxAUI library has been integrated into the wxWidgets cross-platform framework.)。

editra在ui上基于aui。


dabo和editra区别:

dabo是更彻底的3层抽象;而editra实现了自己的3层架构(ebmlib为logic层负责数据上的业务逻辑、eclib为control层负责界面控制、src目录下是view层的实现),只解决自己的架构问题。而dabo是通用的3层架构框架。

你可能感兴趣的:(python,GUI,dabo)