On Tuesday, 14 February 2017 20:33:15 CET Richard Braun via cfe-dev wrote:
> Hello,
>
> During work on an internal Qt-based project at Novasys-Ingenierie,
> a Clang plugin was written to convert string-based signals and slots
> to the Qt5 syntax. The plugin has since been pushed to Github [1]
> in
Announcing GammaRay 2.7.0
Highlights of this Release:
===
* Improved enum and flag editor in the property view.
* Add style hint view to style inspector.
* Fix runtime QSG visualization mode switching for newer Qt versions.
* Initial support for statically compiling GammaRay into a
Well, I have the strangest of solutions that isn’t clean, pretty, or even
explainable (by me).
Consider these extra rules (linux only) so the complete .pro file looks like
this:
TEMPLATE = app
SOURCES += main.cpp
OBJ_SOURCE = dummy_input_file.txt
OBJ_GENERATOR.CONFIG += no_link target_pr
2017-02-14 16:39 GMT+01:00 Benjamin TERRIER :
> Hi,
>
> I've got some issue with orientation of full screen windows in Qt Quick.
>
> My environment:
> - Windows 10 64 bits
> - Qt 5.7 and 5.8
> - 2 screens:
> 1. 1680x1050 (landscape)
> 2. 480x800 (portrait)
>
> What I want to do:
> Show a Qt app
> Sent: Tuesday, February 14, 2017 at 10:14 AM
> From: "Ian Geiser"
> To: Interest@qt-project.org
> Subject: [Interest] Replacing QScript with QML
>
>
>
>
> Greetings, I am ported a non-gui Qt4 QScript apt to Qt5 and would like to
> replace the QScript component with QML. I am struggling wi
Hi,
I've got some issue with orientation of full screen windows in Qt Quick.
My environment:
- Windows 10 64 bits
- Qt 5.7 and 5.8
- 2 screens:
1. 1680x1050 (landscape)
2. 480x800 (portrait)
What I want to do:
Show a Qt app fullscreen on the screen number 2.
What I did:
Starting with Qt Qui
Greetings, I am ported a non-gui Qt4 QScript apt to Qt5 and would like to
replace the QScript component with QML. I am struggling with quite a few
rudimentary things though.
My biggest problem is custom Javascript types: I made everything a QObject
based class, but allocating these objects
Hello,
I'm using libqt5widgets5:armhf 5.7.1+dfsg-3+b1
The problems are not reproducible on a different platforms.
There are some unexpected problems with focus: focus events are not
delivered [1], QSS :focus does not work [2]. Here [3] is a pure C++
example of [2].
Is it a known bug? How should
Dear all,
I recently switched to QtCreator 4.2.1 in Ubuntu from Qt official installer.
It worked fine a few days, but today I have lost all the stylesheet in the
embedded help : all Qt help pages are displayed using the default HTML look
(black text, blue links, etc...)
I did not do any tweak or