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.
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.
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
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
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
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
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
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