diff -r bb0d05f45046 -r 0797c87a2c02 ui/qt/text.h --- a/ui/qt/text.h Wed Mar 26 22:09:05 2025 +0100 +++ b/ui/qt/text.h Wed Mar 26 22:16:53 2025 +0100 @@ -36,8 +36,10 @@ // value implementations extern "C" { + +char* ui_textfield_get(UiString *str) ; +void ui_textfield_set(UiString *str, const char *value); - }