mirror of
https://github.com/markqvist/Sideband.git
synced 2025-12-01 04:37:03 -05:00
Added Weave interface to connectivity settings
This commit is contained in:
parent
2fe1527ba2
commit
f3b0c71c7b
2 changed files with 60 additions and 0 deletions
|
|
@ -626,6 +626,44 @@ MDScreen:
|
|||
font_size: dp(24)
|
||||
|
||||
|
||||
MDBoxLayout:
|
||||
orientation: "horizontal"
|
||||
padding: [0,0,dp(24),0]
|
||||
size_hint_y: None
|
||||
height: dp(24)
|
||||
|
||||
MDLabel:
|
||||
id: connectivity_weave_label
|
||||
text: "Connect via Weave"
|
||||
font_style: "H6"
|
||||
disabled: False
|
||||
|
||||
MDSwitch:
|
||||
id: connectivity_use_weave
|
||||
active: False
|
||||
pos_hint: {"center_y": 0.3}
|
||||
disabled: False
|
||||
|
||||
MDBoxLayout:
|
||||
id: connectivity_weave_fields
|
||||
orientation: "vertical"
|
||||
size_hint_y: None
|
||||
height: self.minimum_height
|
||||
padding: [0, 0, 0, dp(32)]
|
||||
|
||||
MDTextField:
|
||||
id: connectivity_weave_ifac_netname
|
||||
hint_text: "Optional IFAC network name"
|
||||
text: ""
|
||||
font_size: dp(24)
|
||||
|
||||
MDTextField:
|
||||
id: connectivity_weave_ifac_passphrase
|
||||
hint_text: "Optional IFAC passphrase"
|
||||
text: ""
|
||||
font_size: dp(24)
|
||||
|
||||
|
||||
# MDBoxLayout:
|
||||
# orientation: "horizontal"
|
||||
# padding: [0,0,dp(24),0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue