| 154 | } |
| 155 | |
| 156 | void QmitkForm::Update() |
| 157 | { |
| 158 | this->UpdateFormHeader(); |
| 159 | this->UpdateSubmittedHeader(); |
| 160 | this->UpdateSectionHeader(); |
| 161 | this->UpdateQuestionWidgets(); |
| 162 | this->UpdateFormButtons(); |
| 163 | } |
| 164 | |
| 165 | void QmitkForm::UpdateFormHeader() |
| 166 | { |