Subversion Repositories seema-scanner

Rev

Rev 159 | Rev 164 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 159 Rev 162
Line 38... Line 38...
38
    }
38
    }
39
 
39
 
40
    // List pattern modes
40
    // List pattern modes
41
    ui->algorithmComboBox->addItem("Gray Coding", "GrayCode");
41
    ui->algorithmComboBox->addItem("Gray Coding", "GrayCode");
42
    ui->algorithmComboBox->addItem("Gray Coding Horizontal+Vertical", "GrayCodeHorzVert");
42
    ui->algorithmComboBox->addItem("Gray Coding Horizontal+Vertical", "GrayCodeHorzVert");
-
 
43
    ui->algorithmComboBox->addItem("Gray Coding Max-intensity", "GrayCodeMax");
43
    ui->algorithmComboBox->addItem("Phase Shifting 2 frequency heterodyne", "PhaseShiftTwoFreq");
44
    ui->algorithmComboBox->addItem("Phase Shifting 2 frequency heterodyne", "PhaseShiftTwoFreq");
44
    ui->algorithmComboBox->addItem("Phase Shifting 3 frequency", "PhaseShiftThreeFreq");
45
    ui->algorithmComboBox->addItem("Phase Shifting 3 frequency", "PhaseShiftThreeFreq");
45
    ui->algorithmComboBox->addItem("Line Shift", "LineShift");
46
    ui->algorithmComboBox->addItem("Line Shift", "LineShift");
46
 
47
 
47
    // Set all elements to current application settings
48
    // Set all elements to current application settings