From 8f904d99e7b6e04b6043226a63f6c417171a7cad Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 01 Oct 2002 22:44:28 +0000 Subject: busyindicator type can now be changed at run-time --- (limited to 'core/launcher/launcherview.h') diff --git a/core/launcher/launcherview.h b/core/launcher/launcherview.h index 2fb37b6..194e4a2 100644 --- a/core/launcher/launcherview.h +++ b/core/launcher/launcherview.h @@ -65,6 +65,8 @@ public: void setViewFont( const QFont & ); + void setBusyIndicatorType ( const QString &type ); + public slots: void populate( AppLnkSet *folder, const QString& categoryfilter ); @@ -97,6 +99,7 @@ private: BackgroundType bgType; QString bgName; QColor textCol; + int busyType; }; #endif // LAUNCHERVIEW_H -- cgit v0.9.0.2