Mercurial > libervia-desktop-kivy
comparison src/cagou/kv/xmlui.kv @ 69:a9c6b089070d
xmlui: improvments to prepare parameters:
- added missing implementation: JidsListWidget (just a simple ListWidget for now), IntWidget, TabsContainer
- _xmluiOnChange implemented for StringWidget, PasswordWidget, IntWidget and BoolWidget
- added post treatment handling, as it is needed to adjust TabsContainer height
- a "save" button is added on params
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 18 Dec 2016 10:24:29 +0100 |
parents | 1922506846be |
children | f67b9baa81f0 |
comparison
equal
deleted
inserted
replaced
68:4a1e1012337e | 69:a9c6b089070d |
---|---|
76 <PairsContainer>: | 76 <PairsContainer>: |
77 cols: 2 | 77 cols: 2 |
78 size_hint: 1, None | 78 size_hint: 1, None |
79 height: self.minimum_height | 79 height: self.minimum_height |
80 | 80 |
81 <TabsContainer>: | |
82 size_hint: 1, None | |
83 height: 100 | |
84 | |
81 <FormButton>: | 85 <FormButton>: |
82 size_hint: 1, None | 86 size_hint: 1, None |
83 height: dp(button_height) | 87 height: dp(button_height) |
84 | 88 |
85 <XMLUIPanelGrid>: | 89 <XMLUIPanelGrid>: |