[Interest] Using C# with QML/QtQuick, introducing Qml.Net.

2018-08-09 Thread Paul Knopf
I have been hard at work on Qml.Net and I think it is at a point that I'd like to share it with you guys for your feedback. https://github.com/pauldotknopf/Qml.Net This project is similar to PyOtherSide, except for C#/.NET. ___ Interest mailing list Int

Re: [Interest] get application's resources

2018-08-09 Thread Reinhardt Behm via Interest
QDir is your friend. QDir dir(":/", "*"); qDebug() << dir.dirName() << dir.entryList(); -- Best Regards Reinhardt Behm On Friday 10 August 2018 14:47:39 Frank Rueter | OHUfx wrote: > Hi, > > in my host application I can use the existing application resources for > things like

[Interest] get application's resources

2018-08-09 Thread Frank Rueter | OHUfx
Hi, in my host application I can use the existing application resources for things like icons etc like this:     QtGui.QIcon(':qrc/images/some_image.png') Is it possible to get a list of everything in the application resources to see what other images are available, i.e. everything under ":qr

[Interest] [Qt3D] Issues

2018-08-09 Thread Oleg Evseev
Hi, I wonder why FirstPersonCameraController now in qt 5.11.1 by arrow up-down keys moves camera up and down instead of moving forward like in games (like first person view should), and as it is in 5.9.5? Also qgltf.exe of qt 5.11.1 for windows "Failed to import" (without any other error descript

Re: [Interest] QTreeWidget displays blank widget

2018-08-09 Thread Murphy, Sean
> Yes, I used QTreeWidget ::setCellWidget(int row, int column, QWidget *widget). > I have already used QStyledItemDelegate, but setCellWidget is far easiest for > what I want to do. > I don't really understand why QPushbutton are correctly displayed and not > other widgets. > But if only delegate

Re: [Interest] QTreeWidget displays blank widget

2018-08-09 Thread Nicolas Krieger
Yes, I used QTreeWidget ::setCellWidget(int row, int column, QWidget *widget). I have already used QStyledItemDelegate, but setCellWidget is far easiest for what I want to do. I don't really understand why QPushbutton are correctly displayed and not other widgets. But if only delegate is t

Re: [Interest] QTreeWidget displays blank widget

2018-08-09 Thread Murphy, Sean
> I would like to display colored widgets in a QTreeWidget. > Screenshots of what I really have are in attached files. > My wigdet is colored, but when in the QTreeWidget, it is all white. How can I > resolve it? Are you adding your widget to the QTreeWidget via QTreeWidget ::setCellWidget(int

[Interest] QTreeWidget displays blank widget

2018-08-09 Thread Nicolas Krieger
Hello I would like to display colored widgets in a QTreeWidget. Screenshots of what I really have are in attached files. My wigdet is colored, but when in the QTreeWidget, it is all white. How can I resolve it? -- *Nicolas Krieger* ___ Interest mai

Re: [Interest] QML vs Electron

2018-08-09 Thread Roland Hughes
Now, perhaps. The wiki was busted for many years. Complaints in here finally had someone from Qt file a bug report. I haven't tested what is on the wiki today. What was there previously didn't work at all. On 08/07/2018 03:31 AM, Tomasz Siekierda wrote: > Especially the ones for cross compil

Re: [Interest] QML vs Electron

2018-08-09 Thread Roland Hughes
Rather interesting. People making medical devices which save millions of lives each year have to pay royalties on each unit manufactured. People writing apps which now kill more humans than drunk driving, aren't charged royalties. https://www.bloomberg.com/news/articles/2017-10-17/smartphon

Re: [Interest] Problems with QCamera/QML Camera when trying to porting a desktop application to android tablet

2018-08-09 Thread Roman Wüger
Ok it seems to work with Qt 5.11.1 but the preview video is shown in the top left corner instead of the complete widget. Any hints? Thanks in advance > Am 31.07.2018 um 17:18 schrieb Roman Wüger > : > > Hello guys, > > I try to port a desktop application to an android tablet. At the moment

Re: [Interest] Qt Bluetooth a2dp/hfp

2018-08-09 Thread Shawn Rutledge
> On 9 Aug 2018, at 07:39, Akın Gümüşkavak wrote: > > Hello, > > I'm working with Qt bluetooth to implement a2dp/hfp connection. I have > successfully implemented so I can connect to my phone. Cool! What platform are you on? > > Now I would like to show my media information which I play f