Mercurial > libervia-backend
diff frontends/wix/main_window.py @ 105:d2630fba8dfd
params to XMLUI tools
- xml_tools: new paramsXml2xmlUI method, for conversion from params xml to User Interface XML
- xml_tools: new addButton method
- bridge: new method getParamsUI
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 23 Jun 2010 17:26:21 +0800 |
parents | 6be927a465ed |
children | ded2431cea5a |
line wrap: on
line diff
--- a/frontends/wix/main_window.py Wed Jun 23 14:55:04 2010 +0800 +++ b/frontends/wix/main_window.py Wed Jun 23 17:26:21 2010 +0800 @@ -372,6 +372,8 @@ def onParam(self, e): debug(_("Param request")) + #xmlui = self.bridge.getParamsUI(self.profile) + #XMLUI(self, xml_data = xmlui) param=Param(self) def onExit(self, e):