| changeset 25 | 19394c261aa5 |
| parent 24 | f5dfdd5e4a1b |
| child 26 | 808caa51b78b |
| 24:f5dfdd5e4a1b | 25:19394c261aa5 |
|---|---|
58 makeRotateItem(*model); |
58 makeRotateItem(*model); |
59 } |
59 } |
60 |
60 |
61 makeBrightnessItem(*model); |
61 makeBrightnessItem(*model); |
62 |
62 |
63 if ( mModel->isCallibrationSupported() ) { |
63 /* if ( mModel->isCallibrationSupported() ) { |
64 makeCallibrationItem(*model); |
64 makeCallibrationItem(*model); |
65 } |
65 }*/ |
66 |
66 |
67 form->setModel(model); |
67 form->setModel(model); |
68 } |
68 } |
69 } |
69 } |
70 |
70 |