Re: [Interest] How to get QMainWindow derived window to show

2021-04-30 Thread Jeremy Katz
On 30/Apr/21 15:20, Nicholas Yue wrote: > Hi, > >   I am learning and comparing the different UI I can create via Designer > >   I can get the Widget to load and show up > > https://github.com/nyue/QtQuestions/blob/main/Qt5/language_change/form/Form.cpp >

Re: [Interest] How to populate ChartView CandlestickSeries from JS?

2021-02-21 Thread Jeremy Katz
On 19/Feb/21 07:30, Federico Ferri wrote: > Has anybody a solution to this? > > Tried two different approaches: > > https://stackoverflow.com/questions/66279947/qml-qtcharts-candlestickseries-repeater > >

Re: [Interest] Sharing QItemSelectionModel with multiple views/proxy models

2020-09-25 Thread Jeremy Katz
On 24/Sep/20 13:12, Murphy, Sean wrote: > What's the best way to share selections between views when you're > dealing with different levels of models and proxy models between the > separate views? > > I've got the following setup: - myData: a data only class that holds > the underlying values to