7#include <QtCore/qobject.h> 
    8#include <QtCore/qtaggedpointer.h> 
   20    Q_PROPERTY(LoadHints loadHints READ loadHints WRITE setLoadHints)
 
   23        ResolveAllSymbolsHint = 0x01,
 
   24        ExportExternalSymbolsHint = 0x02,
 
   25        LoadArchiveMemberHint = 0x04,
 
   26        PreventUnloadHint = 0x08,
 
   39    QFunctionPointer resolve(
const char *symbol);
 
   40    static QFunctionPointer resolve(
const QString &
fileName, 
const char *symbol);
 
   41    static QFunctionPointer resolve(
const QString &
fileName, 
int verNum, 
const char *symbol);
 
   46    bool isLoaded() 
const;
 
   57    void setLoadHints(LoadHints hints);
 
   58    LoadHints loadHints() 
const;
 
\inmodule QtCore \reentrant
LoadHint
This enum describes the possible hints that can be used to change the way libraries are handled when ...
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
#define Q_DECLARE_FLAGS(Flags, Enum)
#define Q_DECLARE_OPERATORS_FOR_FLAGS(Flags)
#define QT_REQUIRE_CONFIG(feature)
file setFileName("readme.txt")
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent