|
|
|
|
@ -92,7 +92,6 @@ namespace Breeze |
|
|
|
|
|
|
|
|
|
//* needed to avoid warnings at compilation time
|
|
|
|
|
using ParentStyleClass::polish; |
|
|
|
|
using ParentStyleClass::unpolish; |
|
|
|
|
|
|
|
|
|
//* widget polishing
|
|
|
|
|
virtual void polish( QWidget* ); |
|
|
|
|
@ -100,6 +99,9 @@ namespace Breeze |
|
|
|
|
//* widget unpolishing
|
|
|
|
|
virtual void unpolish( QWidget* ); |
|
|
|
|
|
|
|
|
|
//* application unpolishing
|
|
|
|
|
void unpolish( QApplication* ) override; |
|
|
|
|
|
|
|
|
|
//* polish scrollarea
|
|
|
|
|
void polishScrollArea( QAbstractScrollArea* ); |
|
|
|
|
|
|
|
|
|
@ -471,6 +473,9 @@ namespace Breeze |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
|
|
|
|
|
//* shared cleanup for unpolish and dtor
|
|
|
|
|
void cleanup(); |
|
|
|
|
|
|
|
|
|
//*@name scrollbar button types (for addLine and subLine )
|
|
|
|
|
//@{
|
|
|
|
|
ScrollBarButtonType _addLineButtons; |
|
|
|
|
|