Re: [Interest] Qt5: Obtain current layout size

2012-07-22 Thread alexander golks
Am Sun, 22 Jul 2012 15:49:13 -0400 schrieb Stephen Chu : > Thanks. That works. Do you happen to know how I can get the size of a > window maximized without first maximize it? what about: http://qt-project.org/doc/qt-4.8/qapplication.html#desktop alex -- /* * "Never be bullied into silence.

Re: [Interest] Qt Binaries for Mingw 4.7

2012-07-22 Thread K. Frank
Hi Konrad! On Sun, Jul 22, 2012 at 11:38 AM, Konrad Rosenbaum wrote: > Hi, > > On Thursday 19 July 2012, K. Frank wrote: >> On Thu, Jul 19, 2012 at 4:07 AM, Konrad Rosenbaum > wrote: >> > I'm using features of C++11 (provided by GCC 4.7, and maybe LLVM 3.1) >> >> Me too, especially std::thread.

Re: [Interest] Qt5: Obtain current layout size

2012-07-22 Thread Bill Crocker
On 07/21/2012 12:27 PM, Stephen Chu wrote: > I am working on a dynamically generated form. One thing I'd like to do > is to reflow the layout into multi-column when the widgets fill the > preset window height. > Hack alert... Some Window Managers will let you bring a window up off screen where it

Re: [Interest] Qt5: Obtain current layout size

2012-07-22 Thread Stephen Chu
On 7/22/12 6:30 AM, Bo Thorsen wrote: > Den 21-07-2012 18:27, Stephen Chu skrev: >> I am working on a dynamically generated form. One thing I'd like to do >> is to reflow the layout into multi-column when the widgets fill the >> preset window height. >> >> I need to find out what the current layout

Re: [Interest] Qt Binaries for Mingw 4.7

2012-07-22 Thread Konrad Rosenbaum
Hi, On Thursday 19 July 2012, K. Frank wrote: > On Thu, Jul 19, 2012 at 4:07 AM, Konrad Rosenbaum wrote: > > I'm using features of C++11 (provided by GCC 4.7, and maybe LLVM 3.1) > > Me too, especially std::thread. Lambdas and variadic templates (in connection they make a nice wrapper for dir

Re: [Interest] debug mode?

2012-07-22 Thread Doug Stewart
On Sun, Jul 22, 2012 at 7:58 AM, André Pönitz < andre.poen...@mathematik.tu-chemnitz.de> wrote: > On Thu, Jul 19, 2012 at 09:27:39PM -0400, Doug Stewart wrote: > > I am using: > > > > Qt Creator 2.4.1 > > > > Based on Qt 4.8.0 (32 bit) > > > > Built on Mar 21 2012 at 23:05:03 > > > > > > in Ubuntu

Re: [Interest] debug mode?

2012-07-22 Thread André Pönitz
On Thu, Jul 19, 2012 at 09:27:39PM -0400, Doug Stewart wrote: > I am using: > > Qt Creator 2.4.1 > > Based on Qt 4.8.0 (32 bit) > > Built on Mar 21 2012 at 23:05:03 > > > in Ubuntu12.04. > > > I cannot switch to debugging mode in "Run Target Selector" > Anyone know what to do??? What option

Re: [Interest] Qt5: Obtain current layout size

2012-07-22 Thread Bo Thorsen
Den 21-07-2012 18:27, Stephen Chu skrev: > I am working on a dynamically generated form. One thing I'd like to do > is to reflow the layout into multi-column when the widgets fill the > preset window height. > > I need to find out what the current layout height is before I add the > new widget. The