00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef QT_H
00021 #endif // QT_H
00022
00023
00024
00025
00026
00027
00028
00029
00030 #ifndef QT_DLL
00031 #define QT_DLL // Internal
00032 #endif
00033
00034 #if defined(QT_QWS_IPAQ) || defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_SL5XXX)
00035 # define QT_NO_QWS_CURSOR
00036 # define QT_NO_QWS_MOUSE_AUTO
00037 #endif
00038 #ifndef QT_NO_CODECS
00039 #define QT_NO_CODECS
00040 #endif
00041 #define QT_NO_UNICODETABLES
00042
00043 #define QT_NO_IMAGEIO_PPM
00044
00045
00046 #define QT_NO_FREETYPE
00047 #define QT_NO_BDF
00048
00049 #define QT_NO_DRAGANDDROP
00050
00051 #define QT_NO_PROPERTIES
00052 #define QT_NO_NETWORKPROTOCOL
00053
00054 #define QT_NO_IMAGE_TEXT
00055
00056
00057 #define QT_NO_COLORNAMES
00058 #define QT_NO_TRANSFORMATIONS
00059 #define QT_NO_TRANSLATION_BUILDER
00060 #define QT_NO_COMPLEXTEXT
00061 #define QT_NO_PRINTER
00062 #define QT_NO_PICTURE
00063
00064 #define QT_NO_DIAL
00065 #define QT_NO_SIZEGRIP
00066 #define QT_NO_WORKSPACE
00067
00068
00069
00070 #define QT_NO_STYLE_POCKETPC
00071 #ifndef QT_NO_STYLE_AQUA
00072 # define QT_NO_STYLE_AQUA
00073 #endif
00074 #define QT_NO_STYLE_MOTIF
00075 #define QT_NO_STYLE_PLATINUM
00076 #define QT_NO_FILEDIALOG
00077 #define QT_NO_FONTDIALOG
00078 #define QT_NO_PRINTDIALOG
00079 #define QT_NO_COLORDIALOG
00080 #define QT_NO_INPUTDIALOG
00081
00082 #define QT_NO_PROGRESSDIALOG
00083
00084 #define QT_NO_WIZARD
00085 #define QT_NO_EFFECTS
00086
00087 #define QT_NO_DOM
00088 #define QT_NO_SEMIMODAL
00089
00090 #define QT_NO_SPLITTER
00091
00092
00093
00094
00095 #define QT_NO_QWS_BEOS_WM_STYLE
00096 #define QT_NO_QWS_KDE2_WM_STYLE
00097 #define QT_NO_QWS_KDE_WM_STYLE
00098 #define QT_NO_QWS_WINDOWS_WM_STYLE
00099