Home
last modified time | relevance | path

Searched refs:separations_mode_button (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/
H A Dprint_widget.cpp221separations_mode_button = createPrintModeButton(QIcon(QString::fromLatin1(":/images/print-mode-sep…
227 mode_button_group->addButton(separations_mode_button);
231 mode_layout->addWidget(separations_mode_button);
619 separations_mode_button->setEnabled(!is_image_target && map->hasSpotColors()); in setTarget()
896 separations_mode_button, in setOptions()
922 separations_mode_button->setChecked(true); in setOptions()
1062 separations_mode_button->setEnabled(has_spot_colors); in spotColorPresenceChanged()
1063 if (!has_spot_colors && separations_mode_button->isChecked()) in spotColorPresenceChanged()
H A Dprint_widget.h312 QToolButton* separations_mode_button; variable