Results 1 to 2 of 2

Thread: Disable QVBoxLayout Border

  1. #1
    Join Date
    Mar 2009
    Posts
    116
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Disable QVBoxLayout Border

    I want to disable border of QVBoxLayout ("NoseLayout " in below code )
    how to do that????????

    verticalLayoutWidget = new QWidget(GLT_Submenu);
    verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWi dget"));
    verticalLayoutWidget->setGeometry(QRect(128, 65, 33, 58));
    NoseLayout = new QVBoxLayout(verticalLayoutWidget);
    NoseLayout->setObjectName(QString::fromUtf8("NoseLayout"));
    NoseLayout->setContentsMargins(0, 0, 0, 0);

  2. #2
    Join Date
    Jan 2006
    Location
    Boston, MA
    Posts
    40
    Thanks
    1
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Disable QVBoxLayout Border

    NoseLayout->setSpacing(0) ?

  3. The following user says thank you to fanat9 for this useful post:

    canislupax (4th November 2010)

Similar Threads

  1. QVBoxLayout and QHBoxLayout problem
    By fmariusd in forum Qt Programming
    Replies: 2
    Last Post: 10th January 2009, 20:58
  2. How to disable NextButton in QWizard ?
    By litroncn in forum Qt Programming
    Replies: 3
    Last Post: 27th May 2008, 07:05
  3. Showing QWidget border around the window
    By maverick_pol in forum Qt Programming
    Replies: 2
    Last Post: 20th March 2008, 20:14
  4. How to create a movable border between two widgets?
    By Teuniz in forum Qt Programming
    Replies: 2
    Last Post: 16th March 2007, 08:45

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.