Phase 4: Formulardateien und Konvertierung
This commit is contained in:
@@ -30,6 +30,7 @@ impl PropertyValue {
|
||||
PropertyDefault::Boolean(v) => Self::Boolean(v),
|
||||
PropertyDefault::Empty if ty == PropertyType::Object => Self::Object(None),
|
||||
PropertyDefault::Empty if ty == PropertyType::String => Self::String(String::new()),
|
||||
PropertyDefault::Empty if ty == PropertyType::Boolean => Self::Boolean(false),
|
||||
PropertyDefault::Empty => Self::Integer(0),
|
||||
}
|
||||
}
|
||||
|
||||
2042
crates/tb-ui/src/frm.rs
Normal file
2042
crates/tb-ui/src/frm.rs
Normal file
File diff suppressed because it is too large
Load Diff
2687
crates/tb-ui/src/frm_pcode.rs
Normal file
2687
crates/tb-ui/src/frm_pcode.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -10,6 +10,8 @@
|
||||
|
||||
pub mod events;
|
||||
pub mod forms;
|
||||
pub mod frm;
|
||||
mod frm_pcode;
|
||||
pub mod host; // Terminal-Host: Anzeige + Tastatur-/Größenereignisse
|
||||
pub mod screen;
|
||||
pub mod signale; // Betriebssystemsignale als Ereignisquelle (SIGNAL)
|
||||
|
||||
Reference in New Issue
Block a user