diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/themes-example.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/themes-example.html')
-rw-r--r-- | doc/html/themes-example.html | 1220 |
1 files changed, 610 insertions, 610 deletions
diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index b30208b18..6d5fe2717 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -57,47 +57,47 @@ during runtime using the pulldown menu. #define WOOD_H -#include <<a href="qpalette-h.html">qpalette.h</a>> +#include <<a href="qpalette-h.html">ntqpalette.h</a>> #ifndef QT_NO_STYLE_WINDOWS -#include <<a href="qwindowsstyle-h.html">qwindowsstyle.h</a>> +#include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>> -class NorwegianWoodStyle : public <a href="qwindowsstyle.html">TQWindowsStyle</a> +class NorwegianWoodStyle : public <a href="ntqwindowsstyle.html">TQWindowsStyle</a> { public: NorwegianWoodStyle(); - void polish( <a href="qapplication.html">TQApplication</a>*); - void polish( <a href="qwidget.html">TQWidget</a>* ); - void unPolish( <a href="qwidget.html">TQWidget</a>* ); - void unPolish( <a href="qapplication.html">TQApplication</a>*); + void polish( <a href="ntqapplication.html">TQApplication</a>*); + void polish( <a href="ntqwidget.html">TQWidget</a>* ); + void unPolish( <a href="ntqwidget.html">TQWidget</a>* ); + void unPolish( <a href="ntqapplication.html">TQApplication</a>*); void drawPrimitive( PrimitiveElement pe, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qrect.html">TQRect</a> &r, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags flags = Style_Default, const <a href="qstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawControl( ControlElement element, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags how = Style_Default, const <a href="qstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawControlMask( ControlElement element, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawComplexControl( ComplexControl cc, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags how = Style_Default, SCFlags sub = SC_All, @@ -105,25 +105,25 @@ public: const <a href="qstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawComplexControlMask( ComplexControl control, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; - <a href="qrect.html">TQRect</a> querySubControlMetrics( ComplexControl control, - const <a href="qwidget.html">TQWidget</a> *widget, + <a href="ntqrect.html">TQRect</a> querySubControlMetrics( ComplexControl control, + const <a href="ntqwidget.html">TQWidget</a> *widget, SubControl sc, const <a href="qstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; - <a href="qrect.html">TQRect</a> subRect( SubRect r, const <a href="qwidget.html">TQWidget</a> *widget ) const; + <a href="ntqrect.html">TQRect</a> subRect( SubRect r, const <a href="ntqwidget.html">TQWidget</a> *widget ) const; private: - void drawSemicircleButton(TQPainter *p, const <a href="qrect.html">TQRect</a> &r, int dir, + void drawSemicircleButton(TQPainter *p, const <a href="ntqrect.html">TQRect</a> &r, int dir, bool sunken, const <a href="qcolorgroup.html">TQColorGroup</a> &g ) const; - <a href="qpalette.html">TQPalette</a> oldPalette; - <a href="qpixmap.html">TQPixmap</a> *sunkenDark; - <a href="qpixmap.html">TQPixmap</a> *sunkenLight; + <a href="ntqpalette.html">TQPalette</a> oldPalette; + <a href="ntqpixmap.html">TQPixmap</a> *sunkenDark; + <a href="ntqpixmap.html">TQPixmap</a> *sunkenLight; }; @@ -148,21 +148,21 @@ private: #ifndef QT_NO_STYLE_WINDOWS -#include "qapplication.h" -#include "qcombobox.h" -#include "qpainter.h" -#include "qdrawutil.h" // for now -#include "qpixmap.h" // for now -#include "qpalette.h" // for now -#include "qwidget.h" -#include "qlabel.h" -#include "qimage.h" -#include "qpushbutton.h" -#include "qwidget.h" -#include "qrangecontrol.h" -#include "qscrollbar.h" +#include "ntqapplication.h" +#include "ntqcombobox.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" // for now +#include "ntqpixmap.h" // for now +#include "ntqpalette.h" // for now +#include "ntqwidget.h" +#include "ntqlabel.h" +#include "ntqimage.h" +#include "ntqpushbutton.h" +#include "ntqwidget.h" +#include "ntqrangecontrol.h" +#include "ntqscrollbar.h" #include <limits.h> -#include "qstylefactory.h" +#include "ntqstylefactory.h" /* XPM */ static const char *polish_xpm[] = { @@ -882,14 +882,14 @@ static const char *button_xpm[] = { ".rb..g.e#s.YaPbV#z.wbnbV.wbn#Dbn.OaP.4.y.4#N.K.K#T#t.U.Q#z.w#F#YazanaNan.bap#Ga0az#0#P#b#KbR.Z#aaz#ibK#h#u.wbC#B#b.1bebs#B#D#baLbcbA.k#P#G#E#S#2.K.8bAbL.Tbw.6.K#G#0.wbVbVbV#s#s.e.Oba.K.4aT.k.0" }; -static void drawroundrect( <a href="qpainter.html">TQPainter</a> *p, TQCOORD x, TQCOORD y, +static void drawroundrect( <a href="ntqpainter.html">TQPainter</a> *p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h, TQCOORD d ); static inline int buttonthickness( int d ); -static TQRegion roundRectRegion( const <a href="qrect.html">TQRect</a>& g, int r ); +static TQRegion roundRectRegion( const <a href="ntqrect.html">TQRect</a>& g, int r ); -static void get_combo_parameters( const <a href="qrect.html">TQRect</a> &r, +static void get_combo_parameters( const <a href="ntqrect.html">TQRect</a> &r, int &ew, int &awh, int &ax, int &ay, int &sh, int &dh, int &sy ); @@ -899,210 +899,210 @@ static int get_combo_extra_width( int h, int *return_awh = 0 ); enum { PointUp, PointDown, PointLeft, PointRight }; -<a name="f225"></a>NorwegianWoodStyle::NorwegianWoodStyle() : <a href="qwindowsstyle.html">TQWindowsStyle</a>() +<a name="f225"></a>NorwegianWoodStyle::NorwegianWoodStyle() : <a href="ntqwindowsstyle.html">TQWindowsStyle</a>() { } /*! Reimplementation from TQStyle */ -<a name="x261"></a>void NorwegianWoodStyle::<a href="qstyle.html#polish">polish</a>( <a href="qapplication.html">TQApplication</a> *app) +<a name="x261"></a>void NorwegianWoodStyle::<a href="ntqstyle.html#polish">polish</a>( <a href="ntqapplication.html">TQApplication</a> *app) { -<a name="x186"></a> oldPalette = app-><a href="qapplication.html#palette">palette</a>(); +<a name="x186"></a> oldPalette = app-><a href="ntqapplication.html#palette">palette</a>(); // we simply create a nice TQColorGroup with a couple of fancy wood // pixmaps here and apply to it all widgets - <a href="qimage.html">TQImage</a> img(button_xpm); - <a href="qimage.html">TQImage</a> orig = img; -<a name="x208"></a> orig.<a href="qimage.html#detach">detach</a>(); - <a href="qpixmap.html">TQPixmap</a> button; -<a name="x228"></a> button.<a href="qpixmap.html#convertFromImage">convertFromImage</a>(img); + <a href="ntqimage.html">TQImage</a> img(button_xpm); + <a href="ntqimage.html">TQImage</a> orig = img; +<a name="x208"></a> orig.<a href="ntqimage.html#detach">detach</a>(); + <a href="ntqpixmap.html">TQPixmap</a> button; +<a name="x228"></a> button.<a href="ntqpixmap.html#convertFromImage">convertFromImage</a>(img); int i; -<a name="x209"></a> for (i=0; i<img.<a href="qimage.html#numColors">numColors</a>(); i++) { -<a name="x207"></a> TQRgb rgb = img.<a href="qimage.html#color">color</a>(i); - <a href="qcolor.html">TQColor</a> c(rgb); -<a name="x192"></a> rgb = c.<a href="qcolor.html#dark">dark</a>(120).rgb(); -<a name="x210"></a> img.<a href="qimage.html#setColor">setColor</a>(i,rgb); +<a name="x209"></a> for (i=0; i<img.<a href="ntqimage.html#numColors">numColors</a>(); i++) { +<a name="x207"></a> TQRgb rgb = img.<a href="ntqimage.html#color">color</a>(i); + <a href="ntqcolor.html">TQColor</a> c(rgb); +<a name="x192"></a> rgb = c.<a href="ntqcolor.html#dark">dark</a>(120).rgb(); +<a name="x210"></a> img.<a href="ntqimage.html#setColor">setColor</a>(i,rgb); } - <a href="qpixmap.html">TQPixmap</a> mid; - mid.<a href="qpixmap.html#convertFromImage">convertFromImage</a>(img); + <a href="ntqpixmap.html">TQPixmap</a> mid; + mid.<a href="ntqpixmap.html#convertFromImage">convertFromImage</a>(img); img = orig; - img.<a href="qimage.html#detach">detach</a>(); - for (i=0; i<img.<a href="qimage.html#numColors">numColors</a>(); i++) { - TQRgb rgb = img.<a href="qimage.html#color">color</a>(i); - <a href="qcolor.html">TQColor</a> c(rgb); -<a name="x193"></a> rgb = c.<a href="qcolor.html#light">light</a>().rgb(); - img.<a href="qimage.html#setColor">setColor</a>(i,rgb); + img.<a href="ntqimage.html#detach">detach</a>(); + for (i=0; i<img.<a href="ntqimage.html#numColors">numColors</a>(); i++) { + TQRgb rgb = img.<a href="ntqimage.html#color">color</a>(i); + <a href="ntqcolor.html">TQColor</a> c(rgb); +<a name="x193"></a> rgb = c.<a href="ntqcolor.html#light">light</a>().rgb(); + img.<a href="ntqimage.html#setColor">setColor</a>(i,rgb); } - <a href="qpixmap.html">TQPixmap</a> light; - light.<a href="qpixmap.html#convertFromImage">convertFromImage</a>(img); + <a href="ntqpixmap.html">TQPixmap</a> light; + light.<a href="ntqpixmap.html#convertFromImage">convertFromImage</a>(img); img = orig; - img.<a href="qimage.html#detach">detach</a>(); - for (i=0; i<img.<a href="qimage.html#numColors">numColors</a>(); i++) { - TQRgb rgb = img.<a href="qimage.html#color">color</a>(i); - <a href="qcolor.html">TQColor</a> c(rgb); - rgb = c.<a href="qcolor.html#dark">dark</a>(180).rgb(); - img.<a href="qimage.html#setColor">setColor</a>(i,rgb); + img.<a href="ntqimage.html#detach">detach</a>(); + for (i=0; i<img.<a href="ntqimage.html#numColors">numColors</a>(); i++) { + TQRgb rgb = img.<a href="ntqimage.html#color">color</a>(i); + <a href="ntqcolor.html">TQColor</a> c(rgb); + rgb = c.<a href="ntqcolor.html#dark">dark</a>(180).rgb(); + img.<a href="ntqimage.html#setColor">setColor</a>(i,rgb); } - <a href="qpixmap.html">TQPixmap</a> dark; - dark.<a href="qpixmap.html#convertFromImage">convertFromImage</a>(img); + <a href="ntqpixmap.html">TQPixmap</a> dark; + dark.<a href="ntqpixmap.html#convertFromImage">convertFromImage</a>(img); - <a href="qimage.html">TQImage</a> bgimage(polish_xpm); - <a href="qpixmap.html">TQPixmap</a> background; - background.<a href="qpixmap.html#convertFromImage">convertFromImage</a>(bgimage); + <a href="ntqimage.html">TQImage</a> bgimage(polish_xpm); + <a href="ntqpixmap.html">TQPixmap</a> background; + background.<a href="ntqpixmap.html#convertFromImage">convertFromImage</a>(bgimage); img = bgimage; - img.<a href="qimage.html#detach">detach</a>(); - for (i=0; i<img.<a href="qimage.html#numColors">numColors</a>(); i++) { - TQRgb rgb = img.<a href="qimage.html#color">color</a>(i); - <a href="qcolor.html">TQColor</a> c(rgb); - rgb = c.<a href="qcolor.html#dark">dark</a>(180).rgb(); - img.<a href="qimage.html#setColor">setColor</a>(i,rgb); + img.<a href="ntqimage.html#detach">detach</a>(); + for (i=0; i<img.<a href="ntqimage.html#numColors">numColors</a>(); i++) { + TQRgb rgb = img.<a href="ntqimage.html#color">color</a>(i); + <a href="ntqcolor.html">TQColor</a> c(rgb); + rgb = c.<a href="ntqcolor.html#dark">dark</a>(180).rgb(); + img.<a href="ntqimage.html#setColor">setColor</a>(i,rgb); } - sunkenDark = new <a href="qpixmap.html">TQPixmap</a>; - sunkenDark-><a href="qpixmap.html#convertFromImage">convertFromImage</a>(img); + sunkenDark = new <a href="ntqpixmap.html">TQPixmap</a>; + sunkenDark-><a href="ntqpixmap.html#convertFromImage">convertFromImage</a>(img); img = bgimage; - img.<a href="qimage.html#detach">detach</a>(); - for (i=0; i<img.<a href="qimage.html#numColors">numColors</a>(); i++) { - TQRgb rgb = img.<a href="qimage.html#color">color</a>(i); - <a href="qcolor.html">TQColor</a> c(rgb); - rgb = c.<a href="qcolor.html#light">light</a>(130).rgb(); - img.<a href="qimage.html#setColor">setColor</a>(i,rgb); + img.<a href="ntqimage.html#detach">detach</a>(); + for (i=0; i<img.<a href="ntqimage.html#numColors">numColors</a>(); i++) { + TQRgb rgb = img.<a href="ntqimage.html#color">color</a>(i); + <a href="ntqcolor.html">TQColor</a> c(rgb); + rgb = c.<a href="ntqcolor.html#light">light</a>(130).rgb(); + img.<a href="ntqimage.html#setColor">setColor</a>(i,rgb); } - sunkenLight= new <a href="qpixmap.html">TQPixmap</a>; - sunkenLight-><a href="qpixmap.html#convertFromImage">convertFromImage</a>(img); + sunkenLight= new <a href="ntqpixmap.html">TQPixmap</a>; + sunkenLight-><a href="ntqpixmap.html#convertFromImage">convertFromImage</a>(img); - <a href="qpalette.html">TQPalette</a> op(TQColor(212,140,95)); + <a href="ntqpalette.html">TQPalette</a> op(TQColor(212,140,95)); // TQPalette op(white); -<a name="x224"></a> <a href="qcolorgroup.html">TQColorGroup</a> active (op.<a href="qpalette.html#active">active</a>().foreground(), - TQBrush(op.<a href="qpalette.html#active">active</a>().button(),button), - TQBrush(op.<a href="qpalette.html#active">active</a>().light(), light), - TQBrush(op.<a href="qpalette.html#active">active</a>().dark(), dark), - TQBrush(op.<a href="qpalette.html#active">active</a>().mid(), mid), - op.<a href="qpalette.html#active">active</a>().text(), +<a name="x224"></a> <a href="qcolorgroup.html">TQColorGroup</a> active (op.<a href="ntqpalette.html#active">active</a>().foreground(), + TQBrush(op.<a href="ntqpalette.html#active">active</a>().button(),button), + TQBrush(op.<a href="ntqpalette.html#active">active</a>().light(), light), + TQBrush(op.<a href="ntqpalette.html#active">active</a>().dark(), dark), + TQBrush(op.<a href="ntqpalette.html#active">active</a>().mid(), mid), + op.<a href="ntqpalette.html#active">active</a>().text(), TQt::white, TQColor(236,182,120), - TQBrush(op.<a href="qpalette.html#active">active</a>().background(), background) + TQBrush(op.<a href="ntqpalette.html#active">active</a>().background(), background) ); -<a name="x225"></a> <a href="qcolorgroup.html">TQColorGroup</a> disabled (op.<a href="qpalette.html#disabled">disabled</a>().foreground(), - TQBrush(op.<a href="qpalette.html#disabled">disabled</a>().button(),button), - TQBrush(op.<a href="qpalette.html#disabled">disabled</a>().light(), light), - op.<a href="qpalette.html#disabled">disabled</a>().dark(), - TQBrush(op.<a href="qpalette.html#disabled">disabled</a>().mid(), mid), - op.<a href="qpalette.html#disabled">disabled</a>().text(), +<a name="x225"></a> <a href="qcolorgroup.html">TQColorGroup</a> disabled (op.<a href="ntqpalette.html#disabled">disabled</a>().foreground(), + TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().button(),button), + TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().light(), light), + op.<a href="ntqpalette.html#disabled">disabled</a>().dark(), + TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().mid(), mid), + op.<a href="ntqpalette.html#disabled">disabled</a>().text(), TQt::white, TQColor(236,182,120), - TQBrush(op.<a href="qpalette.html#disabled">disabled</a>().background(), background) + TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().background(), background) ); -<a name="x187"></a> app-><a href="qapplication.html#setPalette">setPalette</a>(TQPalette(active, disabled, active), TRUE ); +<a name="x187"></a> app-><a href="ntqapplication.html#setPalette">setPalette</a>(TQPalette(active, disabled, active), TRUE ); } -<a name="x263"></a>void NorwegianWoodStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="qapplication.html">TQApplication</a> *app) +<a name="x263"></a>void NorwegianWoodStyle::<a href="ntqstyle.html#unPolish">unPolish</a>( <a href="ntqapplication.html">TQApplication</a> *app) { - app-><a href="qapplication.html#setPalette">setPalette</a>(oldPalette, TRUE); + app-><a href="ntqapplication.html#setPalette">setPalette</a>(oldPalette, TRUE); } /*! Reimplementation from TQStyle */ -void NorwegianWoodStyle::<a href="qstyle.html#polish">polish</a>( <a href="qwidget.html">TQWidget</a>* w) +void NorwegianWoodStyle::<a href="ntqstyle.html#polish">polish</a>( <a href="ntqwidget.html">TQWidget</a>* w) { // the polish function sets some widgets to transparent mode and // some to translate background mode in order to get the full // benefit from the nice pixmaps in the color group. -<a name="x253"></a> if ( !w-><a href="qwidget.html#isTopLevel">isTopLevel</a>() ) { -<a name="x211"></a> if ( w-><a href="qobject.html#inherits">inherits</a>("TQPushButton") - || w-><a href="qobject.html#inherits">inherits</a>("TQToolButton") - || w-><a href="qobject.html#inherits">inherits</a>("TQComboBox") ) { -<a name="x255"></a> w-><a href="qwidget.html#setAutoMask">setAutoMask</a>( TRUE ); +<a name="x253"></a> if ( !w-><a href="ntqwidget.html#isTopLevel">isTopLevel</a>() ) { +<a name="x211"></a> if ( w-><a href="ntqobject.html#inherits">inherits</a>("TQPushButton") + || w-><a href="ntqobject.html#inherits">inherits</a>("TQToolButton") + || w-><a href="ntqobject.html#inherits">inherits</a>("TQComboBox") ) { +<a name="x255"></a> w-><a href="ntqwidget.html#setAutoMask">setAutoMask</a>( TRUE ); return; } -<a name="x250"></a> if ( w-><a href="qwidget.html#backgroundPixmap">backgroundPixmap</a>() ) -<a name="x256"></a> w-><a href="qwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>( TQWidget::WindowOrigin ); +<a name="x250"></a> if ( w-><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() ) +<a name="x256"></a> w-><a href="ntqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>( TQWidget::WindowOrigin ); } } -void NorwegianWoodStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="qwidget.html">TQWidget</a>* w) +void NorwegianWoodStyle::<a href="ntqstyle.html#unPolish">unPolish</a>( <a href="ntqwidget.html">TQWidget</a>* w) { // the polish function sets some widgets to transparent mode and // some to translate background mode in order to get the full // benefit from the nice pixmaps in the color group. - if ( !w-><a href="qwidget.html#isTopLevel">isTopLevel</a>() ) { - if ( w-><a href="qobject.html#inherits">inherits</a>("TQPushButton") - || w-><a href="qobject.html#inherits">inherits</a>("TQToolButton") - || w-><a href="qobject.html#inherits">inherits</a>("TQComboBox") ) { - w-><a href="qwidget.html#setAutoMask">setAutoMask</a>( FALSE ); + if ( !w-><a href="ntqwidget.html#isTopLevel">isTopLevel</a>() ) { + if ( w-><a href="ntqobject.html#inherits">inherits</a>("TQPushButton") + || w-><a href="ntqobject.html#inherits">inherits</a>("TQToolButton") + || w-><a href="ntqobject.html#inherits">inherits</a>("TQComboBox") ) { + w-><a href="ntqwidget.html#setAutoMask">setAutoMask</a>( FALSE ); return; } - if ( w-><a href="qwidget.html#backgroundPixmap">backgroundPixmap</a>() ) - w-><a href="qwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>( TQWidget::WidgetOrigin ); + if ( w-><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() ) + w-><a href="ntqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>( TQWidget::WidgetOrigin ); } } -<a name="x260"></a>void NorwegianWoodStyle::<a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PrimitiveElement pe, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qrect.html">TQRect</a> &r, +<a name="x260"></a>void NorwegianWoodStyle::<a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PrimitiveElement pe, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags flags, const <a href="qstyleoption.html">TQStyleOption</a>& opt ) const { int x, y, w, h; -<a name="x240"></a> r.<a href="qrect.html#rect">rect</a>( &x, &y, &w, &h ); +<a name="x240"></a> r.<a href="ntqrect.html#rect">rect</a>( &x, &y, &w, &h ); switch ( pe ) { case PE_ButtonCommand: { int d = TQMIN( w, h ) / 2; int b = buttonthickness( d ); - <a href="qregion.html">TQRegion</a> internR = roundRectRegion( TQRect(x + b, y + b, + <a href="ntqregion.html">TQRegion</a> internR = roundRectRegion( TQRect(x + b, y + b, w - 2 * b, h - 2 * b), d - b ); -<a name="x218"></a> <a href="qpen.html">TQPen</a> oldPen = p-><a href="qpainter.html#pen">pen</a>(); +<a name="x218"></a> <a href="ntqpen.html">TQPen</a> oldPen = p-><a href="ntqpainter.html#pen">pen</a>(); -<a name="x195"></a> <a href="qbrush.html">TQBrush</a> brush( flags & Style_Sunken ? cg.<a href="qcolorgroup.html#brush">brush</a>(TQColorGroup::Mid) : +<a name="x195"></a> <a href="ntqbrush.html">TQBrush</a> brush( flags & Style_Sunken ? cg.<a href="qcolorgroup.html#brush">brush</a>(TQColorGroup::Mid) : cg.<a href="qcolorgroup.html#brush">brush</a>(TQColorGroup::Button) ); -<a name="x220"></a> p-><a href="qpainter.html#setClipRegion">setClipRegion</a>( internR ); -<a name="x216"></a> p-><a href="qpainter.html#fillRect">fillRect</a>( r, brush ); +<a name="x220"></a> p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( internR ); +<a name="x216"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, brush ); int e = TQMIN( w, h ) / 2; - <a href="qpoint.html">TQPoint</a> p2( x + w - 1 - e, y + e ); - <a href="qpoint.html">TQPoint</a> p3( x + e, y + h - 1 - e ); + <a href="ntqpoint.html">TQPoint</a> p2( x + w - 1 - e, y + e ); + <a href="ntqpoint.html">TQPoint</a> p3( x + e, y + h - 1 - e ); - <a href="qpointarray.html">TQPointArray</a> a; -<a name="x232"></a><a name="x230"></a> a.setPoints( 5, x,y, x+w-1, y, p2.<a href="qpoint.html#x">x</a>(), p2.<a href="qpoint.html#y">y</a>(), p3.<a href="qpoint.html#x">x</a>(), p3.<a href="qpoint.html#y">y</a>(), + <a href="ntqpointarray.html">TQPointArray</a> a; +<a name="x232"></a><a name="x230"></a> a.setPoints( 5, x,y, x+w-1, y, p2.<a href="ntqpoint.html#x">x</a>(), p2.<a href="ntqpoint.html#y">y</a>(), p3.<a href="ntqpoint.html#x">x</a>(), p3.<a href="ntqpoint.html#y">y</a>(), x, y + h - 1 ); - p-><a href="qpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a) - internR ); + p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a) - internR ); -<a name="x198"></a> p-><a href="qpainter.html#fillRect">fillRect</a>( r, (flags & Style_Sunken ? TQBrush( cg.<a href="qcolorgroup.html#dark">dark</a>(), *sunkenDark) +<a name="x198"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, (flags & Style_Sunken ? TQBrush( cg.<a href="qcolorgroup.html#dark">dark</a>(), *sunkenDark) : cg.<a href="qcolorgroup.html#brush">brush</a>(TQColorGroup::Light)) ); // A little inversion is needed the buttons // ( but not flat) if ( flags & Style_Raised || flags & Style_Sunken ) { -<a name="x231"></a> a.<a href="qpointarray.html#setPoint">setPoint</a>( 0, x + w - 1, y + w - 1 ); - p-><a href="qpainter.html#setClipRegion">setClipRegion</a>( TQRegion( a ) - internR ); +<a name="x231"></a> a.<a href="ntqpointarray.html#setPoint">setPoint</a>( 0, x + w - 1, y + w - 1 ); + p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( TQRegion( a ) - internR ); -<a name="x200"></a> p-><a href="qpainter.html#fillRect">fillRect</a>( r, (flags & Style_Sunken ? TQBrush( cg.<a href="qcolorgroup.html#light">light</a>(), *sunkenLight) : cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Dark ) ) ); +<a name="x200"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, (flags & Style_Sunken ? TQBrush( cg.<a href="qcolorgroup.html#light">light</a>(), *sunkenLight) : cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Dark ) ) ); } - p-><a href="qpainter.html#setClipRegion">setClipRegion</a>( internR ); -<a name="x221"></a> p-><a href="qpainter.html#setClipping">setClipping</a>( FALSE ); -<a name="x222"></a><a name="x199"></a> p-><a href="qpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#foreground">foreground</a>() ); + p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( internR ); +<a name="x221"></a> p-><a href="ntqpainter.html#setClipping">setClipping</a>( FALSE ); +<a name="x222"></a><a name="x199"></a> p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#foreground">foreground</a>() ); drawroundrect( p, x, y, w, h, d ); - p-><a href="qpainter.html#setPen">setPen</a>( oldPen ); + p-><a href="ntqpainter.html#setPen">setPen</a>( oldPen ); break; } case PE_ScrollBarAddLine: @@ -1118,147 +1118,147 @@ void NorwegianWoodStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="q drawSemicircleButton( p, r, PointUp, flags & Style_Down, cg ); break; default: - <a href="qwindowsstyle.html">TQWindowsStyle</a>::<a href="qstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt ); + <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt ); break; } } -<a name="x259"></a>void NorwegianWoodStyle::<a href="qstyle.html#drawControl">drawControl</a>( ControlElement element, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, +<a name="x259"></a>void NorwegianWoodStyle::<a href="ntqstyle.html#drawControl">drawControl</a>( ControlElement element, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags how, const <a href="qstyleoption.html">TQStyleOption</a>& opt ) const { switch( element ) { case CE_PushButton: { - const <a href="qpushbutton.html">TQPushButton</a> *btn; - btn = ( const <a href="qpushbutton.html">TQPushButton</a> * )widget; + const <a href="ntqpushbutton.html">TQPushButton</a> *btn; + btn = ( const <a href="ntqpushbutton.html">TQPushButton</a> * )widget; <a href="qcolorgroup.html">TQColorGroup</a> myCg( cg ); SFlags flags = Style_Default; -<a name="x189"></a> if ( btn-><a href="qbutton.html#isOn">isOn</a>() ) +<a name="x189"></a> if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) flags |= Style_On; -<a name="x188"></a> if ( btn-><a href="qbutton.html#isDown">isDown</a>() ) +<a name="x188"></a> if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) flags |= Style_Down; - if ( btn-><a href="qbutton.html#isOn">isOn</a>() || btn-><a href="qbutton.html#isDown">isDown</a>() ) + if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() || btn-><a href="ntqbutton.html#isDown">isDown</a>() ) flags |= Style_Sunken; -<a name="x233"></a> if ( btn-><a href="qpushbutton.html#isDefault">isDefault</a>() ) +<a name="x233"></a> if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) flags |= Style_Default; -<a name="x234"></a> if ( ! btn-><a href="qpushbutton.html#isFlat">isFlat</a>() && !(flags & Style_Down) ) +<a name="x234"></a> if ( ! btn-><a href="ntqpushbutton.html#isFlat">isFlat</a>() && !(flags & Style_Down) ) flags |= Style_Raised; int x1, y1, x2, y2; -<a name="x237"></a> r.<a href="qrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); +<a name="x237"></a> r.<a href="ntqrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); - p-><a href="qpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#foreground">foreground</a>() ); -<a name="x219"></a><a name="x196"></a> p-><a href="qpainter.html#setBrush">setBrush</a>( TQBrush( cg.<a href="qcolorgroup.html#button">button</a>(), NoBrush ) ); + p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#foreground">foreground</a>() ); +<a name="x219"></a><a name="x196"></a> p-><a href="ntqpainter.html#setBrush">setBrush</a>( TQBrush( cg.<a href="qcolorgroup.html#button">button</a>(), NoBrush ) ); - <a href="qbrush.html">TQBrush</a> fill; - if ( btn-><a href="qbutton.html#isDown">isDown</a>() ) + <a href="ntqbrush.html">TQBrush</a> fill; + if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) fill = cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ); - else if ( btn-><a href="qbutton.html#isOn">isOn</a>() ) + else if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) <a name="x201"></a> fill = TQBrush( cg.<a href="qcolorgroup.html#mid">mid</a>(), Dense4Pattern ); else fill = cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); <a name="x202"></a> myCg.<a href="qcolorgroup.html#setBrush">setBrush</a>( TQColorGroup::Mid, fill ); - if ( btn-><a href="qpushbutton.html#isDefault">isDefault</a>() ) { + if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) { x1 += 2; y1 += 2; x2 -= 2; y2 -= 2; } - <a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PE_ButtonCommand, p, + <a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ButtonCommand, p, TQRect( x1, y1, x2 - x1 + 1, y2 - y1 + 1), myCg, flags, opt ); - if ( btn-><a href="qpushbutton.html#isDefault">isDefault</a>() ) { - <a href="qpen.html">TQPen</a> pen( TQt::black, 4 ); -<a name="x226"></a> pen.<a href="qpen.html#setCapStyle">setCapStyle</a>( TQt::RoundCap ); -<a name="x227"></a> pen.<a href="qpen.html#setJoinStyle">setJoinStyle</a>( TQt::RoundJoin ); - p-><a href="qpainter.html#setPen">setPen</a>( pen ); + if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) { + <a href="ntqpen.html">TQPen</a> pen( TQt::black, 4 ); +<a name="x226"></a> pen.<a href="ntqpen.html#setCapStyle">setCapStyle</a>( TQt::RoundCap ); +<a name="x227"></a> pen.<a href="ntqpen.html#setJoinStyle">setJoinStyle</a>( TQt::RoundJoin ); + p-><a href="ntqpainter.html#setPen">setPen</a>( pen ); drawroundrect( p, x1 - 1, y1 - 1, x2 - x1 + 3, y2 - y1 + 3, 8 ); } -<a name="x235"></a> if ( btn-><a href="qpushbutton.html#isMenuButton">isMenuButton</a>() ) { +<a name="x235"></a> if ( btn-><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() ) { int dx = ( y1 - y2 - 4 ) / 3; // reset the flags flags = Style_Default; -<a name="x252"></a> if ( btn-><a href="qwidget.html#isEnabled">isEnabled</a>() ) +<a name="x252"></a> if ( btn-><a href="ntqwidget.html#isEnabled">isEnabled</a>() ) flags |= Style_Enabled; - <a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, + <a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, TQRect( x2 - dx, dx, y1, y2 - y1), myCg, flags, opt ); } -<a name="x212"></a> if ( p-><a href="qpainter.html#brush">brush</a>().style() != NoBrush ) - p-><a href="qpainter.html#setBrush">setBrush</a>( NoBrush ); +<a name="x212"></a> if ( p-><a href="ntqpainter.html#brush">brush</a>().style() != NoBrush ) + p-><a href="ntqpainter.html#setBrush">setBrush</a>( NoBrush ); break; } case CE_PushButtonLabel: { - const <a href="qpushbutton.html">TQPushButton</a> *btn; - btn = (const <a href="qpushbutton.html">TQPushButton</a>*)widget; + const <a href="ntqpushbutton.html">TQPushButton</a> *btn; + btn = (const <a href="ntqpushbutton.html">TQPushButton</a>*)widget; int x, y, w, h; - r.<a href="qrect.html#rect">rect</a>( &x, &y, &w, &h ); + r.<a href="ntqrect.html#rect">rect</a>( &x, &y, &w, &h ); int x1, y1, x2, y2; - r.<a href="qrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); + r.<a href="ntqrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); int dx = 0; int dy = 0; - if ( btn-><a href="qpushbutton.html#isMenuButton">isMenuButton</a>() ) + if ( btn-><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() ) dx = ( y2 - y1 ) / 3; if ( dx || dy ) -<a name="x223"></a> p-><a href="qpainter.html#translate">translate</a>( dx, dy ); +<a name="x223"></a> p-><a href="ntqpainter.html#translate">translate</a>( dx, dy ); x += 2; y += 2; w -= 4; h -= 4; - <a href="qstyle.html#drawItem">drawItem</a>( p, TQRect( x, y, w, h ), + <a href="ntqstyle.html#drawItem">drawItem</a>( p, TQRect( x, y, w, h ), AlignCenter | ShowPrefix, - cg, btn-><a href="qwidget.html#isEnabled">isEnabled</a>(), -<a name="x191"></a><a name="x190"></a> btn-><a href="qbutton.html#pixmap">pixmap</a>(), btn-><a href="qbutton.html#text">text</a>(), -1, -<a name="x194"></a> (btn-><a href="qbutton.html#isDown">isDown</a>() || btn-><a href="qbutton.html#isOn">isOn</a>()) ? &cg.<a href="qcolorgroup.html#brightText">brightText</a>() + cg, btn-><a href="ntqwidget.html#isEnabled">isEnabled</a>(), +<a name="x191"></a><a name="x190"></a> btn-><a href="ntqbutton.html#pixmap">pixmap</a>(), btn-><a href="ntqbutton.html#text">text</a>(), -1, +<a name="x194"></a> (btn-><a href="ntqbutton.html#isDown">isDown</a>() || btn-><a href="ntqbutton.html#isOn">isOn</a>()) ? &cg.<a href="qcolorgroup.html#brightText">brightText</a>() <a name="x197"></a> : &cg.<a href="qcolorgroup.html#buttonText">buttonText</a>() ); if ( dx || dy ) - p-><a href="qpainter.html#translate">translate</a>( -dx, -dy ); + p-><a href="ntqpainter.html#translate">translate</a>( -dx, -dy ); break; } default: - <a href="qwindowsstyle.html">TQWindowsStyle</a>::<a href="qstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt ); + <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="ntqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt ); break; } } -<a name="x205"></a>void NorwegianWoodStyle::<a href="qstyle.html#drawControlMask">drawControlMask</a>( ControlElement element, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, +<a name="x205"></a>void NorwegianWoodStyle::<a href="ntqstyle.html#drawControlMask">drawControlMask</a>( ControlElement element, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qstyleoption.html">TQStyleOption</a>& opt ) const { switch( element ) { case CE_PushButton: { -<a name="x244"></a><a name="x238"></a> int d = TQMIN( r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>() ) / 2; - p-><a href="qpainter.html#setPen">setPen</a>( color1 ); - p-><a href="qpainter.html#setBrush">setBrush</a>( color1 ); -<a name="x246"></a><a name="x245"></a> drawroundrect( p, r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>(), d ); +<a name="x244"></a><a name="x238"></a> int d = TQMIN( r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>() ) / 2; + p-><a href="ntqpainter.html#setPen">setPen</a>( color1 ); + p-><a href="ntqpainter.html#setBrush">setBrush</a>( color1 ); +<a name="x246"></a><a name="x245"></a> drawroundrect( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), d ); break; } default: - <a href="qwindowsstyle.html">TQWindowsStyle</a>::<a href="qstyle.html#drawControlMask">drawControlMask</a>( element, p, widget, r, opt ); + <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="ntqstyle.html#drawControlMask">drawControlMask</a>( element, p, widget, r, opt ); break; } } -<a name="x258"></a>void NorwegianWoodStyle::<a href="qstyle.html#drawComplexControl">drawComplexControl</a>( ComplexControl cc, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, +<a name="x258"></a>void NorwegianWoodStyle::<a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>( ComplexControl cc, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags how, SCFlags sub, @@ -1268,87 +1268,87 @@ void NorwegianWoodStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="q switch( cc ) { case CC_ComboBox: { - const <a href="qcombobox.html">TQComboBox</a> *cmb; - cmb = (const <a href="qcombobox.html">TQComboBox</a>*)widget; + const <a href="ntqcombobox.html">TQComboBox</a> *cmb; + cmb = (const <a href="ntqcombobox.html">TQComboBox</a>*)widget; int awh, ax, ay, sh, sy, dh, ew; - get_combo_parameters( <a href="qstyle.html#subRect">subRect</a>(SR_PushButtonContents, widget), + get_combo_parameters( <a href="ntqstyle.html#subRect">subRect</a>(SR_PushButtonContents, widget), ew, awh, ax, ay, sh, dh, sy ); - <a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PE_ButtonCommand, p, r, cg, Style_Raised, opt ); - <a href="qstyle.html">TQStyle</a> *mstyle = TQStyleFactory::<a href="qstylefactory.html#create">create</a>( "Motif" ); + <a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ButtonCommand, p, r, cg, Style_Raised, opt ); + <a href="ntqstyle.html">TQStyle</a> *mstyle = TQStyleFactory::<a href="ntqstylefactory.html#create">create</a>( "Motif" ); if ( mstyle ) - mstyle-><a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, + mstyle-><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, TQRect(ax, ay, awh, awh), cg, how, opt ); else - <a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, + <a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, TQRect(ax, ay, awh, awh), cg, how, opt ); - <a href="qpen.html">TQPen</a> oldPen = p-><a href="qpainter.html#pen">pen</a>(); - p-><a href="qpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#light">light</a>() ); -<a name="x214"></a> p-><a href="qpainter.html#drawLine">drawLine</a>( ax, sy, ax + awh - 1, sy ); - p-><a href="qpainter.html#drawLine">drawLine</a>( ax, sy, ax, sy + sh - 1 ); - p-><a href="qpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#dark">dark</a>() ); - p-><a href="qpainter.html#drawLine">drawLine</a>( ax + 1, sy + sh - 1, ax + awh - 1, sy + sh - 1 ); - p-><a href="qpainter.html#drawLine">drawLine</a>( ax + awh - 1, sy + 1, ax + awh - 1, sy + sh - 1 ); - p-><a href="qpainter.html#setPen">setPen</a>( oldPen ); - - if ( cmb-><a href="qcombobox.html#editable">editable</a>() ) { - <a href="qrect.html">TQRect</a> r( <a href="qstyle.html#querySubControlMetrics">querySubControlMetrics</a>(CC_ComboBox, widget, + <a href="ntqpen.html">TQPen</a> oldPen = p-><a href="ntqpainter.html#pen">pen</a>(); + p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#light">light</a>() ); +<a name="x214"></a> p-><a href="ntqpainter.html#drawLine">drawLine</a>( ax, sy, ax + awh - 1, sy ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( ax, sy, ax, sy + sh - 1 ); + p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#dark">dark</a>() ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( ax + 1, sy + sh - 1, ax + awh - 1, sy + sh - 1 ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( ax + awh - 1, sy + 1, ax + awh - 1, sy + sh - 1 ); + p-><a href="ntqpainter.html#setPen">setPen</a>( oldPen ); + + if ( cmb-><a href="ntqcombobox.html#editable">editable</a>() ) { + <a href="ntqrect.html">TQRect</a> r( <a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>(CC_ComboBox, widget, SC_ComboBoxEditField, opt) ); - <a href="qpainter.html#qDrawShadePanel">qDrawShadePanel</a>( p, r, cg, TRUE, 1, + <a href="ntqpainter.html#qDrawShadePanel">qDrawShadePanel</a>( p, r, cg, TRUE, 1, &cg.<a href="qcolorgroup.html#brush">brush</a>(TQColorGroup::Button) ); } break; } default: - <a href="qwindowsstyle.html">TQWindowsStyle</a>::<a href="qstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, + <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, sub, subActive, opt ); break; } } -<a name="x204"></a>void NorwegianWoodStyle::<a href="qstyle.html#drawComplexControlMask">drawComplexControlMask</a>( ComplexControl control, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, +<a name="x204"></a>void NorwegianWoodStyle::<a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>( ComplexControl control, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qstyleoption.html">TQStyleOption</a>& opt ) const { switch ( control ) { case CC_ComboBox: { - int d = TQMIN( r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>() ) / 2; - p-><a href="qpainter.html#setPen">setPen</a>( color1 ); - p-><a href="qpainter.html#setBrush">setBrush</a>( color1 ); - drawroundrect( p, r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>(), d ); + int d = TQMIN( r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>() ) / 2; + p-><a href="ntqpainter.html#setPen">setPen</a>( color1 ); + p-><a href="ntqpainter.html#setBrush">setBrush</a>( color1 ); + drawroundrect( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), d ); break; } default: - <a href="qwindowsstyle.html">TQWindowsStyle</a>::<a href="qstyle.html#drawComplexControlMask">drawComplexControlMask</a>( control, p, widget, r, opt ); + <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>( control, p, widget, r, opt ); break; } } -<a name="x206"></a>TQRect NorwegianWoodStyle::<a href="qstyle.html#querySubControlMetrics">querySubControlMetrics</a>( ComplexControl control, - const <a href="qwidget.html">TQWidget</a> *widget, +<a name="x206"></a>TQRect NorwegianWoodStyle::<a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>( ComplexControl control, + const <a href="ntqwidget.html">TQWidget</a> *widget, SubControl sc, const <a href="qstyleoption.html">TQStyleOption</a>& opt ) const { - <a href="qrect.html">TQRect</a> rect; + <a href="ntqrect.html">TQRect</a> rect; switch ( control ) { case CC_ComboBox: { switch( sc ) { case SC_ComboBoxEditField: { - rect = <a href="qstyle.html#subRect">subRect</a>( SR_PushButtonContents, widget ); - int ew = get_combo_extra_width( rect.<a href="qrect.html#height">height</a>(), 0 ); -<a name="x242"></a> rect.<a href="qrect.html#setRect">setRect</a>( rect.<a href="qrect.html#x">x</a>() + 1, rect.<a href="qrect.html#y">y</a>() + 1, - rect.<a href="qrect.html#width">width</a>() - 2 - ew, rect.<a href="qrect.html#height">height</a>() - 2 ); + rect = <a href="ntqstyle.html#subRect">subRect</a>( SR_PushButtonContents, widget ); + int ew = get_combo_extra_width( rect.<a href="ntqrect.html#height">height</a>(), 0 ); +<a name="x242"></a> rect.<a href="ntqrect.html#setRect">setRect</a>( rect.<a href="ntqrect.html#x">x</a>() + 1, rect.<a href="ntqrect.html#y">y</a>() + 1, + rect.<a href="ntqrect.html#width">width</a>() - 2 - ew, rect.<a href="ntqrect.html#height">height</a>() - 2 ); break; } default: - rect = TQWindowsStyle::<a href="qstyle.html#querySubControlMetrics">querySubControlMetrics</a>( control, widget, + rect = TQWindowsStyle::<a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>( control, widget, sc, opt ); break; } @@ -1356,97 +1356,97 @@ void NorwegianWoodStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="q } case CC_ScrollBar: { - const <a href="qscrollbar.html">TQScrollBar</a>* sb; - sb = (const <a href="qscrollbar.html">TQScrollBar</a>*)widget; - bool horz = sb-><a href="qscrollbar.html#orientation">orientation</a>() == TQScrollBar::Horizontal; + const <a href="ntqscrollbar.html">TQScrollBar</a>* sb; + sb = (const <a href="ntqscrollbar.html">TQScrollBar</a>*)widget; + bool horz = sb-><a href="ntqscrollbar.html#orientation">orientation</a>() == TQScrollBar::Horizontal; int b = 2; -<a name="x257"></a> int w = horz ? sb-><a href="qwidget.html#height">height</a>() : sb-><a href="qwidget.html#width">width</a>(); +<a name="x257"></a> int w = horz ? sb-><a href="ntqwidget.html#height">height</a>() : sb-><a href="ntqwidget.html#width">width</a>(); switch ( sc ) { case SC_ScrollBarAddLine: - rect.<a href="qrect.html#setRect">setRect</a>( b, b, w - 2 * b, w - 2 * b ); + rect.<a href="ntqrect.html#setRect">setRect</a>( b, b, w - 2 * b, w - 2 * b ); if ( horz ) -<a name="x239"></a> rect.<a href="qrect.html#moveBy">moveBy</a>( sb-><a href="qwidget.html#width">width</a>() - w, 0 ); +<a name="x239"></a> rect.<a href="ntqrect.html#moveBy">moveBy</a>( sb-><a href="ntqwidget.html#width">width</a>() - w, 0 ); else - rect.<a href="qrect.html#moveBy">moveBy</a>( 0, sb-><a href="qwidget.html#height">height</a>() - w ); + rect.<a href="ntqrect.html#moveBy">moveBy</a>( 0, sb-><a href="ntqwidget.html#height">height</a>() - w ); break; case SC_ScrollBarSubLine: - rect.<a href="qrect.html#setRect">setRect</a>( b, b, w - 2 * b, w - 2 * b ); + rect.<a href="ntqrect.html#setRect">setRect</a>( b, b, w - 2 * b, w - 2 * b ); break; default: - rect = TQWindowsStyle::<a href="qstyle.html#querySubControlMetrics">querySubControlMetrics</a>( control, widget, + rect = TQWindowsStyle::<a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>( control, widget, sc, opt ); break; } break; } default: - rect = TQWindowsStyle::<a href="qstyle.html#querySubControlMetrics">querySubControlMetrics</a>( control, widget, + rect = TQWindowsStyle::<a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>( control, widget, sc, opt ); break; } return rect; } -<a name="x262"></a>TQRect NorwegianWoodStyle::<a href="qstyle.html#subRect">subRect</a>( SubRect sr, const <a href="qwidget.html">TQWidget</a> * widget ) const +<a name="x262"></a>TQRect NorwegianWoodStyle::<a href="ntqstyle.html#subRect">subRect</a>( SubRect sr, const <a href="ntqwidget.html">TQWidget</a> * widget ) const { - <a href="qrect.html">TQRect</a> r; + <a href="ntqrect.html">TQRect</a> r; switch ( sr ) { case SR_PushButtonContents: { - const <a href="qpushbutton.html">TQPushButton</a> *btn; - btn = (const <a href="qpushbutton.html">TQPushButton</a>*)widget; -<a name="x254"></a> r = btn-><a href="qwidget.html#rect">rect</a>(); - int d = TQMIN( r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>() ) / 2; + const <a href="ntqpushbutton.html">TQPushButton</a> *btn; + btn = (const <a href="ntqpushbutton.html">TQPushButton</a>*)widget; +<a name="x254"></a> r = btn-><a href="ntqwidget.html#rect">rect</a>(); + int d = TQMIN( r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>() ) / 2; int b = buttonthickness( d ); d -= b; b++; - if ( r.<a href="qrect.html#width">width</a>() < r.<a href="qrect.html#height">height</a>() ) - r.<a href="qrect.html#setRect">setRect</a>( r.<a href="qrect.html#x">x</a>() + b, r.<a href="qrect.html#y">y</a>() + d, - r.<a href="qrect.html#width">width</a>() - 2 * b, r.<a href="qrect.html#height">height</a>() - 2 * d ); + if ( r.<a href="ntqrect.html#width">width</a>() < r.<a href="ntqrect.html#height">height</a>() ) + r.<a href="ntqrect.html#setRect">setRect</a>( r.<a href="ntqrect.html#x">x</a>() + b, r.<a href="ntqrect.html#y">y</a>() + d, + r.<a href="ntqrect.html#width">width</a>() - 2 * b, r.<a href="ntqrect.html#height">height</a>() - 2 * d ); else - r.<a href="qrect.html#setRect">setRect</a>( r.<a href="qrect.html#x">x</a>() + d, r.<a href="qrect.html#y">y</a>() + b, - r.<a href="qrect.html#width">width</a>() - 2 * d, r.<a href="qrect.html#height">height</a>() - 2 * b ); + r.<a href="ntqrect.html#setRect">setRect</a>( r.<a href="ntqrect.html#x">x</a>() + d, r.<a href="ntqrect.html#y">y</a>() + b, + r.<a href="ntqrect.html#width">width</a>() - 2 * d, r.<a href="ntqrect.html#height">height</a>() - 2 * b ); break; } case SR_ComboBoxFocusRect: { - r = <a href="qstyle.html#subRect">subRect</a>( SR_PushButtonContents, widget ); - int ew = get_combo_extra_width( r.<a href="qrect.html#height">height</a>() ); - r.<a href="qrect.html#setRect">setRect</a>( r.<a href="qrect.html#x">x</a>() + 1, r.<a href="qrect.html#y">y</a>() + 1, r.<a href="qrect.html#width">width</a>() - 2 - ew, - r.<a href="qrect.html#height">height</a>() - 2 ); + r = <a href="ntqstyle.html#subRect">subRect</a>( SR_PushButtonContents, widget ); + int ew = get_combo_extra_width( r.<a href="ntqrect.html#height">height</a>() ); + r.<a href="ntqrect.html#setRect">setRect</a>( r.<a href="ntqrect.html#x">x</a>() + 1, r.<a href="ntqrect.html#y">y</a>() + 1, r.<a href="ntqrect.html#width">width</a>() - 2 - ew, + r.<a href="ntqrect.html#height">height</a>() - 2 ); break; } default: - r = TQWindowsStyle::<a href="qstyle.html#subRect">subRect</a>( sr, widget ); + r = TQWindowsStyle::<a href="ntqstyle.html#subRect">subRect</a>( sr, widget ); break; } return r; } -static void drawroundrect( <a href="qpainter.html">TQPainter</a> *p, TQCOORD x, TQCOORD y, +static void drawroundrect( <a href="ntqpainter.html">TQPainter</a> *p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h, TQCOORD d ) { int rx = (200*d)/w; int ry = (200*d)/h; -<a name="x215"></a> p-><a href="qpainter.html#drawRoundRect">drawRoundRect</a>( x, y, w, h, rx, ry ); +<a name="x215"></a> p-><a href="ntqpainter.html#drawRoundRect">drawRoundRect</a>( x, y, w, h, rx, ry ); } -static TQRegion roundRectRegion( const <a href="qrect.html">TQRect</a>& g, int r ) +static TQRegion roundRectRegion( const <a href="ntqrect.html">TQRect</a>& g, int r ) { - <a href="qpointarray.html">TQPointArray</a> a; -<a name="x241"></a> a.setPoints( 8, g.<a href="qrect.html#x">x</a>()+r, g.<a href="qrect.html#y">y</a>(), g.<a href="qrect.html#right">right</a>()-r, g.<a href="qrect.html#y">y</a>(), -<a name="x236"></a> g.<a href="qrect.html#right">right</a>(), g.<a href="qrect.html#y">y</a>()+r, g.<a href="qrect.html#right">right</a>(), g.<a href="qrect.html#bottom">bottom</a>()-r, - g.<a href="qrect.html#right">right</a>()-r, g.<a href="qrect.html#bottom">bottom</a>(), g.<a href="qrect.html#x">x</a>()+r, g.<a href="qrect.html#bottom">bottom</a>(), - g.<a href="qrect.html#x">x</a>(), g.<a href="qrect.html#bottom">bottom</a>()-r, g.<a href="qrect.html#x">x</a>(), g.<a href="qrect.html#y">y</a>()+r ); - <a href="qregion.html">TQRegion</a> reg( a ); + <a href="ntqpointarray.html">TQPointArray</a> a; +<a name="x241"></a> a.setPoints( 8, g.<a href="ntqrect.html#x">x</a>()+r, g.<a href="ntqrect.html#y">y</a>(), g.<a href="ntqrect.html#right">right</a>()-r, g.<a href="ntqrect.html#y">y</a>(), +<a name="x236"></a> g.<a href="ntqrect.html#right">right</a>(), g.<a href="ntqrect.html#y">y</a>()+r, g.<a href="ntqrect.html#right">right</a>(), g.<a href="ntqrect.html#bottom">bottom</a>()-r, + g.<a href="ntqrect.html#right">right</a>()-r, g.<a href="ntqrect.html#bottom">bottom</a>(), g.<a href="ntqrect.html#x">x</a>()+r, g.<a href="ntqrect.html#bottom">bottom</a>(), + g.<a href="ntqrect.html#x">x</a>(), g.<a href="ntqrect.html#bottom">bottom</a>()-r, g.<a href="ntqrect.html#x">x</a>(), g.<a href="ntqrect.html#y">y</a>()+r ); + <a href="ntqregion.html">TQRegion</a> reg( a ); int d = r*2-1; - reg += TQRegion( g.<a href="qrect.html#x">x</a>(),g.<a href="qrect.html#y">y</a>(),r*2,r*2, TQRegion::Ellipse ); - reg += TQRegion( g.<a href="qrect.html#right">right</a>()-d,g.<a href="qrect.html#y">y</a>(),r*2,r*2, TQRegion::Ellipse ); - reg += TQRegion( g.<a href="qrect.html#x">x</a>(),g.<a href="qrect.html#bottom">bottom</a>()-d,r*2,r*2, TQRegion::Ellipse ); - reg += TQRegion( g.<a href="qrect.html#right">right</a>()-d,g.<a href="qrect.html#bottom">bottom</a>()-d,r*2,r*2, TQRegion::Ellipse ); + reg += TQRegion( g.<a href="ntqrect.html#x">x</a>(),g.<a href="ntqrect.html#y">y</a>(),r*2,r*2, TQRegion::Ellipse ); + reg += TQRegion( g.<a href="ntqrect.html#right">right</a>()-d,g.<a href="ntqrect.html#y">y</a>(),r*2,r*2, TQRegion::Ellipse ); + reg += TQRegion( g.<a href="ntqrect.html#x">x</a>(),g.<a href="ntqrect.html#bottom">bottom</a>()-d,r*2,r*2, TQRegion::Ellipse ); + reg += TQRegion( g.<a href="ntqrect.html#right">right</a>()-d,g.<a href="ntqrect.html#bottom">bottom</a>()-d,r*2,r*2, TQRegion::Ellipse ); return reg; } @@ -1469,83 +1469,83 @@ static int get_combo_extra_width( int h, int *return_awh ) } -static void get_combo_parameters( const <a href="qrect.html">TQRect</a> &r, +static void get_combo_parameters( const <a href="ntqrect.html">TQRect</a> &r, int &ew, int &awh, int &ax, int &ay, int &sh, int &dh, int &sy ) { - ew = get_combo_extra_width( r.<a href="qrect.html#height">height</a>(), &awh ); + ew = get_combo_extra_width( r.<a href="ntqrect.html#height">height</a>(), &awh ); sh = (awh+3)/4; if ( sh < 3 ) sh = 3; dh = sh/2 + 1; - ay = r.<a href="qrect.html#y">y</a>() + (r.<a href="qrect.html#height">height</a>()-awh-sh-dh)/2; + ay = r.<a href="ntqrect.html#y">y</a>() + (r.<a href="ntqrect.html#height">height</a>()-awh-sh-dh)/2; if ( ay < 0 ) { //panic mode ay = 0; - sy = r.<a href="qrect.html#height">height</a>(); + sy = r.<a href="ntqrect.html#height">height</a>(); } else { sy = ay+awh+dh; } - ax = r.<a href="qrect.html#x">x</a>() + r.<a href="qrect.html#width">width</a>() - ew +(ew-awh)/2; + ax = r.<a href="ntqrect.html#x">x</a>() + r.<a href="ntqrect.html#width">width</a>() - ew +(ew-awh)/2; } static inline int buttonthickness( int d ) { return d > 20 ? 5 : ( d < 10 ? 2: 3 ); } -void <a name="f226"></a>NorwegianWoodStyle::drawSemicircleButton( <a href="qpainter.html">TQPainter</a> *p, const <a href="qrect.html">TQRect</a> &r, +void <a name="f226"></a>NorwegianWoodStyle::drawSemicircleButton( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="ntqrect.html">TQRect</a> &r, int dir, bool sunken, const <a href="qcolorgroup.html">TQColorGroup</a> &g ) const { - int b = <a href="qstyle.html#pixelMetric">pixelMetric</a>( PM_ScrollBarExtent ) > 20 ? 3 : 2; + int b = <a href="ntqstyle.html#pixelMetric">pixelMetric</a>( PM_ScrollBarExtent ) > 20 ? 3 : 2; - <a href="qregion.html">TQRegion</a> extrn( r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>(), TQRegion::Ellipse ); - <a href="qregion.html">TQRegion</a> intern( r.<a href="qrect.html#x">x</a>()+b, r.<a href="qrect.html#y">y</a>()+b, r.<a href="qrect.html#width">width</a>()-2*b, r.<a href="qrect.html#height">height</a>()-2*b, TQRegion::Ellipse ); - int w2 = r.<a href="qrect.html#width">width</a>()/2; - int h2 = r.<a href="qrect.html#height">height</a>()/2; + <a href="ntqregion.html">TQRegion</a> extrn( r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), TQRegion::Ellipse ); + <a href="ntqregion.html">TQRegion</a> intern( r.<a href="ntqrect.html#x">x</a>()+b, r.<a href="ntqrect.html#y">y</a>()+b, r.<a href="ntqrect.html#width">width</a>()-2*b, r.<a href="ntqrect.html#height">height</a>()-2*b, TQRegion::Ellipse ); + int w2 = r.<a href="ntqrect.html#width">width</a>()/2; + int h2 = r.<a href="ntqrect.html#height">height</a>()/2; int bug = 1; //off-by-one somewhere!!!??? switch( dir ) { case PointRight: - extrn += TQRegion( r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), w2, r.<a href="qrect.html#height">height</a>() ); - intern += TQRegion( r.<a href="qrect.html#x">x</a>()+b,r.<a href="qrect.html#y">y</a>()+b, w2-2*b, r.<a href="qrect.html#height">height</a>()-2*b ); + extrn += TQRegion( r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), w2, r.<a href="ntqrect.html#height">height</a>() ); + intern += TQRegion( r.<a href="ntqrect.html#x">x</a>()+b,r.<a href="ntqrect.html#y">y</a>()+b, w2-2*b, r.<a href="ntqrect.html#height">height</a>()-2*b ); break; case PointLeft: - extrn += TQRegion( r.<a href="qrect.html#x">x</a>()+w2, r.<a href="qrect.html#y">y</a>(), w2, r.<a href="qrect.html#height">height</a>() ); - intern += TQRegion( r.<a href="qrect.html#x">x</a>()+w2+b,r.<a href="qrect.html#y">y</a>()+b, w2-2*b, r.<a href="qrect.html#height">height</a>()-2*b ); + extrn += TQRegion( r.<a href="ntqrect.html#x">x</a>()+w2, r.<a href="ntqrect.html#y">y</a>(), w2, r.<a href="ntqrect.html#height">height</a>() ); + intern += TQRegion( r.<a href="ntqrect.html#x">x</a>()+w2+b,r.<a href="ntqrect.html#y">y</a>()+b, w2-2*b, r.<a href="ntqrect.html#height">height</a>()-2*b ); break; case PointUp: - extrn += TQRegion( r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>()+h2, r.<a href="qrect.html#width">width</a>(), h2 ); - intern += TQRegion( r.<a href="qrect.html#x">x</a>()+b,r.<a href="qrect.html#y">y</a>()+h2+b, r.<a href="qrect.html#width">width</a>()-2*b-bug, h2-2*b-bug ); + extrn += TQRegion( r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>()+h2, r.<a href="ntqrect.html#width">width</a>(), h2 ); + intern += TQRegion( r.<a href="ntqrect.html#x">x</a>()+b,r.<a href="ntqrect.html#y">y</a>()+h2+b, r.<a href="ntqrect.html#width">width</a>()-2*b-bug, h2-2*b-bug ); break; case PointDown: - extrn += TQRegion( r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), h2 ); - intern += TQRegion( r.<a href="qrect.html#x">x</a>()+b,r.<a href="qrect.html#y">y</a>()+b, r.<a href="qrect.html#width">width</a>()-2*b-bug, h2-2*b-bug ); + extrn += TQRegion( r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), h2 ); + intern += TQRegion( r.<a href="ntqrect.html#x">x</a>()+b,r.<a href="ntqrect.html#y">y</a>()+b, r.<a href="ntqrect.html#width">width</a>()-2*b-bug, h2-2*b-bug ); break; } extrn = extrn - intern; - <a href="qpointarray.html">TQPointArray</a> a; -<a name="x243"></a> a.setPoints( 3, r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#bottom">bottom</a>(), r.<a href="qrect.html#right">right</a>(), r.<a href="qrect.html#top">top</a>() ); + <a href="ntqpointarray.html">TQPointArray</a> a; +<a name="x243"></a> a.setPoints( 3, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#bottom">bottom</a>(), r.<a href="ntqrect.html#right">right</a>(), r.<a href="ntqrect.html#top">top</a>() ); -<a name="x213"></a> <a href="qregion.html">TQRegion</a> oldClip = p-><a href="qpainter.html#clipRegion">clipRegion</a>(); -<a name="x217"></a> bool bReallyClip = p-><a href="qpainter.html#hasClipping">hasClipping</a>(); // clip only if we really want. - p-><a href="qpainter.html#setClipRegion">setClipRegion</a>( intern ); - p-><a href="qpainter.html#fillRect">fillRect</a>( r, g.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Button ) ); +<a name="x213"></a> <a href="ntqregion.html">TQRegion</a> oldClip = p-><a href="ntqpainter.html#clipRegion">clipRegion</a>(); +<a name="x217"></a> bool bReallyClip = p-><a href="ntqpainter.html#hasClipping">hasClipping</a>(); // clip only if we really want. + p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( intern ); + p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, g.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Button ) ); - p-><a href="qpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a)&extrn ); - p-><a href="qpainter.html#fillRect">fillRect</a>( r, sunken ? g.<a href="qcolorgroup.html#dark">dark</a>() : g.<a href="qcolorgroup.html#light">light</a>() ); + p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a)&extrn ); + p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, sunken ? g.<a href="qcolorgroup.html#dark">dark</a>() : g.<a href="qcolorgroup.html#light">light</a>() ); - a.setPoints( 3, r.<a href="qrect.html#right">right</a>(), r.<a href="qrect.html#bottom">bottom</a>(), r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#bottom">bottom</a>(), - r.<a href="qrect.html#right">right</a>(), r.<a href="qrect.html#top">top</a>() ); - p-><a href="qpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a) & extrn ); - p-><a href="qpainter.html#fillRect">fillRect</a>( r, sunken ? g.<a href="qcolorgroup.html#light">light</a>() : g.<a href="qcolorgroup.html#dark">dark</a>() ); + a.setPoints( 3, r.<a href="ntqrect.html#right">right</a>(), r.<a href="ntqrect.html#bottom">bottom</a>(), r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#bottom">bottom</a>(), + r.<a href="ntqrect.html#right">right</a>(), r.<a href="ntqrect.html#top">top</a>() ); + p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( TQRegion(a) & extrn ); + p-><a href="ntqpainter.html#fillRect">fillRect</a>( r, sunken ? g.<a href="qcolorgroup.html#light">light</a>() : g.<a href="qcolorgroup.html#dark">dark</a>() ); - p-><a href="qpainter.html#setClipRegion">setClipRegion</a>( oldClip ); - p-><a href="qpainter.html#setClipping">setClipping</a>( bReallyClip ); + p-><a href="ntqpainter.html#setClipRegion">setClipRegion</a>( oldClip ); + p-><a href="ntqpainter.html#setClipping">setClipping</a>( bReallyClip ); } #endif @@ -1571,56 +1571,56 @@ void <a name="f226"></a>NorwegianWoodStyle::drawSemicircleButton( <a href="qpain #define METAL_H -#include <<a href="qpalette-h.html">qpalette.h</a>> +#include <<a href="qpalette-h.html">ntqpalette.h</a>> #ifndef QT_NO_STYLE_WINDOWS -#include <<a href="qwindowsstyle-h.html">qwindowsstyle.h</a>> +#include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>> -class MetalStyle : public <a href="qwindowsstyle.html">TQWindowsStyle</a> +class MetalStyle : public <a href="ntqwindowsstyle.html">TQWindowsStyle</a> { public: MetalStyle(); - void polish( <a href="qapplication.html">TQApplication</a>*); - void unPolish( <a href="qapplication.html">TQApplication</a>*); - void polish( <a href="qwidget.html">TQWidget</a>* ); - void unPolish( <a href="qwidget.html">TQWidget</a>* ); + void polish( <a href="ntqapplication.html">TQApplication</a>*); + void unPolish( <a href="ntqapplication.html">TQApplication</a>*); + void polish( <a href="ntqwidget.html">TQWidget</a>* ); + void unPolish( <a href="ntqwidget.html">TQWidget</a>* ); void drawPrimitive( PrimitiveElement pe, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qrect.html">TQRect</a> &r, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags flags = Style_Default, const <a href="qstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default) const; void drawControl( ControlElement element, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags how = Style_Default, const <a href="qstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; void drawComplexControl( ComplexControl cc, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags how = Style_Default, SCFlags sub = SC_All, SCFlags subActive = SC_None, const <a href="qstyleoption.html">TQStyleOption</a>& = TQStyleOption::Default ) const; - int pixelMetric( PixelMetric, const <a href="qwidget.html">TQWidget</a> * ) const; + int pixelMetric( PixelMetric, const <a href="ntqwidget.html">TQWidget</a> * ) const; private: - void drawMetalFrame( <a href="qpainter.html">TQPainter</a> *p, int x, int y, int w, int h ) const; - void drawMetalGradient( <a href="qpainter.html">TQPainter</a> *p, int x, int y, int w, int h, + void drawMetalFrame( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h ) const; + void drawMetalGradient( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, bool sunken, bool horz, bool flat=FALSE ) const; - void drawMetalButton( <a href="qpainter.html">TQPainter</a> *p, int x, int y, int w, int h, + void drawMetalButton( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, bool sunken, bool horz, bool flat=FALSE ) const; - <a href="qpalette.html">TQPalette</a> oldPalette; + <a href="ntqpalette.html">TQPalette</a> oldPalette; }; #endif @@ -1644,20 +1644,20 @@ private: #ifndef QT_NO_STYLE_WINDOWS -#include "qapplication.h" -#include "qcombobox.h" -#include "qpainter.h" -#include "qdrawutil.h" // for now -#include "qpixmap.h" // for now -#include "qpalette.h" // for now -#include "qwidget.h" -#include "qlabel.h" -#include "qimage.h" -#include "qpushbutton.h" -#include "qwidget.h" -#include "qrangecontrol.h" -#include "qscrollbar.h" -#include "qslider.h" +#include "ntqapplication.h" +#include "ntqcombobox.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" // for now +#include "ntqpixmap.h" // for now +#include "ntqpalette.h" // for now +#include "ntqwidget.h" +#include "ntqlabel.h" +#include "ntqimage.h" +#include "ntqpushbutton.h" +#include "ntqwidget.h" +#include "ntqrangecontrol.h" +#include "ntqscrollbar.h" +#include "ntqslider.h" #include <limits.h> @@ -1669,119 +1669,119 @@ private: -<a name="f227"></a>MetalStyle::MetalStyle() : <a href="qwindowsstyle.html">TQWindowsStyle</a>() { } +<a name="f227"></a>MetalStyle::MetalStyle() : <a href="ntqwindowsstyle.html">TQWindowsStyle</a>() { } /*! Reimplementation from TQStyle */ -<a name="x314"></a>void MetalStyle::<a href="qstyle.html#polish">polish</a>( <a href="qapplication.html">TQApplication</a> *app) +<a name="x314"></a>void MetalStyle::<a href="ntqstyle.html#polish">polish</a>( <a href="ntqapplication.html">TQApplication</a> *app) { -<a name="x265"></a> oldPalette = app-><a href="qapplication.html#palette">palette</a>(); +<a name="x265"></a> oldPalette = app-><a href="ntqapplication.html#palette">palette</a>(); // we simply create a nice TQColorGroup with a couple of fancy // pixmaps here and apply to it all widgets -<a name="x264"></a> <a href="qfont.html">TQFont</a> f("times", app-><a href="qapplication.html#font">font</a>().pointSize() ); -<a name="x280"></a> f.<a href="qfont.html#setBold">setBold</a>( TRUE ); -<a name="x281"></a> f.<a href="qfont.html#setItalic">setItalic</a>( TRUE ); -<a name="x266"></a> app-><a href="qapplication.html#setFont">setFont</a>( f, TRUE, "TQMenuBar"); - app-><a href="qapplication.html#setFont">setFont</a>( f, TRUE, "TQPopupMenu"); +<a name="x264"></a> <a href="ntqfont.html">TQFont</a> f("times", app-><a href="ntqapplication.html#font">font</a>().pointSize() ); +<a name="x280"></a> f.<a href="ntqfont.html#setBold">setBold</a>( TRUE ); +<a name="x281"></a> f.<a href="ntqfont.html#setItalic">setItalic</a>( TRUE ); +<a name="x266"></a> app-><a href="ntqapplication.html#setFont">setFont</a>( f, TRUE, "TQMenuBar"); + app-><a href="ntqapplication.html#setFont">setFont</a>( f, TRUE, "TQPopupMenu"); // TQPixmap button( stonedark_xpm ); - <a href="qcolor.html">TQColor</a> gold("#B9B9A5A54040"); //same as topgrad below -<a name="x292"></a> <a href="qpixmap.html">TQPixmap</a> button( 1, 1 ); button.<a href="qpixmap.html#fill">fill</a>( gold ); + <a href="ntqcolor.html">TQColor</a> gold("#B9B9A5A54040"); //same as topgrad below +<a name="x292"></a> <a href="ntqpixmap.html">TQPixmap</a> button( 1, 1 ); button.<a href="ntqpixmap.html#fill">fill</a>( gold ); - <a href="qpixmap.html">TQPixmap</a> background(marble_xpm); - <a href="qpixmap.html">TQPixmap</a> dark( 1, 1 ); dark.<a href="qpixmap.html#fill">fill</a>( red.dark() ); - <a href="qpixmap.html">TQPixmap</a> mid( stone1_xpm ); - <a href="qpixmap.html">TQPixmap</a> light( stone1_xpm );//1, 1 ); light.<a href="qpixmap.html#fill">fill</a>( green ); + <a href="ntqpixmap.html">TQPixmap</a> background(marble_xpm); + <a href="ntqpixmap.html">TQPixmap</a> dark( 1, 1 ); dark.<a href="ntqpixmap.html#fill">fill</a>( red.dark() ); + <a href="ntqpixmap.html">TQPixmap</a> mid( stone1_xpm ); + <a href="ntqpixmap.html">TQPixmap</a> light( stone1_xpm );//1, 1 ); light.<a href="ntqpixmap.html#fill">fill</a>( green ); - <a href="qpalette.html">TQPalette</a> op = app-><a href="qapplication.html#palette">palette</a>(); + <a href="ntqpalette.html">TQPalette</a> op = app-><a href="ntqapplication.html#palette">palette</a>(); - <a href="qcolor.html">TQColor</a> backCol( 227,227,227 ); + <a href="ntqcolor.html">TQColor</a> backCol( 227,227,227 ); // TQPalette op(white); -<a name="x290"></a> <a href="qcolorgroup.html">TQColorGroup</a> active (op.<a href="qpalette.html#active">active</a>().foreground(), - TQBrush(op.<a href="qpalette.html#active">active</a>().button(),button), - TQBrush(op.<a href="qpalette.html#active">active</a>().light(), light), - TQBrush(op.<a href="qpalette.html#active">active</a>().dark(), dark), - TQBrush(op.<a href="qpalette.html#active">active</a>().mid(), mid), - op.<a href="qpalette.html#active">active</a>().text(), +<a name="x290"></a> <a href="qcolorgroup.html">TQColorGroup</a> active (op.<a href="ntqpalette.html#active">active</a>().foreground(), + TQBrush(op.<a href="ntqpalette.html#active">active</a>().button(),button), + TQBrush(op.<a href="ntqpalette.html#active">active</a>().light(), light), + TQBrush(op.<a href="ntqpalette.html#active">active</a>().dark(), dark), + TQBrush(op.<a href="ntqpalette.html#active">active</a>().mid(), mid), + op.<a href="ntqpalette.html#active">active</a>().text(), TQt::white, - op.<a href="qpalette.html#active">active</a>().base(),// TQColor(236,182,120), + op.<a href="ntqpalette.html#active">active</a>().base(),// TQColor(236,182,120), TQBrush(backCol, background) ); <a name="x279"></a> active.<a href="qcolorgroup.html#setColor">setColor</a>( TQColorGroup::ButtonText, TQt::white ); active.<a href="qcolorgroup.html#setColor">setColor</a>( TQColorGroup::Shadow, TQt::black ); -<a name="x291"></a> <a href="qcolorgroup.html">TQColorGroup</a> disabled (op.<a href="qpalette.html#disabled">disabled</a>().foreground(), - TQBrush(op.<a href="qpalette.html#disabled">disabled</a>().button(),button), - TQBrush(op.<a href="qpalette.html#disabled">disabled</a>().light(), light), - op.<a href="qpalette.html#disabled">disabled</a>().dark(), - TQBrush(op.<a href="qpalette.html#disabled">disabled</a>().mid(), mid), - op.<a href="qpalette.html#disabled">disabled</a>().text(), +<a name="x291"></a> <a href="qcolorgroup.html">TQColorGroup</a> disabled (op.<a href="ntqpalette.html#disabled">disabled</a>().foreground(), + TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().button(),button), + TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().light(), light), + op.<a href="ntqpalette.html#disabled">disabled</a>().dark(), + TQBrush(op.<a href="ntqpalette.html#disabled">disabled</a>().mid(), mid), + op.<a href="ntqpalette.html#disabled">disabled</a>().text(), TQt::white, - op.<a href="qpalette.html#disabled">disabled</a>().base(),// TQColor(236,182,120), + op.<a href="ntqpalette.html#disabled">disabled</a>().base(),// TQColor(236,182,120), TQBrush(backCol, background) ); - <a href="qpalette.html">TQPalette</a> newPalette( active, disabled, active ); -<a name="x267"></a> app-><a href="qapplication.html#setPalette">setPalette</a>( newPalette, TRUE ); + <a href="ntqpalette.html">TQPalette</a> newPalette( active, disabled, active ); +<a name="x267"></a> app-><a href="ntqapplication.html#setPalette">setPalette</a>( newPalette, TRUE ); } /*! Reimplementation from TQStyle */ -<a name="x315"></a>void MetalStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="qapplication.html">TQApplication</a> *app) +<a name="x315"></a>void MetalStyle::<a href="ntqstyle.html#unPolish">unPolish</a>( <a href="ntqapplication.html">TQApplication</a> *app) { - app-><a href="qapplication.html#setPalette">setPalette</a>(oldPalette, TRUE); - app-><a href="qapplication.html#setFont">setFont</a>( app-><a href="qapplication.html#font">font</a>(), TRUE ); + app-><a href="ntqapplication.html#setPalette">setPalette</a>(oldPalette, TRUE); + app-><a href="ntqapplication.html#setFont">setFont</a>( app-><a href="ntqapplication.html#font">font</a>(), TRUE ); } /*! Reimplementation from TQStyle */ -void MetalStyle::<a href="qstyle.html#polish">polish</a>( <a href="qwidget.html">TQWidget</a>* w) +void MetalStyle::<a href="ntqstyle.html#polish">polish</a>( <a href="ntqwidget.html">TQWidget</a>* w) { // the polish function sets some widgets to transparent mode and // some to translate background mode in order to get the full // benefit from the nice pixmaps in the color group. -<a name="x282"></a> if (w-><a href="qobject.html#inherits">inherits</a>("TQPushButton")){ -<a name="x308"></a> w-><a href="qwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::NoBackground ); +<a name="x282"></a> if (w-><a href="ntqobject.html#inherits">inherits</a>("TQPushButton")){ +<a name="x308"></a> w-><a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::NoBackground ); return; } -<a name="x307"></a> if ( !w-><a href="qwidget.html#isTopLevel">isTopLevel</a>() ) { -<a name="x305"></a> if ( w-><a href="qwidget.html#backgroundPixmap">backgroundPixmap</a>() ) -<a name="x309"></a> w-><a href="qwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>( TQWidget::WindowOrigin ); +<a name="x307"></a> if ( !w-><a href="ntqwidget.html#isTopLevel">isTopLevel</a>() ) { +<a name="x305"></a> if ( w-><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() ) +<a name="x309"></a> w-><a href="ntqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>( TQWidget::WindowOrigin ); } } -void MetalStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="qwidget.html">TQWidget</a>* w) +void MetalStyle::<a href="ntqstyle.html#unPolish">unPolish</a>( <a href="ntqwidget.html">TQWidget</a>* w) { // the polish function sets some widgets to transparent mode and // some to translate background mode in order to get the full // benefit from the nice pixmaps in the color group. - if (w-><a href="qobject.html#inherits">inherits</a>("TQPushButton")){ - w-><a href="qwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::PaletteButton ); + if (w-><a href="ntqobject.html#inherits">inherits</a>("TQPushButton")){ + w-><a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::PaletteButton ); return; } - if ( !w-><a href="qwidget.html#isTopLevel">isTopLevel</a>() ) { - if ( w-><a href="qwidget.html#backgroundPixmap">backgroundPixmap</a>() ) - w-><a href="qwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>( TQWidget::WidgetOrigin ); + if ( !w-><a href="ntqwidget.html#isTopLevel">isTopLevel</a>() ) { + if ( w-><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() ) + w-><a href="ntqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>( TQWidget::WidgetOrigin ); } } -<a name="x312"></a>void MetalStyle::<a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PrimitiveElement pe, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qrect.html">TQRect</a> &r, +<a name="x312"></a>void MetalStyle::<a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PrimitiveElement pe, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags flags, const <a href="qstyleoption.html">TQStyleOption</a>& opt ) const { @@ -1792,41 +1792,41 @@ void MetalStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="qwidget.h // fall through case PE_ButtonBevel: case PE_ButtonCommand: -<a name="x303"></a><a name="x302"></a><a name="x301"></a><a name="x298"></a> drawMetalButton( p, r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>(), +<a name="x303"></a><a name="x302"></a><a name="x301"></a><a name="x298"></a> drawMetalButton( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), (flags & (Style_Sunken|Style_On|Style_Down)), TRUE, !(flags & Style_Raised) ); break; case PE_PanelMenuBar: - drawMetalFrame( p, r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>() ); + drawMetalFrame( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>() ); break; case PE_ScrollBarAddLine: - drawMetalButton( p, r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>(), + drawMetalButton( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), flags & Style_Down, !( flags & Style_Horizontal ) ); - <a href="qstyle.html#drawPrimitive">drawPrimitive</a>( (flags & Style_Horizontal) ? PE_ArrowRight :PE_ArrowDown, + <a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( (flags & Style_Horizontal) ? PE_ArrowRight :PE_ArrowDown, p, r, cg, flags, opt ); break; case PE_ScrollBarSubLine: - drawMetalButton( p, r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>(), + drawMetalButton( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), flags & Style_Down, !( flags & Style_Horizontal ) ); - <a href="qstyle.html#drawPrimitive">drawPrimitive</a>( (flags & Style_Horizontal) ? PE_ArrowLeft : PE_ArrowUp, + <a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( (flags & Style_Horizontal) ? PE_ArrowLeft : PE_ArrowUp, p, r, cg, flags, opt ); break; case PE_ScrollBarSlider: - drawMetalButton( p, r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>(), FALSE, + drawMetalButton( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), FALSE, flags & Style_Horizontal ); break; default: - <a href="qwindowsstyle.html">TQWindowsStyle</a>::<a href="qstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt ); + <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt ); break; } } -<a name="x311"></a>void MetalStyle::<a href="qstyle.html#drawControl">drawControl</a>( ControlElement element, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, +<a name="x311"></a>void MetalStyle::<a href="ntqstyle.html#drawControl">drawControl</a>( ControlElement element, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags how, const <a href="qstyleoption.html">TQStyleOption</a>& opt ) const @@ -1834,102 +1834,102 @@ void MetalStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="qwidget.h switch( element ) { case CE_PushButton: { - const <a href="qpushbutton.html">TQPushButton</a> *btn; - btn = (const <a href="qpushbutton.html">TQPushButton</a>*)widget; + const <a href="ntqpushbutton.html">TQPushButton</a> *btn; + btn = (const <a href="ntqpushbutton.html">TQPushButton</a>*)widget; int x1, y1, x2, y2; -<a name="x297"></a> r.<a href="qrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); +<a name="x297"></a> r.<a href="ntqrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); -<a name="x288"></a><a name="x277"></a> p-><a href="qpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#foreground">foreground</a>() ); -<a name="x275"></a> p-><a href="qpainter.html#setBrush">setBrush</a>( TQBrush(cg.<a href="qcolorgroup.html#button">button</a>(), NoBrush) ); +<a name="x288"></a><a name="x277"></a> p-><a href="ntqpainter.html#setPen">setPen</a>( cg.<a href="qcolorgroup.html#foreground">foreground</a>() ); +<a name="x275"></a> p-><a href="ntqpainter.html#setBrush">setBrush</a>( TQBrush(cg.<a href="qcolorgroup.html#button">button</a>(), NoBrush) ); - <a href="qbrush.html">TQBrush</a> fill; -<a name="x268"></a> if ( btn-><a href="qbutton.html#isDown">isDown</a>() ) + <a href="ntqbrush.html">TQBrush</a> fill; +<a name="x268"></a> if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) <a name="x274"></a> fill = cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Mid ); -<a name="x269"></a> else if ( btn-><a href="qbutton.html#isOn">isOn</a>() ) +<a name="x269"></a> else if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) <a name="x278"></a> fill = TQBrush( cg.<a href="qcolorgroup.html#mid">mid</a>(), Dense4Pattern ); else fill = cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Button ); -<a name="x294"></a> if ( btn-><a href="qpushbutton.html#isDefault">isDefault</a>() ) { - <a href="qpointarray.html">TQPointArray</a> a; +<a name="x294"></a> if ( btn-><a href="ntqpushbutton.html#isDefault">isDefault</a>() ) { + <a href="ntqpointarray.html">TQPointArray</a> a; <a name="x293"></a> a.setPoints( 9, x1, y1, x2, y1, x2, y2, x1, y2, x1, y1+1, x2-1, y1+1, x2-1, y2-1, x1+1, y2-1, x1+1, y1+1 ); - p-><a href="qpainter.html#setPen">setPen</a>( TQt::black ); -<a name="x285"></a> p-><a href="qpainter.html#drawPolyline">drawPolyline</a>( a ); + p-><a href="ntqpainter.html#setPen">setPen</a>( TQt::black ); +<a name="x285"></a> p-><a href="ntqpainter.html#drawPolyline">drawPolyline</a>( a ); x1 += 2; y1 += 2; x2 -= 2; y2 -= 2; } SFlags flags = Style_Default; - if ( btn-><a href="qbutton.html#isOn">isOn</a>() ) + if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() ) flags |= Style_On; - if ( btn-><a href="qbutton.html#isDown">isDown</a>() ) + if ( btn-><a href="ntqbutton.html#isDown">isDown</a>() ) flags |= Style_Down; -<a name="x295"></a> if ( !btn-><a href="qpushbutton.html#isFlat">isFlat</a>() && !btn-><a href="qbutton.html#isDown">isDown</a>() ) +<a name="x295"></a> if ( !btn-><a href="ntqpushbutton.html#isFlat">isFlat</a>() && !btn-><a href="ntqbutton.html#isDown">isDown</a>() ) flags |= Style_Raised; - <a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PE_ButtonCommand, p, + <a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ButtonCommand, p, TQRect( x1, y1, x2 - x1 + 1, y2 - y1 + 1), cg, flags, opt ); -<a name="x296"></a> if ( btn-><a href="qpushbutton.html#isMenuButton">isMenuButton</a>() ) { +<a name="x296"></a> if ( btn-><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() ) { flags = Style_Default; -<a name="x306"></a> if ( btn-><a href="qwidget.html#isEnabled">isEnabled</a>() ) +<a name="x306"></a> if ( btn-><a href="ntqwidget.html#isEnabled">isEnabled</a>() ) flags |= Style_Enabled; int dx = ( y1 - y2 - 4 ) / 3; - <a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, + <a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, TQRect(x2 - dx, dx, y1, y2 - y1), cg, flags, opt ); } -<a name="x283"></a> if ( p-><a href="qpainter.html#brush">brush</a>().style() != NoBrush ) - p-><a href="qpainter.html#setBrush">setBrush</a>( NoBrush ); +<a name="x283"></a> if ( p-><a href="ntqpainter.html#brush">brush</a>().style() != NoBrush ) + p-><a href="ntqpainter.html#setBrush">setBrush</a>( NoBrush ); break; } case CE_PushButtonLabel: { - const <a href="qpushbutton.html">TQPushButton</a> *btn; - btn = (const <a href="qpushbutton.html">TQPushButton</a>*)widget; + const <a href="ntqpushbutton.html">TQPushButton</a> *btn; + btn = (const <a href="ntqpushbutton.html">TQPushButton</a>*)widget; int x, y, w, h; -<a name="x300"></a> r.<a href="qrect.html#rect">rect</a>( &x, &y, &w, &h ); +<a name="x300"></a> r.<a href="ntqrect.html#rect">rect</a>( &x, &y, &w, &h ); int x1, y1, x2, y2; - r.<a href="qrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); + r.<a href="ntqrect.html#coords">coords</a>( &x1, &y1, &x2, &y2 ); int dx = 0; int dy = 0; - if ( btn-><a href="qpushbutton.html#isMenuButton">isMenuButton</a>() ) + if ( btn-><a href="ntqpushbutton.html#isMenuButton">isMenuButton</a>() ) dx = ( y2 - y1 ) / 3; - if ( btn-><a href="qbutton.html#isOn">isOn</a>() || btn-><a href="qbutton.html#isDown">isDown</a>() ) { + if ( btn-><a href="ntqbutton.html#isOn">isOn</a>() || btn-><a href="ntqbutton.html#isDown">isDown</a>() ) { dx--; dy--; } if ( dx || dy ) -<a name="x289"></a> p-><a href="qpainter.html#translate">translate</a>( dx, dy ); +<a name="x289"></a> p-><a href="ntqpainter.html#translate">translate</a>( dx, dy ); x += 2; y += 2; w -= 4; h -= 4; - <a href="qstyle.html#drawItem">drawItem</a>( p, TQRect( x, y, w, h ), + <a href="ntqstyle.html#drawItem">drawItem</a>( p, TQRect( x, y, w, h ), AlignCenter|ShowPrefix, - cg, btn-><a href="qwidget.html#isEnabled">isEnabled</a>(), -<a name="x271"></a><a name="x270"></a> btn-><a href="qbutton.html#pixmap">pixmap</a>(), btn-><a href="qbutton.html#text">text</a>(), -1, -<a name="x276"></a><a name="x273"></a> (btn-><a href="qbutton.html#isDown">isDown</a>() || btn-><a href="qbutton.html#isOn">isOn</a>())? &cg.<a href="qcolorgroup.html#brightText">brightText</a>() : &cg.<a href="qcolorgroup.html#buttonText">buttonText</a>() ); + cg, btn-><a href="ntqwidget.html#isEnabled">isEnabled</a>(), +<a name="x271"></a><a name="x270"></a> btn-><a href="ntqbutton.html#pixmap">pixmap</a>(), btn-><a href="ntqbutton.html#text">text</a>(), -1, +<a name="x276"></a><a name="x273"></a> (btn-><a href="ntqbutton.html#isDown">isDown</a>() || btn-><a href="ntqbutton.html#isOn">isOn</a>())? &cg.<a href="qcolorgroup.html#brightText">brightText</a>() : &cg.<a href="qcolorgroup.html#buttonText">buttonText</a>() ); if ( dx || dy ) - p-><a href="qpainter.html#translate">translate</a>( -dx, -dy ); + p-><a href="ntqpainter.html#translate">translate</a>( -dx, -dy ); break; } default: - <a href="qwindowsstyle.html">TQWindowsStyle</a>::<a href="qstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt ); + <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="ntqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt ); break; } } -<a name="x310"></a>void MetalStyle::<a href="qstyle.html#drawComplexControl">drawComplexControl</a>( ComplexControl cc, - <a href="qpainter.html">TQPainter</a> *p, - const <a href="qwidget.html">TQWidget</a> *widget, - const <a href="qrect.html">TQRect</a> &r, +<a name="x310"></a>void MetalStyle::<a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>( ComplexControl cc, + <a href="ntqpainter.html">TQPainter</a> *p, + const <a href="ntqwidget.html">TQWidget</a> *widget, + const <a href="ntqrect.html">TQRect</a> &r, const <a href="qcolorgroup.html">TQColorGroup</a> &cg, SFlags how, SCFlags sub, @@ -1939,38 +1939,38 @@ void MetalStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="qwidget.h switch ( cc ) { case CC_Slider: { - const <a href="qslider.html">TQSlider</a> *slider = ( const <a href="qslider.html">TQSlider</a>* ) widget; - <a href="qrect.html">TQRect</a> handle = <a href="qstyle.html#querySubControlMetrics">querySubControlMetrics</a>( CC_Slider, widget, + const <a href="ntqslider.html">TQSlider</a> *slider = ( const <a href="ntqslider.html">TQSlider</a>* ) widget; + <a href="ntqrect.html">TQRect</a> handle = <a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>( CC_Slider, widget, SC_SliderHandle, opt); if ( sub & SC_SliderGroove ) - TQWindowsStyle::<a href="qstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, + TQWindowsStyle::<a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, SC_SliderGroove, subActive, opt ); -<a name="x299"></a> if ( (sub & SC_SliderHandle) && handle.<a href="qrect.html#isValid">isValid</a>() ) - drawMetalButton( p, handle.<a href="qrect.html#x">x</a>(), handle.<a href="qrect.html#y">y</a>(), handle.<a href="qrect.html#width">width</a>(), - handle.<a href="qrect.html#height">height</a>(), FALSE, -<a name="x304"></a> slider-><a href="qslider.html#orientation">orientation</a>() == TQSlider::Horizontal); +<a name="x299"></a> if ( (sub & SC_SliderHandle) && handle.<a href="ntqrect.html#isValid">isValid</a>() ) + drawMetalButton( p, handle.<a href="ntqrect.html#x">x</a>(), handle.<a href="ntqrect.html#y">y</a>(), handle.<a href="ntqrect.html#width">width</a>(), + handle.<a href="ntqrect.html#height">height</a>(), FALSE, +<a name="x304"></a> slider-><a href="ntqslider.html#orientation">orientation</a>() == TQSlider::Horizontal); break; } case CC_ComboBox: { // not exactly correct... - const <a href="qcombobox.html">TQComboBox</a> *cmb = ( const <a href="qcombobox.html">TQComboBox</a>* ) widget; + const <a href="ntqcombobox.html">TQComboBox</a> *cmb = ( const <a href="ntqcombobox.html">TQComboBox</a>* ) widget; - <a href="qpainter.html#qDrawWinPanel">qDrawWinPanel</a>( p, r.<a href="qrect.html#x">x</a>(), r.<a href="qrect.html#y">y</a>(), r.<a href="qrect.html#width">width</a>(), r.<a href="qrect.html#height">height</a>(), cg, TRUE, - cmb-><a href="qwidget.html#isEnabled">isEnabled</a>() ? &cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Base ) : + <a href="ntqpainter.html#qDrawWinPanel">qDrawWinPanel</a>( p, r.<a href="ntqrect.html#x">x</a>(), r.<a href="ntqrect.html#y">y</a>(), r.<a href="ntqrect.html#width">width</a>(), r.<a href="ntqrect.html#height">height</a>(), cg, TRUE, + cmb-><a href="ntqwidget.html#isEnabled">isEnabled</a>() ? &cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Base ) : &cg.<a href="qcolorgroup.html#brush">brush</a>( TQColorGroup::Background ) ); - drawMetalButton( p, r.<a href="qrect.html#x">x</a>() + r.<a href="qrect.html#width">width</a>() - 2 - 16, r.<a href="qrect.html#y">y</a>() + 2, 16, r.<a href="qrect.html#height">height</a>() - 4, + drawMetalButton( p, r.<a href="ntqrect.html#x">x</a>() + r.<a href="ntqrect.html#width">width</a>() - 2 - 16, r.<a href="ntqrect.html#y">y</a>() + 2, 16, r.<a href="ntqrect.html#height">height</a>() - 4, how & Style_Sunken, TRUE ); - <a href="qstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, - TQRect( r.<a href="qrect.html#x">x</a>() + r.<a href="qrect.html#width">width</a>() - 2 - 16 + 2, - r.<a href="qrect.html#y">y</a>() + 2 + 2, 16 - 4, r.<a href="qrect.html#height">height</a>() - 4 -4 ), + <a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>( PE_ArrowDown, p, + TQRect( r.<a href="ntqrect.html#x">x</a>() + r.<a href="ntqrect.html#width">width</a>() - 2 - 16 + 2, + r.<a href="ntqrect.html#y">y</a>() + 2 + 2, 16 - 4, r.<a href="ntqrect.html#height">height</a>() - 4 -4 ), cg, - cmb-><a href="qwidget.html#isEnabled">isEnabled</a>() ? Style_Enabled : Style_Default, + cmb-><a href="ntqwidget.html#isEnabled">isEnabled</a>() ? Style_Enabled : Style_Default, opt ); break; } default: - <a href="qwindowsstyle.html">TQWindowsStyle</a>::<a href="qstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, sub, subActive, + <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, sub, subActive, opt ); break; } @@ -1982,7 +1982,7 @@ void MetalStyle::<a href="qstyle.html#unPolish">unPolish</a>( <a href="qwidget.h /a horz is TRUE. */ -void <a name="f228"></a>MetalStyle::drawMetalButton( <a href="qpainter.html">TQPainter</a> *p, int x, int y, int w, int h, +void <a name="f228"></a>MetalStyle::drawMetalButton( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, bool sunken, bool horz, bool flat ) const { @@ -1993,13 +1993,13 @@ void <a name="f228"></a>MetalStyle::drawMetalButton( <a href="qpainter.html">TQP -void <a name="f229"></a>MetalStyle::drawMetalFrame( <a href="qpainter.html">TQPainter</a> *p, int x, int y, int w, int h ) const +void <a name="f229"></a>MetalStyle::drawMetalFrame( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h ) const { - <a href="qcolor.html">TQColor</a> top1("#878769691515"); - <a href="qcolor.html">TQColor</a> top2("#C6C6B4B44949"); + <a href="ntqcolor.html">TQColor</a> top1("#878769691515"); + <a href="ntqcolor.html">TQColor</a> top2("#C6C6B4B44949"); - <a href="qcolor.html">TQColor</a> bot2("#70705B5B1414"); - <a href="qcolor.html">TQColor</a> bot1("#56564A4A0E0E"); //first from the bottom + <a href="ntqcolor.html">TQColor</a> bot2("#70705B5B1414"); + <a href="ntqcolor.html">TQColor</a> bot1("#56564A4A0E0E"); //first from the bottom int x2 = x + w - 1; @@ -2007,39 +2007,39 @@ void <a name="f229"></a>MetalStyle::drawMetalFrame( <a href="qpainter.html">TQPa //frame: - p-><a href="qpainter.html#setPen">setPen</a>( top1 ); -<a name="x284"></a> p-><a href="qpainter.html#drawLine">drawLine</a>( x, y2, x, y ); - p-><a href="qpainter.html#drawLine">drawLine</a>( x, y, x2-1, y ); - p-><a href="qpainter.html#setPen">setPen</a>( top2 ); - p-><a href="qpainter.html#drawLine">drawLine</a>( x+1, y2 -1, x+1, y+1 ); - p-><a href="qpainter.html#drawLine">drawLine</a>( x+1, y+1 , x2-2, y+1 ); + p-><a href="ntqpainter.html#setPen">setPen</a>( top1 ); +<a name="x284"></a> p-><a href="ntqpainter.html#drawLine">drawLine</a>( x, y2, x, y ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( x, y, x2-1, y ); + p-><a href="ntqpainter.html#setPen">setPen</a>( top2 ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( x+1, y2 -1, x+1, y+1 ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( x+1, y+1 , x2-2, y+1 ); - p-><a href="qpainter.html#setPen">setPen</a>( bot1 ); - p-><a href="qpainter.html#drawLine">drawLine</a>( x+1, y2, x2, y2 ); - p-><a href="qpainter.html#drawLine">drawLine</a>( x2, y2, x2, y ); - p-><a href="qpainter.html#setPen">setPen</a>( bot2 ); - p-><a href="qpainter.html#drawLine">drawLine</a>( x+1, y2-1, x2-1, y2-1 ); - p-><a href="qpainter.html#drawLine">drawLine</a>( x2-1, y2-1, x2-1, y+1 ); + p-><a href="ntqpainter.html#setPen">setPen</a>( bot1 ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( x+1, y2, x2, y2 ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( x2, y2, x2, y ); + p-><a href="ntqpainter.html#setPen">setPen</a>( bot2 ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( x+1, y2-1, x2-1, y2-1 ); + p-><a href="ntqpainter.html#drawLine">drawLine</a>( x2-1, y2-1, x2-1, y+1 ); } -void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="qpainter.html">TQPainter</a> *p, int x, int y, int w, int h, +void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="ntqpainter.html">TQPainter</a> *p, int x, int y, int w, int h, bool sunken, bool horz, bool flat ) const { - <a href="qcolor.html">TQColor</a> highlight("#E8E8DDDD6565"); - <a href="qcolor.html">TQColor</a> subh1("#CECEBDBD5151"); - <a href="qcolor.html">TQColor</a> subh2("#BFBFACAC4545"); + <a href="ntqcolor.html">TQColor</a> highlight("#E8E8DDDD6565"); + <a href="ntqcolor.html">TQColor</a> subh1("#CECEBDBD5151"); + <a href="ntqcolor.html">TQColor</a> subh2("#BFBFACAC4545"); - <a href="qcolor.html">TQColor</a> topgrad("#B9B9A5A54040"); - <a href="qcolor.html">TQColor</a> botgrad("#89896C6C1A1A"); + <a href="ntqcolor.html">TQColor</a> topgrad("#B9B9A5A54040"); + <a href="ntqcolor.html">TQColor</a> botgrad("#89896C6C1A1A"); if ( flat && !sunken ) { -<a name="x286"></a> p-><a href="qpainter.html#fillRect">fillRect</a>( x + 2, y + 2, w - 4,h -4, topgrad ); +<a name="x286"></a> p-><a href="ntqpainter.html#fillRect">fillRect</a>( x + 2, y + 2, w - 4,h -4, topgrad ); } else { // highlight: int i = 0; @@ -2053,18 +2053,18 @@ void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="qpainter.html">T y2 = y2 - 2; #define DRAWLINE if (horz) \ - p-><a href="qpainter.html#drawLine">drawLine</a>( x1, y1+i, x2, y1+i ); \ + p-><a href="ntqpainter.html#drawLine">drawLine</a>( x1, y1+i, x2, y1+i ); \ else \ - p-><a href="qpainter.html#drawLine">drawLine</a>( x1+i, y1, x1+i, y2 ); \ + p-><a href="ntqpainter.html#drawLine">drawLine</a>( x1+i, y1, x1+i, y2 ); \ i++; if ( !sunken ) { - p-><a href="qpainter.html#setPen">setPen</a>( highlight ); + p-><a href="ntqpainter.html#setPen">setPen</a>( highlight ); DRAWLINE; DRAWLINE; - p-><a href="qpainter.html#setPen">setPen</a>( subh1 ); + p-><a href="ntqpainter.html#setPen">setPen</a>( subh1 ); DRAWLINE; - p-><a href="qpainter.html#setPen">setPen</a>( subh2 ); + p-><a href="ntqpainter.html#setPen">setPen</a>( subh2 ); DRAWLINE; } // gradient: @@ -2072,32 +2072,32 @@ void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="qpainter.html">T int h1, h2, s1, s2, v1, v2; if ( !sunken ) { -<a name="x272"></a> topgrad.<a href="qcolor.html#hsv">hsv</a>( &h1, &s1, &v1 ); - botgrad.<a href="qcolor.html#hsv">hsv</a>( &h2, &s2, &v2 ); +<a name="x272"></a> topgrad.<a href="ntqcolor.html#hsv">hsv</a>( &h1, &s1, &v1 ); + botgrad.<a href="ntqcolor.html#hsv">hsv</a>( &h2, &s2, &v2 ); } else { - botgrad.<a href="qcolor.html#hsv">hsv</a>( &h1, &s1, &v1 ); - topgrad.<a href="qcolor.html#hsv">hsv</a>( &h2, &s2, &v2 ); + botgrad.<a href="ntqcolor.html#hsv">hsv</a>( &h1, &s1, &v1 ); + topgrad.<a href="ntqcolor.html#hsv">hsv</a>( &h2, &s2, &v2 ); } if ( ng > 1 ) { for ( int j =0; j < ng; j++ ) { - p-><a href="qpainter.html#setPen">setPen</a>( TQColor( h1 + ((h2-h1)*j)/(ng-1), + p-><a href="ntqpainter.html#setPen">setPen</a>( TQColor( h1 + ((h2-h1)*j)/(ng-1), s1 + ((s2-s1)*j)/(ng-1), v1 + ((v2-v1)*j)/(ng-1), TQColor::Hsv ) ); DRAWLINE; } } else if ( ng == 1 ) { - p-><a href="qpainter.html#setPen">setPen</a>( TQColor((h1+h2)/2, (s1+s2)/2, (v1+v2)/2, TQColor::Hsv) ); + p-><a href="ntqpainter.html#setPen">setPen</a>( TQColor((h1+h2)/2, (s1+s2)/2, (v1+v2)/2, TQColor::Hsv) ); DRAWLINE; } if ( sunken ) { - p-><a href="qpainter.html#setPen">setPen</a>( subh2 ); + p-><a href="ntqpainter.html#setPen">setPen</a>( subh2 ); DRAWLINE; - p-><a href="qpainter.html#setPen">setPen</a>( subh1 ); + p-><a href="ntqpainter.html#setPen">setPen</a>( subh1 ); DRAWLINE; - p-><a href="qpainter.html#setPen">setPen</a>( highlight ); + p-><a href="ntqpainter.html#setPen">setPen</a>( highlight ); DRAWLINE; DRAWLINE; } @@ -2106,7 +2106,7 @@ void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="qpainter.html">T -<a name="x313"></a>int MetalStyle::<a href="qstyle.html#pixelMetric">pixelMetric</a>( PixelMetric metric, const <a href="qwidget.html">TQWidget</a> *w ) const +<a name="x313"></a>int MetalStyle::<a href="ntqstyle.html#pixelMetric">pixelMetric</a>( PixelMetric metric, const <a href="ntqwidget.html">TQWidget</a> *w ) const { switch ( metric ) { case PM_MenuBarFrameWidth: @@ -2134,28 +2134,28 @@ void <a name="f230"></a>MetalStyle::drawMetalGradient( <a href="qpainter.html">T #ifndef THEMES_H #define THEMES_H -#include <<a href="qmainwindow-h.html">qmainwindow.h</a>> -#include <<a href="qfont-h.html">qfont.h</a>> +#include <<a href="qmainwindow-h.html">ntqmainwindow.h</a>> +#include <<a href="qfont-h.html">ntqfont.h</a>> class TQTabWidget; -class Themes: public <a href="qmainwindow.html">TQMainWindow</a> +class Themes: public <a href="ntqmainwindow.html">TQMainWindow</a> { <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a> public: - Themes( <a href="qwidget.html">TQWidget</a> *parent = 0, const char *name = 0, WFlags f = WType_TopLevel ); + Themes( <a href="ntqwidget.html">TQWidget</a> *parent = 0, const char *name = 0, WFlags f = WType_TopLevel ); protected: - <a href="qtabwidget.html">TQTabWidget</a> *tabwidget; + <a href="ntqtabwidget.html">TQTabWidget</a> *tabwidget; protected slots: - void makeStyle(const <a href="qstring.html">TQString</a> &); + void makeStyle(const <a href="ntqstring.html">TQString</a> &); void about(); void aboutTQt(); private: - <a href="qfont.html">TQFont</a> appFont; + <a href="ntqfont.html">TQFont</a> appFont; }; @@ -2186,137 +2186,137 @@ private: #include "../rangecontrols/rangecontrols.h" #include "../richtext/richtext.h" -#include <<a href="qtabwidget-h.html">qtabwidget.h</a>> -#include <<a href="qapplication-h.html">qapplication.h</a>> -#include <<a href="qpopupmenu-h.html">qpopupmenu.h</a>> -#include <<a href="qmenubar-h.html">qmenubar.h</a>> -#include <<a href="qmessagebox-h.html">qmessagebox.h</a>> -#include <<a href="qfont-h.html">qfont.h</a>> -#include <<a href="qstylefactory-h.html">qstylefactory.h</a>> -#include <<a href="qaction-h.html">qaction.h</a>> -#include <<a href="qsignalmapper-h.html">qsignalmapper.h</a>> -#include <<a href="qdict-h.html">qdict.h</a>> - -<a name="f231"></a>Themes::Themes( <a href="qwidget.html">TQWidget</a> *parent, const char *name, WFlags f ) - : <a href="qmainwindow.html">TQMainWindow</a>( parent, name, f ) +#include <<a href="qtabwidget-h.html">ntqtabwidget.h</a>> +#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="qpopupmenu-h.html">ntqpopupmenu.h</a>> +#include <<a href="qmenubar-h.html">ntqmenubar.h</a>> +#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> +#include <<a href="qfont-h.html">ntqfont.h</a>> +#include <<a href="qstylefactory-h.html">ntqstylefactory.h</a>> +#include <<a href="qaction-h.html">ntqaction.h</a>> +#include <<a href="qsignalmapper-h.html">ntqsignalmapper.h</a>> +#include <<a href="qdict-h.html">ntqdict.h</a>> + +<a name="f231"></a>Themes::Themes( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name, WFlags f ) + : <a href="ntqmainwindow.html">TQMainWindow</a>( parent, name, f ) { -<a name="x321"></a> appFont = TQApplication::<a href="qapplication.html#font">font</a>(); - tabwidget = new <a href="qtabwidget.html">TQTabWidget</a>( this ); +<a name="x321"></a> appFont = TQApplication::<a href="ntqapplication.html#font">font</a>(); + tabwidget = new <a href="ntqtabwidget.html">TQTabWidget</a>( this ); -<a name="x343"></a> tabwidget-><a href="qtabwidget.html#addTab">addTab</a>( new ButtonsGroups( tabwidget ), "Buttons/Groups" ); - <a href="qhbox.html">TQHBox</a> *hbox = new <a href="qhbox.html">TQHBox</a>( tabwidget ); - hbox-><a href="qframe.html#setMargin">setMargin</a>( 5 ); +<a name="x343"></a> tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new ButtonsGroups( tabwidget ), "Buttons/Groups" ); + <a href="ntqhbox.html">TQHBox</a> *hbox = new <a href="ntqhbox.html">TQHBox</a>( tabwidget ); + hbox-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); (void)new LineEdits( hbox ); (void)new ProgressBar( hbox ); - tabwidget-><a href="qtabwidget.html#addTab">addTab</a>( hbox, "Lineedits/Progressbar" ); - tabwidget-><a href="qtabwidget.html#addTab">addTab</a>( new ListBoxCombo( tabwidget ), "Listboxes/Comboboxes" ); - tabwidget-><a href="qtabwidget.html#addTab">addTab</a>( new CheckLists( tabwidget ), "Listviews" ); - tabwidget-><a href="qtabwidget.html#addTab">addTab</a>( new RangeControls( tabwidget ), "Rangecontrols" ); - tabwidget-><a href="qtabwidget.html#addTab">addTab</a>( new MyRichText( tabwidget ), "Fortune" ); + tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( hbox, "Lineedits/Progressbar" ); + tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new ListBoxCombo( tabwidget ), "Listboxes/Comboboxes" ); + tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new CheckLists( tabwidget ), "Listviews" ); + tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new RangeControls( tabwidget ), "Rangecontrols" ); + tabwidget-><a href="ntqtabwidget.html#addTab">addTab</a>( new MyRichText( tabwidget ), "Fortune" ); - <a href="qmainwindow.html#setCentralWidget">setCentralWidget</a>( tabwidget ); + <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( tabwidget ); - <a href="qpopupmenu.html">TQPopupMenu</a> *style = new <a href="qpopupmenu.html">TQPopupMenu</a>( this ); -<a name="x333"></a> style-><a href="qpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); - <a href="qmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Style" , style ); + <a href="ntqpopupmenu.html">TQPopupMenu</a> *style = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); +<a name="x333"></a> style-><a href="ntqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Style" , style ); - style-><a href="qpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); + style-><a href="ntqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); <a href="qactiongroup.html">TQActionGroup</a> *ag = new <a href="qactiongroup.html">TQActionGroup</a>( this, 0 ); <a name="x320"></a> ag-><a href="qactiongroup.html#setExclusive">setExclusive</a>( TRUE ); - <a href="qsignalmapper.html">TQSignalMapper</a> *styleMapper = new <a href="qsignalmapper.html">TQSignalMapper</a>( this ); -<a name="x335"></a> <a href="qobject.html#connect">connect</a>( styleMapper, SIGNAL( <a href="qsignalmapper.html#mapped">mapped</a>( const <a href="qstring.html">TQString</a>& ) ), this, SLOT( makeStyle( const <a href="qstring.html">TQString</a>& ) ) ); -<a name="x342"></a> <a href="qstringlist.html">TQStringList</a> list = TQStyleFactory::<a href="qstylefactory.html#keys">keys</a>(); -<a name="x341"></a> list.<a href="qstringlist.html#sort">sort</a>(); + <a href="ntqsignalmapper.html">TQSignalMapper</a> *styleMapper = new <a href="ntqsignalmapper.html">TQSignalMapper</a>( this ); +<a name="x335"></a> <a href="ntqobject.html#connect">connect</a>( styleMapper, SIGNAL( <a href="ntqsignalmapper.html#mapped">mapped</a>( const <a href="ntqstring.html">TQString</a>& ) ), this, SLOT( makeStyle( const <a href="ntqstring.html">TQString</a>& ) ) ); +<a name="x342"></a> <a href="ntqstringlist.html">TQStringList</a> list = TQStyleFactory::<a href="ntqstylefactory.html#keys">keys</a>(); +<a name="x341"></a> list.<a href="ntqstringlist.html#sort">sort</a>(); #ifndef QT_NO_STYLE_WINDOWS -<a name="x346"></a><a name="x344"></a> list.<a href="qvaluelist.html#insert">insert</a>(list.<a href="qvaluelist.html#begin">begin</a>(), "Norwegian Wood"); - list.<a href="qvaluelist.html#insert">insert</a>(list.<a href="qvaluelist.html#begin">begin</a>(), "Metal"); +<a name="x346"></a><a name="x344"></a> list.<a href="ntqvaluelist.html#insert">insert</a>(list.<a href="ntqvaluelist.html#begin">begin</a>(), "Norwegian Wood"); + list.<a href="ntqvaluelist.html#insert">insert</a>(list.<a href="ntqvaluelist.html#begin">begin</a>(), "Metal"); #endif - <a href="qdict.html">TQDict</a><int> stylesDict( 17, FALSE ); -<a name="x345"></a> for ( TQStringList::Iterator it = list.<a href="qvaluelist.html#begin">begin</a>(); it != list.<a href="qvaluelist.html#end">end</a>(); ++it ) { - <a href="qstring.html">TQString</a> styleStr = *it; - <a href="qstring.html">TQString</a> styleAccel = styleStr; -<a name="x338"></a> if ( stylesDict[styleAccel.<a href="qstring.html#left">left</a>(1)] ) { -<a name="x339"></a> for ( uint i = 0; i < styleAccel.<a href="qstring.html#length">length</a>(); i++ ) { -<a name="x340"></a> if ( !stylesDict[styleAccel.<a href="qstring.html#mid">mid</a>( i, 1 )] ) { -<a name="x326"></a> stylesDict.<a href="qdict.html#insert">insert</a>(styleAccel.<a href="qstring.html#mid">mid</a>( i, 1 ), (const int *)1); -<a name="x337"></a> styleAccel = styleAccel.<a href="qstring.html#insert">insert</a>( i, '&' ); + <a href="ntqdict.html">TQDict</a><int> stylesDict( 17, FALSE ); +<a name="x345"></a> for ( TQStringList::Iterator it = list.<a href="ntqvaluelist.html#begin">begin</a>(); it != list.<a href="ntqvaluelist.html#end">end</a>(); ++it ) { + <a href="ntqstring.html">TQString</a> styleStr = *it; + <a href="ntqstring.html">TQString</a> styleAccel = styleStr; +<a name="x338"></a> if ( stylesDict[styleAccel.<a href="ntqstring.html#left">left</a>(1)] ) { +<a name="x339"></a> for ( uint i = 0; i < styleAccel.<a href="ntqstring.html#length">length</a>(); i++ ) { +<a name="x340"></a> if ( !stylesDict[styleAccel.<a href="ntqstring.html#mid">mid</a>( i, 1 )] ) { +<a name="x326"></a> stylesDict.<a href="ntqdict.html#insert">insert</a>(styleAccel.<a href="ntqstring.html#mid">mid</a>( i, 1 ), (const int *)1); +<a name="x337"></a> styleAccel = styleAccel.<a href="ntqstring.html#insert">insert</a>( i, '&' ); break; } } } else { - stylesDict.<a href="qdict.html#insert">insert</a>(styleAccel.<a href="qstring.html#left">left</a>(1), (const int *)1); + stylesDict.<a href="ntqdict.html#insert">insert</a>(styleAccel.<a href="ntqstring.html#left">left</a>(1), (const int *)1); styleAccel = "&"+styleAccel; } -<a name="x319"></a> <a href="qaction.html">TQAction</a> *a = new <a href="qaction.html">TQAction</a>( styleStr, TQIconSet(), styleAccel, 0, ag, 0, ag-><a href="qactiongroup.html#isExclusive">isExclusive</a>() ); -<a name="x334"></a><a name="x316"></a> <a href="qobject.html#connect">connect</a>( a, SIGNAL( <a href="qaction.html#activated">activated</a>() ), styleMapper, SLOT(<a href="qsignalmapper.html#map">map</a>()) ); -<a name="x336"></a><a name="x317"></a> styleMapper-><a href="qsignalmapper.html#setMapping">setMapping</a>( a, a-><a href="qaction.html#text">text</a>() ); +<a name="x319"></a> <a href="ntqaction.html">TQAction</a> *a = new <a href="ntqaction.html">TQAction</a>( styleStr, TQIconSet(), styleAccel, 0, ag, 0, ag-><a href="qactiongroup.html#isExclusive">isExclusive</a>() ); +<a name="x334"></a><a name="x316"></a> <a href="ntqobject.html#connect">connect</a>( a, SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), styleMapper, SLOT(<a href="ntqsignalmapper.html#map">map</a>()) ); +<a name="x336"></a><a name="x317"></a> styleMapper-><a href="ntqsignalmapper.html#setMapping">setMapping</a>( a, a-><a href="ntqaction.html#text">text</a>() ); } <a name="x318"></a> ag-><a href="qactiongroup.html#addTo">addTo</a>(style); - style-><a href="qmenudata.html#insertSeparator">insertSeparator</a>(); - style-><a href="qmenudata.html#insertItem">insertItem</a>("&Quit", qApp, SLOT( <a href="qapplication.html#quit">quit</a>() ), CTRL | Key_Q ); + style-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); + style-><a href="ntqmenudata.html#insertItem">insertItem</a>("&Quit", qApp, SLOT( <a href="ntqapplication.html#quit">quit</a>() ), CTRL | Key_Q ); - <a href="qpopupmenu.html">TQPopupMenu</a> * help = new <a href="qpopupmenu.html">TQPopupMenu</a>( this ); - <a href="qmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); - <a href="qmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Help", help ); - help-><a href="qmenudata.html#insertItem">insertItem</a>( "&About", this, SLOT(about()), Key_F1); - help-><a href="qmenudata.html#insertItem">insertItem</a>( "About &TQt", this, SLOT(aboutTQt())); + <a href="ntqpopupmenu.html">TQPopupMenu</a> * help = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Help", help ); + help-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&About", this, SLOT(about()), Key_F1); + help-><a href="ntqmenudata.html#insertItem">insertItem</a>( "About &TQt", this, SLOT(aboutTQt())); #ifndef QT_NO_STYLE_WINDOWS -<a name="x325"></a> qApp-><a href="qapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); +<a name="x325"></a> qApp-><a href="ntqapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); #endif } -void <a name="f232"></a>Themes::makeStyle(const <a href="qstring.html">TQString</a> &style) +void <a name="f232"></a>Themes::makeStyle(const <a href="ntqstring.html">TQString</a> &style) { if(style == "Norwegian Wood") { #ifndef QT_NO_STYLE_WINDOWS - qApp-><a href="qapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); + qApp-><a href="ntqapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); #endif } else if( style == "Metal" ) { #ifndef QT_NO_STYLE_WINDOWS - qApp-><a href="qapplication.html#setStyle">setStyle</a>( new MetalStyle ); + qApp-><a href="ntqapplication.html#setStyle">setStyle</a>( new MetalStyle ); #endif } else { - qApp-><a href="qapplication.html#setStyle">setStyle</a>(style); + qApp-><a href="ntqapplication.html#setStyle">setStyle</a>(style); if(style == "Platinum") { - <a href="qpalette.html">TQPalette</a> p( TQColor( 239, 239, 239 ) ); -<a name="x324"></a> qApp-><a href="qapplication.html#setPalette">setPalette</a>( p, TRUE ); -<a name="x323"></a> qApp-><a href="qapplication.html#setFont">setFont</a>( appFont, TRUE ); + <a href="ntqpalette.html">TQPalette</a> p( TQColor( 239, 239, 239 ) ); +<a name="x324"></a> qApp-><a href="ntqapplication.html#setPalette">setPalette</a>( p, TRUE ); +<a name="x323"></a> qApp-><a href="ntqapplication.html#setFont">setFont</a>( appFont, TRUE ); } else if(style == "Windows") { - qApp-><a href="qapplication.html#setFont">setFont</a>( appFont, TRUE ); + qApp-><a href="ntqapplication.html#setFont">setFont</a>( appFont, TRUE ); } else if(style == "CDE") { - <a href="qpalette.html">TQPalette</a> p( TQColor( 75, 123, 130 ) ); -<a name="x332"></a> p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::Base, TQColor( 55, 77, 78 ) ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::Base, TQColor( 55, 77, 78 ) ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Base, TQColor( 55, 77, 78 ) ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::Highlight, TQt::white ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::HighlightedText, TQColor( 55, 77, 78 ) ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::Highlight, TQt::white ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::HighlightedText, TQColor( 55, 77, 78 ) ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Highlight, TQt::white ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::HighlightedText, TQColor( 55, 77, 78 ) ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::Foreground, TQt::white ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::Text, TQt::white ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::ButtonText, TQt::white ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::Foreground, TQt::white ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::Text, TQt::white ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::ButtonText, TQt::white ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Foreground, TQt::lightGray ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Text, TQt::lightGray ); - p.<a href="qpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::ButtonText, TQt::lightGray ); - qApp-><a href="qapplication.html#setPalette">setPalette</a>( p, TRUE ); - qApp-><a href="qapplication.html#setFont">setFont</a>( TQFont( "times", appFont.pointSize() ), TRUE ); + <a href="ntqpalette.html">TQPalette</a> p( TQColor( 75, 123, 130 ) ); +<a name="x332"></a> p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::Base, TQColor( 55, 77, 78 ) ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::Base, TQColor( 55, 77, 78 ) ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Base, TQColor( 55, 77, 78 ) ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::Highlight, TQt::white ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::HighlightedText, TQColor( 55, 77, 78 ) ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::Highlight, TQt::white ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::HighlightedText, TQColor( 55, 77, 78 ) ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Highlight, TQt::white ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::HighlightedText, TQColor( 55, 77, 78 ) ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::Foreground, TQt::white ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::Text, TQt::white ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::ButtonText, TQt::white ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::Foreground, TQt::white ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::Text, TQt::white ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Inactive, TQColorGroup::ButtonText, TQt::white ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Foreground, TQt::lightGray ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Text, TQt::lightGray ); + p.<a href="ntqpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::ButtonText, TQt::lightGray ); + qApp-><a href="ntqapplication.html#setPalette">setPalette</a>( p, TRUE ); + qApp-><a href="ntqapplication.html#setFont">setFont</a>( TQFont( "times", appFont.pointSize() ), TRUE ); } else if(style == "Motif" || style == "MotifPlus") { - <a href="qpalette.html">TQPalette</a> p( TQColor( 192, 192, 192 ) ); - qApp-><a href="qapplication.html#setPalette">setPalette</a>( p, TRUE ); - qApp-><a href="qapplication.html#setFont">setFont</a>( appFont, TRUE ); + <a href="ntqpalette.html">TQPalette</a> p( TQColor( 192, 192, 192 ) ); + qApp-><a href="ntqapplication.html#setPalette">setPalette</a>( p, TRUE ); + qApp-><a href="ntqapplication.html#setFont">setFont</a>( appFont, TRUE ); } } } void <a name="f233"></a>Themes::about() { -<a name="x330"></a> TQMessageBox::<a href="qmessagebox.html#about">about</a>( this, "TQt Themes Example", +<a name="x330"></a> TQMessageBox::<a href="ntqmessagebox.html#about">about</a>( this, "TQt Themes Example", "<p>This example demonstrates the concept of " "<b>generalized GUI styles </b> first introduced " " with the 2.0 release of TQt.</p>" ); @@ -2325,7 +2325,7 @@ void <a name="f233"></a>Themes::about() void <a name="f234"></a>Themes::aboutTQt() { -<a name="x331"></a> TQMessageBox::<a href="qmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Themes Example" ); +<a name="x331"></a> TQMessageBox::<a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Themes Example" ); } @@ -2343,24 +2343,24 @@ void <a name="f234"></a>Themes::aboutTQt() ** *****************************************************************************/ -#include <<a href="qapplication-h.html">qapplication.h</a>> -#include <<a href="qwindowsstyle-h.html">qwindowsstyle.h</a>> +#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>> #include "themes.h" #include "metal.h" int main( int argc, char ** argv ) { -<a name="x348"></a> TQApplication::<a href="qapplication.html#setColorSpec">setColorSpec</a>( TQApplication::ManyColor ); - <a href="qapplication.html">TQApplication</a> a( argc, argv ); +<a name="x348"></a> TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::ManyColor ); + <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); Themes themes; - themes.<a href="qwidget.html#setCaption">setCaption</a>( "TQt Example - Themes (TQStyle)" ); - themes.<a href="qwidget.html#resize">resize</a>( 640, 400 ); - a.<a href="qapplication.html#setMainWidget">setMainWidget</a>( &themes ); -<a name="x350"></a> themes.<a href="qwidget.html#show">show</a>(); + themes.<a href="ntqwidget.html#setCaption">setCaption</a>( "TQt Example - Themes (TQStyle)" ); + themes.<a href="ntqwidget.html#resize">resize</a>( 640, 400 ); + a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &themes ); +<a name="x350"></a> themes.<a href="ntqwidget.html#show">show</a>(); - return a.<a href="qapplication.html#exec">exec</a>(); + return a.<a href="ntqapplication.html#exec">exec</a>(); } </pre> |