--- a/ui/qt/button.h Wed Mar 26 20:27:20 2025 +0100 +++ b/ui/qt/button.h Wed Mar 26 20:39:04 2025 +0100 @@ -37,9 +37,9 @@ extern "C" { -int ui_radiobutton_get(UiInteger *value); +int64_t ui_radiobutton_get(UiInteger *value); -void ui_radiobutton_set(UiInteger *value, int i); +void ui_radiobutton_set(UiInteger *value, int64_t i); }