Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Three tiny horizontal line top left corner always appearing (solved)

Three tiny horizontal line top left corner always appearing (solved)

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 825 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    houmingc
    wrote on last edited by
    #1

    I am sure other Qt developer must have notice the 3 tiny white horizontal line in one column top left corner.
    I like to ask how to remove this three tiny white line.

    Below is my code.
    {
    QPalette pal=palette();
    pal.setColor(QPalette::Background, Qt::white);
    setPalette(pal);
    setAutoFillBackground(false);
    m_pPalette= new QPalette();
    m_pPixmap= new QPixmap(":/file/leftp.png");
    m_pPalette->setBrush(QPalette:Background,QBrush(*m_pPixmap);
    setPalette(*m_pPalette);
    QWidget *centralWidget = new QWidget(this);
    QGridLayout *layout = QGridLayout();
    centralWidget->setLayout(layout);
    }

    1 Reply Last reply
    0
    • IamSumitI Offline
      IamSumitI Offline
      IamSumit
      wrote on last edited by
      #2

      Can you show an image?

      Be Cute

      1 Reply Last reply
      0
      • H Offline
        H Offline
        houmingc
        wrote on last edited by
        #3

        i am not sure how it was form, i managed to remove it in the Forms. Grateful this forum existed.
        Thanks

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved