14 const QString windowTitle , QWidget* parent )
15 : QDialog(parent, Qt::Tool),
Ui::GraphicalSegmentationOptionsDlg() {
20 QString remainingSuffix =
22 QString segmentedSuffix =
26 remainingTextLineEdit->setText(remainingSuffix);
27 segmentedTextLineEdit->setText(segmentedSuffix);
29 if (!windowTitle.isEmpty()) {
30 setWindowTitle(windowTitle);
static QString RemainingSuffixKey()
Returns the QSettings key to store the 'remaining entity' suffix.
static QString SegmentationToolOptionsKey()
Returns the QSettings key to store the segmentation tool options.
ccGraphicalSegmentationOptionsDlg(const QString windowTitle=QString(), QWidget *parent=nullptr)
Default constructor.
static QString SegmentedSuffixKey()
Returns the QSettings key to store the 'segmented entity' suffix.