QC_ApplicationWindow::slotHelpManual

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

QC_ApplicationWindow::slotHelpManual

ravas
Can we drop support for QT_VERSION < 0x040400 ?

Also, I noticed:
if ((RS_SYSTEM->getDocPath().length()>0) && (QFile::exists(RS_SYSTEM->getDocPath()+ "/LibreCADdoc.qhc")==true)) {
...
        } else {
            QMessageBox::information(this, tr("Help files not found"), tr("Bugger, I couldn't find the helpfiles on the filesystem."));
        }
which is relevant for:
http://forum.librecad.org/Help-error-message-td5712456.html

It looks like LibreCADdoc.qhc either isn't getting created or the function can't find it on that system.
Reply | Threaded
Open this post in threaded view
|

Re: QC_ApplicationWindow::slotHelpManual

dxli
yes, we should drop support for qt before qt-4.4

I feel we should make qt5 mandatory next year

ravas wrote
Can we drop support for QT_VERSION < 0x040400 ?

Also, I noticed:
if ((RS_SYSTEM->getDocPath().length()>0) && (QFile::exists(RS_SYSTEM->getDocPath()+ "/LibreCADdoc.qhc")==true)) {
...
        } else {
            QMessageBox::information(this, tr("Help files not found"), tr("Bugger, I couldn't find the helpfiles on the filesystem."));
        }
which is relevant for:
http://forum.librecad.org/Help-error-message-td5712456.html

It looks like LibreCADdoc.qhc either isn't getting created or the function can't find it on that system.
Reply | Threaded
Open this post in threaded view
|

Re: QC_ApplicationWindow::slotHelpManual

ravas
I would support that. I'm interested in an alternative way to save settings using the 5.0+ JSON classes.
http://doc.qt.io/qt-5/json.html