1
0
Fork 0
mirror of synced 2024-09-29 08:41:43 +13:00
czkawka/krokiet/ui/gui_state.slint
Rafał Mikrut 186c0e1895 Preview
2023-11-12 13:54:59 +01:00

5 lines
175 B
Text

export global GuiState {
in-out property <string> info_text: "Nothing to report";
in-out property <bool> preview_visible;
in-out property <image> preview_image;
}