32 #ifndef pqFontPropertyWidget_h 33 #define pqFontPropertyWidget_h 35 #include "pqApplicationComponentsModule.h" 38 class vtkSMPropertyGroup;
49 Q_PROPERTY(QString justification READ justification WRITE setJustification)
56 QString justification()
const;
58 void justificationChanged(QString&);
61 void setJustification(QString&);
62 void setupJustificationButton();
65 void changeJustificationIcon(QAction*);
71 pqInternals* Internals;