Results 1 to 2 of 2

Thread: Qt Creator and QGridLayout

  1. #1
    Join Date
    Nov 2007
    Posts
    291
    Thanks
    85
    Thanked 1 Time in 1 Post

    Default Qt Creator and QGridLayout

    hi
    I am using qt-4.4.2 ,When i open *.ui files inside the Qt Creator i get few extra fields in the property section(layoutRowStretch,layoutColumnStretch,..e.t .c) of QGridLayout which i dont get if i open the designer alone(ouside the qtcreator).

    But using these extra fields which is provided by qtcreator have no effect on the program.
    ie.when i use the layoutRowStretch section there is no effect on the code ,I have looked in to the ui_*.h file genetated by the moc ,there is no code releted to RowStretch.

    Had i done any mistake in the compilation of Qt ? so that i am unable to use the full potential of the QtDesigner.

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: Qt Creator and QGridLayout

    Most likely Qt Creator just embeds a newer version of Qt Designer than the one you have installed.
    J-P Nurmi

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.