fixed toggle section
This commit is contained in:
@@ -92,18 +92,16 @@ void XQItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option
|
||||
|
||||
case XQItem::ComboBoxStyle :
|
||||
return drawComboBoxStyle( painter, option, index );
|
||||
|
||||
/*
|
||||
case XQItem::SpinBoxStyle :
|
||||
return drawSpinBoxStyle( painter, option, index );
|
||||
|
||||
case XQItem::ProgressBarStyle :
|
||||
return drawProgressBarStyle( painter, option, index );
|
||||
|
||||
*/
|
||||
case XQItem::HiddenStyle :
|
||||
return;
|
||||
|
||||
|
||||
|
||||
default:
|
||||
break;
|
||||
} // switch
|
||||
|
Reference in New Issue
Block a user