ui: replace qt spinner with raylib (#35059)

* use raylib spinner

* remove qt spinner

* use wrapper, render spinner in thread

* english

* fix?

* match Qt font size more closely
This commit is contained in:
Cameron Clough
2025-04-24 21:16:38 +01:00
committed by GitHub
parent 7c223e5586
commit 3ee2882093
11 changed files with 64 additions and 239 deletions
+1 -2
View File
@@ -66,9 +66,8 @@ if GetOption('extras'):
qt_env.SharedLibrary("qt/python_helpers", ["qt/qt_window.cc"], LIBS=qt_libs)
# spinner and text window
# text window
qt_env.Program("_text", ["qt/text.cc"], LIBS=qt_libs)
qt_env.Program("_spinner", ["qt/spinner.cc"], LIBS=qt_libs)
# setup and factory resetter
qt_env.Program("qt/setup/reset", ["qt/setup/reset.cc"], LIBS=qt_libs)