From cc5f4dfc9d970ccd21bbd6f13b7235bc21990031 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 3 Mar 2026 09:42:14 -0800 Subject: [WARP] Add a spinner to the possible matches widget while fetching from network A little extra pizzaz --- plugins/warp/ui/matches.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/warp/ui/matches.h') diff --git a/plugins/warp/ui/matches.h b/plugins/warp/ui/matches.h index 6a2061ef..1599dd54 100644 --- a/plugins/warp/ui/matches.h +++ b/plugins/warp/ui/matches.h @@ -1,6 +1,7 @@ #pragma once #include +#include #include "filter.h" #include "render.h" @@ -13,6 +14,7 @@ class WarpCurrentFunctionWidget : public QWidget FunctionRef m_current; QSplitter* m_splitter; + QProgressBar* m_spinner; WarpFunctionTableWidget* m_tableWidget; WarpFunctionInfoWidget* m_infoWidget; @@ -22,7 +24,7 @@ class WarpCurrentFunctionWidget : public QWidget std::shared_ptr m_fetcher; public: - explicit WarpCurrentFunctionWidget(); + explicit WarpCurrentFunctionWidget(QWidget* parent = nullptr); ~WarpCurrentFunctionWidget() override = default; -- cgit v1.3.1