Mercurial > libervia-backend
diff frontends/src/primitivus/status.py @ 1106:e2e1e27a3680
frontends: XMLUI refactoring + dialogs:
- there are now XMLUIPanel and XMLUIDialog both inheriting from XMLUIBase
- following dialogs are managed:
- MessageDialog
- NoteDialog
- ConfirmDialog
- FileDialog
- XMLUI creation is now made using xmlui.create(...) instead of instanciating directly XMLUI
- classes must be registed in frontends
- "parent" attribute renamed to "_xmlui_parent" to avoid name conflicts with frontends toolkits
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Aug 2014 14:48:49 +0200 |
parents | aa15453ec54d |
children | 62cba918cc63 |
line wrap: on
line diff
--- a/frontends/src/primitivus/status.py Mon Aug 11 19:10:24 2014 +0200 +++ b/frontends/src/primitivus/status.py Wed Aug 13 14:48:49 2014 +0200 @@ -19,9 +19,7 @@ from sat.core.i18n import _ import urwid -import copy from urwid_satext import sat_widgets -from sat_frontends.primitivus.xmlui import XMLUI from sat_frontends.constants import Const as commonConst from sat_frontends.primitivus.constants import Const