[Qt-interest] Enter buttons QToolBox

Dimitrios roulhs at gmail.com
Sun Nov 29 14:46:22 CET 2009


Thank you. Its Qt Creator.

On 29/11/2009, Abhishek <abhishekworld at gmail.com> wrote:
> Hi Dimitrios,
> I think you mean Qt Designer not QCreator.
> you can do it like this
>
>     QToolBox* toolBox = new QToolBox(this);
>     QPushButton* button = new QPushButton(toolBox);
>
>
> On Thu, Nov 26, 2009 at 5:35 PM, Dimitrios <roulhs at gmail.com> wrote:
>
>> Hello everyone
>>
>> Im trying to add QPushButtons into QToolBox tabs. Is it anyway that I can
>> do that without using the QCreator?
>>
>>
>> Thanks
>>
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>
>>
>
>
> --
> Abhishek Patil
>
> "Imagination is more important than knowledge..." -Albert Einstein
>

-- 
Sent from my mobile device



More information about the Qt-interest-old mailing list