Displaying a QR code in the EditItemDialog containing the full data of the current item as a string.

This commit is contained in:
2026-01-15 14:06:02 +01:00
parent c83ba2da9d
commit a8bf5b4032
5 changed files with 48 additions and 3 deletions

View File

@ -24,6 +24,7 @@ class ItemDetailMapper : public QWidget {
void revert();
signals:
void contentChanged(const QString text);
private slots:
void onCurrentIndexChanged(const QModelIndex& current, const QModelIndex& previous);
@ -32,6 +33,7 @@ class ItemDetailMapper : public QWidget {
void toPrevious();
void toNext();
void updateButtons(int row);
void emitContentChanged(const QModelIndex& currentIndex);
private:
/// *** members ***