90 GET_DC_VALUE(date, date, &QDateTimeEdit::editingFinished);
92 GET_DC_VALUE(description, plainText, &QTextEdit::textChanged);
95 wdg->date->setDisplayFormat(QLocale().dateFormat());
97 KPageWidgetItem *page =
new KPageWidgetItem(wdg, i18n(
"Dublin Core"));
117 GET_EXIF_VALUE(ExposureMode, currentIndex, QOverload<int>::of(&QComboBox::activated));
118 GET_EXIF_VALUE(ExposureProgram, currentIndex, QOverload<int>::of(&QComboBox::activated));
129 GET_EXIF_VALUE(MeteringMode, currentIndex, QOverload<int>::of(&QComboBox::activated));
131 GET_EXIF_VALUE(SubjectDistanceRange, currentIndex, QOverload<int>::of(&QComboBox::activated));
140 GET_EXIF_VALUE(GainControl, currentIndex, QOverload<int>::of(&QComboBox::activated));
141 GET_EXIF_VALUE(LightSource, currentIndex, QOverload<int>::of(&QComboBox::activated));
142 GET_EXIF_VALUE(Sharpness, currentIndex, QOverload<int>::of(&QComboBox::activated));
143 GET_EXIF_VALUE(Contrast, currentIndex, QOverload<int>::of(&QComboBox::activated));
144 GET_EXIF_VALUE(WhiteBalance, currentIndex, QOverload<int>::of(&QComboBox::activated));
146 GET_EXIF_VALUE(SceneCaptureType, currentIndex, QOverload<int>::of(&QComboBox::activated));
147 GET_EXIF_VALUE(SensingMethod, currentIndex, QOverload<int>::of(&QComboBox::activated));
162 KPageWidgetItem *page =
new KPageWidgetItem(wdg, i18n(
"Exif"));
169 QTableView *tableView =
new QTableView;
171 tableView->setModel(model);
172 tableView->verticalHeader()->setVisible(
false);
173 tableView->resizeColumnsToContents();
174 KPageWidgetItem *page =
new KPageWidgetItem(tableView, i18n(
"List"));