mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add function QINSTALL-TRANSLATOR to change UI language at runtime
This commit is contained in:
parent
878007b8f2
commit
68afb26ae3
5 changed files with 34 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ cl_object qfind_child (cl_object, cl_object);
|
|||
cl_object qfind_children2 (cl_object, cl_object, cl_object);
|
||||
cl_object qfrom_utf8 (cl_object);
|
||||
cl_object qto_utf8 (cl_object);
|
||||
cl_object qinstall_translator (cl_object);
|
||||
cl_object qinvoke_method (cl_object, cl_object, cl_object, cl_object);
|
||||
cl_object qload_cpp (cl_object, cl_object);
|
||||
cl_object qload_rc (cl_object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue