Lines Matching refs:Style
91 CV_IMPL CvFont cvFontQt(const char* nameFont, int pointSize,CvScalar color,int weight,int style, int spacing)
96 int font_face;//<- style in Qt
106 CvFont f = {nameFont,color,style,NULL,NULL,NULL,0,0,0,weight,spacing,pointSize};
824 f.setStyle((QFont::Style) font->font_face/*style*/);
1286 //Change style of the Slider
1297 //this next line does not work if we change the style with a stylesheet, why ? (bug in QT ?)
2032 //I comment this because if we change the style, myview (the picture)
2309 setStyleSheet( "QGraphicsView { border-style: none; }" );