Results 1 to 14 of 14

Thread: Qt4 IDE

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt4 IDE

    Quote Originally Posted by GreyGeek
    The Assistant states:
    Qt Code:
    1. By default, QLineEdits have a frame as specified by the Windows and Motif style guides; you can turn it off by calling setFrame(false).
    To copy to clipboard, switch view to plain text mode 
    So the "frame" setting is just switching between the Windows and Motif style guides.
    Not quite, it says that Windows and Motif style guidelines require that frame should be visible, so it's visible by default, and that you can always switch it off.

    The various settings associated with QStyle are not settable in the Designer, so in Windows a depression turns on or off, and in Linux a line turns on or off, when you toggle the frame setting.
    Again it's not a windows/Linux problem. See the attached screenshots, all of them were taken under Linux and as you can see each style treats the "frame" property in a different way.

    If you want to change style properties you would have to design a new style, and that's not possible with Designer. The problem is that a style is global for the whole application and you can't change it just for one widget.

    There are probably many missing features in the Designer, but you must admit that they made a great improvement since Qt 4.0.0. Just make sure that the Trolls know what they should improve.
    Attached Images Attached Images

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.