[Interest] expanda tab depending of QTabWidget

2016-04-20 Thread Freddy Martinez Garcia
Hi guys, I don’t know how ask this question, even ai don’t know how really I nee to looking for because I don’t know what’s the name of the QTabWidget property which let me as Finder does in OS X. In OS X, if you create a new tab, we could see that each tab is expanding in the entire width of t

[Interest] [Qt][Qml] Using OpenGL CoreProfile status

2016-04-20 Thread Jérôme Godbout
Hi, We have move from 5.2 to 5.5, we are trying to plan to move to OpenGL CoreProfile and finaly ditch the old CompatiblityProfile. Normaly I would just test it out, but I have another library that need to be port too (we are using VL 1.0, which doesn't play well with CoreProfile, there's a 2.0 br

Re: [Interest] [QT3D] Lights

2016-04-20 Thread Harald Vistnes
Hi Ramy, The lights in in Qt3D are virtual lights, they light up objects in the scene, but the lights themselves are not visible. To achieve what you are describing, you need a more sophisticated rendering algorithm. You should be able to do it in Qt3D, but not simply by using the built-in lights.

Re: [Interest] Change image.source onClicked with if statement function

2016-04-20 Thread Jérôme Godbout
Take care, image source is an url (QUrl) and the property are string. You should try to put a State here, would be nicer to control the image source and other behavior. a *'red', 'green', 'yellow', 'off'* state would be nice. You could even use the image name with the state name: *Item{ id:tra

Re: [Interest] Probable Qt bug in widgets display

2016-04-20 Thread Etienne Sandré-Chardonnal
Good news, I have a MCVE and precise conditions to trigger the bug with 100% success on my machine. You need a QMainWindow, a custom application wide dark QPalette, a custom stylesheet "QMainWindow { background: palette(base); }" 1) Launch the application on a machine (via RDP or locally) 2) Conn

Re: [Interest] Cellular Radio information?

2016-04-20 Thread Jason H
> On 19/04/16 05:23, Jason H wrote: > > Is there a way to access the radio info (dB, SNR) or even just overall data > > connection quality using Qt? > > > > I know there is a Radio QML type, but this seems to be FM broadcast radio. > > In the unreleased QtSystems module in QtSystemInfo there is

[Interest] No resize after hiding the navigation bar on Android under QML.

2016-04-20 Thread Tr3wory
Hi all, I have a full screen QML application on Android. I create a QQuickView in main() and use showFullscreen() to show it. On my Samsung phone (with physical navigation buttons) everything is fine, the status bar gets hidden, and my application uses the full area of the screen. On my Nexus (w

[Interest] Change image.source onClicked with if statement function

2016-04-20 Thread Ramy Atalla via Interest
Hello I am trying to emulate a traffic light,I have four images to toggle between,I made a function to check the equality of the source image and change it on click,but it doesn't work,I think the problem in checking the equality of the source. Any ideas...ThanksRamyimport QtQuick 2.4 Item{i

[Interest] [QT3D] Lights

2016-04-20 Thread Ramy Atalla via Interest
HelloThere are different kinds of lights (Spot,Point,Directional,etc) in QT3D,I am trying to emulate a car headlights with foggy rays effect and taillights glowing effect . which one you recommend to use and if you can provide me with a simple example will be great.Thanks Ramy _

Re: [Interest] Probable Qt bug in widgets display

2016-04-20 Thread Bo Thorsen
Den 20-04-2016 kl. 10:56 skrev Etienne Sandré-Chardonnal: Here are two screenshots: Normal display : http://www.eclat-digital.com/downloads/qtbug-normal.png Bugged display : http://www.eclat-digital.com/downloads/qtbug-issue.png This looks like a paint bug to me. The best way forward for you i

Re: [Interest] Probable Qt bug in widgets display

2016-04-20 Thread Etienne Sandré-Chardonnal
Here are two screenshots: Normal display : http://www.eclat-digital.com/downloads/qtbug-normal.png Bugged display : http://www.eclat-digital.com/downloads/qtbug-issue.png It seems this also happens with windows RDP sessions. Thanks, Etienne 2016-04-19 14:20 GMT+02:00 Etienne Sandré-Chardonnal