[Qt-creator] Creator with std containers

Przemyslaw Gorszkowski pgorszkowski at gmail.com
Wed Jul 31 09:45:32 CEST 2013


Hi,

It has still ongoing state(unfortunately). A lot of work has to be
done there. Hope to finish it soon.

Best Regards,

Przemyslaw Gorszkowski

On Wed, Jul 31, 2013 at 8:28 AM, Orgad Shaneh <orgads at gmail.com> wrote:
> On Tue, Jul 30, 2013 at 10:20 PM, Duane <duane.hebert at group-upc.com> wrote:
>
>> I have Qt Creator 2.7.0. on Fedora 16 with Qt 4.8.4
>>
>> struct spoo {
>>         int x;
>>         int y;
>> };
>>
>> std::vector <spoo> Spoos(10);
>>
>> typing Spoos[0].  should get me a list showing x,y  or whatever is
>> available in spoo.  But it doesn't.  Also, putting a mouse over Spoos
>> just shows std::vector and not std::vector<spoo>
>>
>>
>> If i use an iterator instead of access via [] it works as expected.  Is
>> this a setting?  It seems that it used to work on previous versions of
>> Creator.
>>
>> _______________________________________________
>> Qt-creator mailing list
>> Qt-creator at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
>
> This is QTCREATORBUG-1892. Unfortunately not fixed yet (though there are a
> few pending related changes in gerrit).
>
> - Orgad
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>



-- 
Best regards/Pozdrawiam

Przemyslaw Gorszkowski



More information about the Qt-creator mailing list