42 #ifndef QSCRIPTDEBUGGERCODEFINDERWIDGETINTERFACE_P_H 43 #define QSCRIPTDEBUGGERCODEFINDERWIDGETINTERFACE_P_H 56 #include <QtGui/qwidget.h> 58 #include <QtGui/qtextdocument.h> 70 virtual int findOptions()
const = 0;
75 virtual void setOK(
bool ok) = 0;
76 virtual void setWrapped(
bool wrapped) = 0;
79 void findRequest(
const QString &exp,
int options);
84 QWidget *parent, Qt::WindowFlags flags);
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_AUTOTEST_EXPORT
#define Q_DECLARE_PRIVATE(Class)