Re: [Interest] QtQuick app fatal DCOM errors (Microsoft Store app)

2023-09-21 Thread Paul Masri-Stone
Hi Cristian, Yes it was intentional that I don't have the "runFullTrust" capability. My app doesn't use any features that would need this capability and including it would cause a popup for users telling them the app was asking for those privileges. From the advice I've seen you should avoid this

Re: [Interest] QtQuick app fatal DCOM errors (Microsoft Store app)

2023-09-21 Thread Cristian Adam via Interest
On 21-Sep-23 13:44, Paul Masri-Stone wrote: Hi, I'm trying to get a Qt6/CMake app packaged for the Microsoft Store (for Windows 10/11 PCs). Cristian Adam showed me how this can be done for a QtWidgets app on Qt 6.5.2, using the Qt Affine example project. I have tested this locally and it wo

[Interest] QtQuick app fatal DCOM errors (Microsoft Store app)

2023-09-21 Thread Paul Masri-Stone
Hi, I'm trying to get a Qt6/CMake app packaged for the Microsoft Store (for Windows 10/11 PCs). Cristian Adam showed me how this can be done for a QtWidgets app on Qt 6.5.2, using the Qt Affine example project. I have tested this locally and it works fine. https://github.com/cristianadam/AffineWi

Re: [Interest] Displaying QTreeView leaf nodes in a QTableView

2023-09-21 Thread Richard Gustavsen via Interest
> > But somehow, this is not working. Only the "root" node gets displayed in the > table view. > > Do you have any ideas what I could be missing? I would guess/assume that if you filter out a parent node, you also filter out all it’s children; The children cannot “exist” in the remaining tre