Thanks so much for your help Thiago. It does work after all (when the
libraries are in the right place!).
On 28/01/17 21:27, Thiago Macieira wrote:
On sábado, 28 de janeiro de 2017 21:02:18 PST Dan Allen wrote:
I don't have an issue building it with Qt5.8, it compiled fine. My
application jus
On sábado, 28 de janeiro de 2017 21:02:18 PST Dan Allen wrote:
> I don't have an issue building it with Qt5.8, it compiled fine. My
> application just doesn't seem to see the plugins.
Run with QT_DEBUG_PLUGINS=1 and it'll tell you whether it found the files and
whether they could be loaded.
--
Yes, I downloaded the master. I checked and it includes those changes.
I don't have an issue building it with Qt5.8, it compiled fine. My
application just doesn't seem to see the plugins.
On 28/01/17 20:47, Thiago Macieira wrote:
On sábado, 28 de janeiro de 2017 19:44:30 PST Dan Allen wrote:
On sábado, 28 de janeiro de 2017 19:44:30 PST Dan Allen wrote:
> Thanks for the information Thiago.
>
> I downloaded that and compiled it etc. However, I can't get it to work
> using Qt5.8. Have you used qtstyleplugins with Qt5.8?
I have not, but there's a commit there saying "Fix build with Qt >
Thanks for the information Thiago.
I downloaded that and compiled it etc. However, I can't get it to work
using Qt5.8. Have you used qtstyleplugins with Qt5.8?
On 28/01/17 18:28, Thiago Macieira wrote:
On sábado, 28 de janeiro de 2017 15:57:34 PST Dan Allen wrote:
Hi,
With Qt5.8.0, the GTK
On sábado, 28 de janeiro de 2017 15:57:34 PST Dan Allen wrote:
> Hi,
>
> With Qt5.8.0, the GTK platform theme has returned. However, the GTK
> style has not.
>
> Does anyone know if the GTK style will reappear in a future release or
> has this gone for good?
It's still there, it did not get remo
Hi,
With Qt5.8.0, the GTK platform theme has returned. However, the GTK
style has not.
Does anyone know if the GTK style will reappear in a future release or
has this gone for good?
Thanks.
___
Interest mailing list
Interest@qt-project.org
http:
Ok here's I worked around this by creating another file called
StackViewPage.qml -
```
import QtQuick 2.7
import QtQuick.Controls 2.1
Item {
property var stackViewStatus: StackView.status
property int stackViewIndex: StackView.index
signal stackViewActivated
signal stackViewActiv