Omniflo csv Export erste Fassung. Höhe und Winkel in die Attribute ergänzt. Dcl Dialoge ermöglichen Eingabe von Höhe und Drehung. Neuer Menü-eintrag bearbeiten in Omniflo dazu.

This commit is contained in:
2026-06-10 17:47:26 +02:00
parent f05340ed59
commit a2d6571ab9
7 changed files with 339 additions and 104 deletions
+13
View File
@@ -50,5 +50,18 @@ omniflo_boegen : dialog {
}
}
: row {
: edit_box {
key = "val_hoehe";
label = "Hoehe (mm):";
edit_width = 10;
}
: edit_box {
key = "val_drehung";
label = "Drehung (Grad):";
edit_width = 10;
}
}
ok_cancel;
}
+13
View File
@@ -61,5 +61,18 @@ omniflo_weichen : dialog {
}
}
: row {
: edit_box {
key = "val_hoehe";
label = "Hoehe (mm):";
edit_width = 10;
}
: edit_box {
key = "val_drehung";
label = "Drehung (Grad):";
edit_width = 10;
}
}
ok_cancel;
}