22 #ifndef CODEEDITORSTYLECONTROLS_H 
   23 #define CODEEDITORSTYLECONTROLS_H 
   29 #include <QPushButton> 
void setWeight(QFont::Weight weight)
 
void changeWeight(int index)
 
void weightChanged(QFont::Weight newWeight)
 
SelectFontWeightCombo(QWidget *parent)
 
const QFont::Weight & getWeight()