From 72eb74051ed8f1b7696041e241ab99df3af5b08d Mon Sep 17 00:00:00 2001 From: leseb Date: Mon, 15 Jul 2002 23:22:50 +0000 Subject: Sync with Qt 3.0.5 --- (limited to 'noncore/apps/opie-write/qstylesheet.h') diff --git a/noncore/apps/opie-write/qstylesheet.h b/noncore/apps/opie-write/qstylesheet.h index bb209fa..cb786f5 100644 --- a/noncore/apps/opie-write/qstylesheet.h +++ b/noncore/apps/opie-write/qstylesheet.h @@ -81,13 +81,13 @@ public: int alignment() const; void setAlignment( int f); - + enum VerticalAlignment { VAlignBaseline, VAlignSub, VAlignSuper }; - + VerticalAlignment verticalAlignment() const; void setVerticalAlignment( VerticalAlignment valign ); @@ -120,6 +120,10 @@ public: void setFontUnderline( bool ); bool definesFontUnderline() const; + bool fontStrikeOut() const; + void setFontStrikeOut( bool ); + bool definesFontStrikeOut() const; + bool isAnchor() const; void setAnchor(bool anc); @@ -171,10 +175,10 @@ private: #if defined(Q_TEMPLATEDLL) // MOC_SKIP_BEGIN -template class Q_EXPORT QDict; -template class Q_EXPORT QValueList< QPtrVector >; -template class Q_EXPORT QPtrVector; -template class Q_EXPORT QValueList; +Q_TEMPLATE_EXTERN template class Q_EXPORT QDict; +Q_TEMPLATE_EXTERN template class Q_EXPORT QValueList< QPtrVector >; +Q_TEMPLATE_EXTERN template class Q_EXPORT QPtrVector; +Q_TEMPLATE_EXTERN template class Q_EXPORT QValueList; // MOC_SKIP_END #endif -- cgit v0.9.0.2