1
0
Fork 0
mirror of synced 2024-06-27 02:21:05 +12:00
czkawka/krokiet/ui/gui_state.slint
Rafał Mikrut 186c0e1895 Preview
2023-11-12 13:54:59 +01:00

6 lines
175 B
Plaintext

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