t
Feb. 16, 2020, 1:10 a.m.

QML: Custom draggable point delegate for ChartView series

QML, QML C++, Qt Charts, Qt Location, Qt5

Is it possible to use custom delegates for draggable points (i.e. Items, icons, Rectangles, etc) in Qt Charts or other 3rd party libraries like it is easily possible in Qt Location for MapItemView, MapQuickItem and their delegate property? Or it is possible to use some combinations of PathView and ChartView for such purpose. Had not found any documentation or samples about? Should be obvious and simple like it was implemented in Qt Location however it is not implemented fot Qt Charts for some reasons. Any ideas?

2

Do you like it? Share on social networks!

2
Evgenii Legotckoi
  • Feb. 16, 2020, 8:02 p.m.

Hello,
I think, if you want write own design for series in QML ChartView, then you need inherit it from Q QAbstractSeries in C++, and override methods for painting. But in dovumentation missed information about some methods, therefore you need see c++ sources of this classes. I`m sure, that it is possible, but need spend a lot of time for it.

    t
    • Feb. 16, 2020, 9:34 p.m.
    • (edited)

    Yes, I can but I do not like to spend much time on this. And not sure I can subclass from QAbstractSeries as it does not have custom delegates examples and put any item inside it. PathView inside ChartView could be a solution, however probabaly will need to convert chart coordinates to screen coordinates there: also not sure ChartView has methods for this. Need to make some mockup to check this.

    Ideal way could be Map element using from Qt Location where I have all I need: MapItemView, MapQuickItem and MapPolygon or MapPolyline for graphics as I have cartograhical information to draw. Bu again 2 questions:
    - how to draw axis
    - how to draw custom BarSeries imitating terrain elevation.

    P.S. Markdown works incorrectly on this site and spellchecking in browser does not work.

      Comments

      Only authorized users can post comments.
      Please, Log in or Sign up
      • Last comments
      • AK
        April 1, 2025, 11:41 a.m.
        Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
      • Evgenii Legotckoi
        March 9, 2025, 9:02 p.m.
        К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
      • VP
        March 9, 2025, 4:14 p.m.
        Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
      • ИМ
        Nov. 22, 2024, 9:51 p.m.
        Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
      • Evgenii Legotckoi
        Oct. 31, 2024, 11:37 p.m.
        Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup