[Interest] IDE used to develop qt library

2016-01-07 Thread Boettger, Heiko
Hi, I just wonder what kind of IDE do you use to develop the qt library itself. I didn't find any qtcreator files in the source. What do tools do you use for development and browsing the code? Best Regards Heiko Böttger ___ Interest mailing list Inte

Re: [Interest] QTabWidget activity

2016-01-07 Thread Murphy, Sean
> > This works fine, except that there's no real indication to the user > > that pressing the "Take Snapshot" button actually worked > > Put a tool tip on the button telling them what it will do when they press it. > Then, have the button stay pressed an extra few milliseconds so it really > looks

Re: [Interest] QDialog hangs in constructor when QQuickWidget added to frame layout ?

2016-01-07 Thread Edward Sutton
Never mind. My Frame had no layout. It seems designer does not let you add a layout to an empty frame. I added a button, selected a layout, then deleted the button. -Ed On Jan 7, 2016, at 4:23 PM, Edward Sutton mailto:edward.sut...@subsite.com>> wrote: I am trying to mix QML in a widgets a

[Interest] QDialog hangs in constructor when QQuickWidget added to frame layout ?

2016-01-07 Thread Edward Sutton
I am trying to mix QML in a widgets app by dynamically loading a dialog’s QML source into a QuickWidget. 1. I have a QDialog with a QFrame. 2. In the QDialog constructor, I load the QML form a resource into a QQuickWidget. 3. When I add the QQuickWidget to the QFrame my app hangs at th

Re: [Interest] QTabWidget activity

2016-01-07 Thread william.croc...@analog.com
On 01/07/2016 03:44 PM, Murphy, Sean wrote: I'm trying to figure out the right way to show some feedback to the user and I'm stuck. Here's the setup: - I have a QTabWidget, that has three tabs, one for live data, one for archived data, and a third tab that doesn't having much to do with this pa

[Interest] QTabWidget activity

2016-01-07 Thread Murphy, Sean
I'm trying to figure out the right way to show some feedback to the user and I'm stuck. Here's the setup: - I have a QTabWidget, that has three tabs, one for live data, one for archived data, and a third tab that doesn't having much to do with this particular issue, other than it exists. - On th

[Interest] Auto SmoothedAnimation?

2016-01-07 Thread Jason H
I have a progress bar (Rectangle) that I update the width on a fairly regular interval. I've tried using SmoothedAnimation, but it smoothly fills, pauses, then fills some more. I've read the docs that talk about velocity, but as far as I am concerned, this should be automatic. Velocity should be

Re: [Interest] How to get bounding box of a rotated QML Item ?

2016-01-07 Thread Elvis Stansvik
2016-01-07 12:37 GMT+01:00 Gian Maxera : > Hello, > I have an item that contain a rotated Rectangle. I need to calculate the > height and the width of the bounding box of the Rectangle respect to the > parent Item. How can I do that ? > > Item { > width: widthOfBoundingBox > heigh

[Interest] How to get bounding box of a rotated QML Item ?

2016-01-07 Thread Gian Maxera
Hello, I have an item that contain a rotated Rectangle. I need to calculate the height and the width of the bounding box of the Rectangle respect to the parent Item. How can I do that ? Item { width: widthOfBoundingBox height: heightOfBoundingBox Rectangle {

Re: [Interest] Example SSL Server based on Qt...

2016-01-07 Thread Emre Besirik
There is already a http(s) server written with/for qt in case you missed it on google… http://www.stefanfrings.de/qtwebapp/index-en.html Regards/Saygilar, Emre Beşirik nome...@gmail.com > On 07 Jan 2016, at 07:16, BRM via Interest wrote: >