Mitch Curtis
Mitch Curtis
https://github.com/mitchcurtis/slate/commit/12367aeac469ff0e7be29280cbc4dac9590064a7 will at least make this less visible by making sure that it's possible to zoom past 30.
Thanks for the feedback. I would have thought that tablet input would just work, but apparently I'm mistaken. :)
Damn. :( Perhaps https://bugreports.qt.io/browse/QTBUG-72624 is relevant?
> How about https://github.com/ApoorvaJ/EasyTab I don't have any tablet with which to test this stuff, but I would also expect that it's handled by Qt. If https://bugreports.qt.io/browse/QTBUG-72624 is the problem,...
https://bugreports.qt.io/browse/QTBUG-76617 might be related.
QTBUG-76617 was fixed Qt 5.12. Can anyone with a tablet try Slate 0.9.0 and see if it works?
I took a bit of a destructive approach to porting this to Qt 6 (removed some stuff I don't use because I don't think there is an equivalent in Qt...
https://doc.qt.io/qt-5/qvariant-obsolete.html#operator-lt says: > Warning: To make this function work with a custom type registered with qRegisterMetaType(), its comparison operator must be registered using QMetaType::registerComparators().
I'm guessing the solution to the QVariant comparison issue is just to check for the most common types like int, QString, etc. So basically similar to the [operator< that was...
> About the QVariant compare, does it work for bools ? Could you add QDate/QTime/QDateTime support ? Not currently, but I can make it. Not sure what it should do...