xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
QTypes.xcsm
浏览该文件的文档.
1package Qt{
2 @SuppressWarnings public class QType {
3 public static const int None = 0,
4 qtWidget = 1,
5 qtMainWindow = 2,
6 qtSci = 3,
7 qtPushButton = 4,
8 qtLineEdit = 5,
9 qtMenuBar = 6,
10 qtFont = 7,
11 qtMenu = 8,
12 qtAction = 9,
13 qtMdiSubWnd = 10,
14 qtTreeWidget = 11,
15 qtDialog = 12,
16 qtListView = 13,
17 qtComboBox = 14,
18 qtPropertyBrowser = 15,
19 qtBoolPropertyManager = 16,
20 qtColorPropertyManager = 17,
21 qtDatePropertyManager = 18,
22 qtDateTimePropertyManager = 19,
23 qtDoublePropertyManager = 20,
24 qtEnumPropertyManager = 21,
25 qtFlagPropertyManager = 22,
26 qtFontPropertyManager = 23,
27 qtGroupPropertyManager = 24,
28 qtIntPropertyManager = 25,
29 qtPointPropertyManager = 26,
30 qtRectPropertyManager = 27,
31 qtSizePropertyManager = 28,
32 qtSizePolicyPropertyManager = 29,
33 qtStringPropertyManager = 30,
34 qtTimePropertyManager = 31,
35 qtVariantPropertyManager = 32,
36 qtProperty = 33,
37 qtVariantProperty = 34,
38 qtVariantEditorFactory = 35,
39 qtLabel = 36,
40 qtCheckBox = 37,
41 qtStatusBar = 38,
42 qtProgressBar = 39,
43 qtBuffer = 40,
44 qtIcon = 41,
45 qtMatrix = 42,
46 qtToolbar = 43,
47 qtFileWatch = 44,
48 qtTableWidget = 45,
49 qtBrush = 46,
50 qtLineGradient = 47,
51 qtRadialGradient3 = 48,
52 qtRadialGradient5 = 49,
53 qtRadialGradient6 = 50,
54 qtConicalGradient = 51,
55 qtImgBrush = 52,
56 qtPath = 53,
57 qtPrintDialog = 54,
58 qtPrintViewDialog = 55,
59 qtPrinter = 56,
60 qtSciPrinter = 57,
61 qtReportEngine = 58,
62 qtDateEdit = 59,
63 qtDateTimeEdit = 60,
64 qtTimeEdit = 61,
65 qtTextEdit = 62,
66 qtDockWidget = 63,
67 qtVLayout = 64,
68 qtHLayout = 65,
69 qtSlider = 66,
70 qtTabWidget = 67,
71 qtTabBar = 68,
72 qtCalendarWidget = 69,
73 qtSystemTrayIcon = 70,
74 qtDockMainWindow = 71,
75 qtDockPanelManager = 72,
76 qtmDockPanelManager = 73,
77 qtDockToolBar = 74,
78 qtDockBarManager = 75,
79 qtDockWindow = 76,
80 qtDockWidgetPanel = 77,
81 qtDockDocumentPanel = 78,
82 qtDockStyle = 79,
83 qtMediaPlayer = 80,
84 qtAudioOutput = 81,
85 qtVideoWidget = 82,
86 qtAudioInput = 83,
87 qtAudioFormat = 84,
88 qtOpenGLWidget = 85,
89 qtSurfaceFormat = 86,
90 qtTreeView = 87,
91 qtScrollArea = 88,
92 qtPropertyAnimation = 89,
93 qtChartView = 90,
94 qtChart = 91,
95 qtLineSeries = 92,
96 qtValueAxis = 93,
97 qtBarSeries = 94,
98 qtBarSet = 95,
99 qtBarCategoryAxis = 96,
100 qtSplineSeries = 97,
101 qtCefView = 98,
102 qtGraphicsDropShadowEffect = 99,
103 qtSizeGrip = 100,
104 qtSoundEffect = 101,
105 qtCefSetting = 102,
106 qtCefQuery = 103,
107 qtWindow = 104,
108 qtCategoryAxis = 105,
109 qtTextToSpeech = 106,
110 qtScrollBar = 107,
111 qtQwtScaleDraw = 108,
112 qtQwtPlotCurve = 109,
113 qtQwtPlotGrid = 110,
114 qtQwtPlot = 111,
115 qtQwtText = 112,
116 qtQwtPlotCanvas = 113,
117 qtQwtPlotBarChart = 114,
118 qtQwtSymbol = 115,
119 qtQwtPlotItem = 116,
120 qtQwtPlotMarker = 117,
121 qtQwtLegend = 118,
122 qtQwtPlotLegendItem = 119,
123 qtQwtPlotMultiBarChart = 120,
124 qtQwtColumnSymbol = 121,
125 qtWorkBench = 122,
126 qtButtonBox = 123,
127 qtGLayout = 124;
128 };
129};