16 #ifndef QGSALIGNMENTCOMBOBOX_H    17 #define QGSALIGNMENTCOMBOBOX_H    48     void setAvailableAlignments( Qt::Alignment alignments );
    55     Qt::Alignment currentAlignment() 
const;
    62     void setCurrentAlignment( Qt::Alignment alignment );
    72     void customizeAlignmentDisplay( Qt::Alignment alignment, 
const QString &text = QString(), 
const QIcon &icon = QIcon() );
    85     Qt::Alignment mAlignments = Qt::AlignLeft | Qt::AlignHCenter | Qt::AlignRight;
    86     bool mBlockChanged = 
false;
    89 #endif //QGSALIGNMENTCOMBOBOX_H 
A combo box which allows choice of alignment settings (e.g.