예제 #1
0
void QgsComposerMapGridWidget::on_mAnnotationPositionTopComboBox_currentIndexChanged( const QString& text )
{
  handleChangedAnnotationPosition( QgsComposerMapGrid::Top, text );
}
예제 #2
0
void QgsComposerMapWidget::on_mAnnotationPositionBottomComboBox_currentIndexChanged( const QString& text )
{
  handleChangedAnnotationPosition( QgsComposerMap::Bottom, text );
}
예제 #3
0
void QgsLayoutMapGridWidget::mAnnotationPositionBottomComboBox_currentIndexChanged( const QString &text )
{
  handleChangedAnnotationPosition( QgsLayoutItemMapGrid::Bottom, text );
}