|
a/src/qtgui/preview_w.h |
|
b/src/qtgui/preview_w.h |
|
... |
|
... |
71 |
public:
|
71 |
public:
|
72 |
PreviewTextEdit(QWidget* parent, const char* name, Preview *pv)
|
72 |
PreviewTextEdit(QWidget* parent, const char* name, Preview *pv)
|
73 |
: QTEXTEDIT(parent, name), m_preview(pv), m_dspflds(false)
|
73 |
: QTEXTEDIT(parent, name), m_preview(pv), m_dspflds(false)
|
74 |
{}
|
74 |
{}
|
75 |
void moveToAnchor(const QString& name);
|
75 |
void moveToAnchor(const QString& name);
|
|
|
76 |
#if (QT_VERSION >= 0x040000)
|
|
|
77 |
virtual bool find(const QString &expr, bool cs, bool wo,bool forward = true,
|
|
|
78 |
int *para = 0, int *index = 0);
|
|
|
79 |
#endif
|
76 |
public slots:
|
80 |
public slots:
|
77 |
virtual void toggleFields();
|
81 |
virtual void toggleFields();
|
78 |
virtual void print();
|
82 |
virtual void print();
|
79 |
friend class Preview;
|
83 |
friend class Preview;
|
80 |
private:
|
84 |
private:
|