textbrowser
textbrowser
The second link suggests that one search would suffice because you can specify the ISBN.
> As a matter of fact, I can read French. So, no problem. I put together a shorter English version of it in text format, which could go into the...
Please read https://doc.qt.io/qt-6/qtlinguist-index.html for translation assistance.
Updated the translation files.
Lots of work here because new database fields.
https://github.com/textbrowser/dooble/assets/10701156/e4dfbe57-24d4-49a4-93d9-b5c5f421aa8e
Are you on Qt 6?
"qt.core.qobject.connect: QObject::connect(QObject, Unknown): invalid nullptr parameter" https://github.com/textbrowser/dooble/blob/master/Documentation/TO-DO "QSqlDatabase complains (connect() and nullptr) if QApplication is not present in Qt 6."
The invalid-parameter warning exists because a QApplication object does not exist before QSqlDatabase is created. This is a Qt 6-ism.
A yup. Your problem is a Qt 6 problem. :) One a warning and the second a problem. Is important to state that you're on Qt 6. Good for you...