xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
ColorRole.xcsm
浏览该文件的文档.
1package Qt{
2 @SuppressWarnings public class ColorRole{
3 public static const int WindowText = 0;
4 public static const int Button = 1;
5 public static const int Light = 2;
6 public static const int Midlight = 3;
7 public static const int Dark = 4;
8 public static const int Mid = 5;
9 public static const int Text = 6;
10 public static const int BrightText = 7;
11 public static const int ButtonText = 8;
12 public static const int Base = 9;
13 public static const int Window = 10;
14 public static const int Shadow = 11;
15 public static const int Highlight = 12;
16 public static const int HighlightedText = 13;
17 public static const int Link = 14;
18 public static const int LinkVisited = 15;
19 public static const int AlternateBase = 16;
20 public static const int NoRole = 17;
21 public static const int ToolTipBase = 18;
22 public static const int ToolTipText = 19;
23 public static const int NColorRoles = ToolTipText + 1;
24 public static const int Foreground = WindowText;
25 public static const int Background = Window;
26 };
27};