예제 #1
0
void QgsComposerMapGridWidget::on_mAnnotationDisplayBottomComboBox_currentIndexChanged( const QString &text )
{
  handleChangedAnnotationDisplay( QgsComposerMapGrid::Bottom, text );
}
예제 #2
0
void QgsLayoutMapGridWidget::mAnnotationDisplayBottomComboBox_currentIndexChanged( const QString &text )
{
  handleChangedAnnotationDisplay( QgsLayoutItemMapGrid::Bottom, text );
}