qBittorrent
TrayIcon Namespace Reference

Enumerations

enum class  Style : int { Normal = 0 , MonoDark = 1 , MonoLight = 2 }
 

Enumeration Type Documentation

◆ Style

enum TrayIcon::Style : int
strong
Enumerator
Normal 
MonoDark 
MonoLight 

Definition at line 80 of file preferences.h.

81  {
82  Normal = 0,
83  MonoDark = 1,
84  MonoLight = 2
85  };