示例#1
0
文件: bootstrap.py 项目: tmaxter/stoq
    def _setup_kiwi(self):
        from kiwi.ui.views import set_glade_loader_func
        set_glade_loader_func(self._glade_loader_func)

        from kiwi.datatypes import get_localeconv
        from kiwi.ui.widgets.label import ProxyLabel
        ProxyLabel.replace('$CURRENCY', get_localeconv()['currency_symbol'])
示例#2
0
    def _setup_kiwi(self):
        from kiwi.ui.views import set_glade_loader_func
        set_glade_loader_func(self._glade_loader_func)

        from kiwi.datatypes import get_localeconv
        from kiwi.ui.widgets.label import ProxyLabel
        ProxyLabel.replace('$CURRENCY', get_localeconv()['currency_symbol'])
示例#3
0
 def _setup_kiwi(self):
     from kiwi.datatypes import get_localeconv
     from kiwi.ui.widgets.label import ProxyLabel
     ProxyLabel.replace('$CURRENCY', get_localeconv()['currency_symbol'])
示例#4
0
 def _setup_kiwi(self):
     from kiwi.datatypes import get_localeconv
     from kiwi.ui.widgets.label import ProxyLabel
     ProxyLabel.replace('$CURRENCY', get_localeconv()['currency_symbol'])