src/gui/styles/qcleanlooksstyle.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   882             painter->drawLine(QPoint(rect.right() - 1, rect.top() + 1),
   882             painter->drawLine(QPoint(rect.right() - 1, rect.top() + 1),
   883                               QPoint(rect.right() - 1, rect.bottom() - 1));
   883                               QPoint(rect.right() - 1, rect.bottom() - 1));
   884         }
   884         }
   885         painter->restore();
   885         painter->restore();
   886         break;
   886         break;
   887 #ifndef QT_NO_LINEDIT
   887 #ifndef QT_NO_LINEEDIT
   888     case PE_FrameLineEdit:
   888     case PE_FrameLineEdit:
   889         // fall through
   889         // fall through
   890 #endif // QT_NO_LINEEDIT
   890 #endif // QT_NO_LINEEDIT
   891 #ifdef QT3_SUPPORT
   891 #ifdef QT3_SUPPORT
   892         if (widget && widget->inherits("Q3ToolBar")) {
   892         if (widget && widget->inherits("Q3ToolBar")) {