Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_camm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
_camm
2y ago
Hi, creator here. Some of the issues I had with other sites were bad/old data, slow interface, and difficulty with search/filtering. I'm still working on improving the search/filtering process - I'm currently protot
2.
▲
by
_camm
3y ago
It's just because I hadn't heard of it at the time. I will take a look at it though, others have also mentioned it to me after this post. It looks like the iOS support is in alpha though, and I'm curious if it uses native com
3.
▲
by
_camm
3y ago
I'll try GammaRay. Thank you for the recommendation. I've tried the QML profiler before but I always have difficulty getting it to work on Android.
4.
▲
by
_camm
3y ago
It's possible to implement custom QQuickItems that you render in C++, and are displayed within your QML somewhere. https://doc.qt.io/qt-6/qquickitem.html
5.
▲
by
_camm
3y ago
QTextDocument is a class in Qt::Gui that many of the other text classes/components use. I was thinking you may have implemented your own text handling widget/item, but using delegates of text areas makes sense too. I will try reus
6.
▲
by
_camm
3y ago
I haven't seen any performance issues on desktop, but on mobile they really stand out. I have separated logic into QML, and even experimented with implementing custom QQuickItems in some places. Here are some issues I've seen rela
7.
▲
by
_camm
3y ago
You're right, I will update my post. However, it's quite difficult to get this right on all devices as compared to i.e native where it just works. Plus, there are performance issues like those you mentioned that further impact scr