qtui.dir
Go to the documentation of this file.
1 /** @dir qtui
2 
3 This directory contains %Qt Designer interface
4 files related to the %Qt built graphical user interface. The %Qt
5 Designer user interface files end with the suffix @em ui. Those with
6 a @em UI ending their class name are for %Qt 4, the rest are for %Qt 3.
7 The %Qt 4 ones were converted from %Qt 3 files by using the @em uic3 @em
8 -convert command.
9 
10 This directory contains source and header files built with %Qt tools
11 moc and uic.
12 
13 */
14 
15 /** @class CanvasSettingsBase
16  @brief The base class for the CanvasSettings class.
17 
18  The pure virtual base class built with the %Qt Designer.
19 
20 */
21 
22 /** @class CanvasWindowBase
23  @brief The base class for the CanvasWindow class.
24 
25  The pure virtual base class built with the %Qt Designer.
26 
27 */
28 
29 /** @class InspectorBase
30  @brief The base class for the Inspector class.
31 
32  The pure virtual base class built with the %Qt Designer.
33 
34 */
35 
36 /** @class ListDialogBase
37  @brief The base class for the ListDialog class.
38 
39  The pure virtual base class built with the %Qt Designer.
40 
41 */
42 
43 /** @class PickTableBase
44  @brief The base class for the PickTable class.
45 
46  The pure virtual base class built with the %Qt Designer.
47 
48 */
49 
50 /** @class PlotTableBase
51  @brief The base class for the PlotTable class.
52 
53  The pure virtual base class built with the %Qt Designer.
54 
55 */
56 
57 /** @file CanvasSettingsBase.cpp
58  The file created from CanvasSettingsBase.ui with the %Qt @em uic tool.
59 */
60 
61 /** @file CanvasSettingsBase.h
62  The file created from CanvasSettingsBase.ui with the %Qt @em uic tool.
63 */
64 
65 /** @file CanvasWindowBase.cpp
66  The file created from CanvasWindowBase.ui with the %Qt @em uic tool.
67 */
68 
69 /** @file CanvasWindowBase.h
70  The file created from CanvasWindowBase.ui with the %Qt @em uic tool.
71 */
72 
73 /** @file InspectorBase.cpp
74  The file created from InspectorBase.ui with the %Qt @em uic tool.
75 */
76 
77 /** @file InspectorBase.h
78  The file created from InspectorBase.ui with the %Qt @em uic tool.
79 */
80 
81 /** @file ListDialogBase.cpp
82  The file created from ListDialogBase.ui with the %Qt @em uic tool.
83 */
84 
85 /** @file ListDialogBase.h
86  The file created from ListDialogBase.ui with the %Qt @em uic tool.
87 */
88 
89 /** @file PickTableBase.cpp
90  The file created from PickTableBase.ui with the %Qt @em uic tool.
91 */
92 
93 /** @file PickTableBase.h
94  The file created from PickTableBase.ui with the %Qt @em uic tool.
95 */
96 
97 /** @file PlotTableBase.cpp
98  The file created from PlotTableBase.ui with the %Qt @em uic tool.
99 */
100 
101 /** @file PlotTableBase.h
102  The file created from PlotTableBase.ui with the %Qt @em uic tool.
103 */

Generated for HippoDraw Class Library by doxygen