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. Qtable resize according to frame
Forum Updated to NodeBB v4.3 + New Features

Qtable resize according to frame

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.3k 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.
  • D Offline
    D Offline
    devfeel
    wrote on last edited by
    #1

    I have a qtabe which i inserted in a frame. but when i maximize the window, the qtable inside the window doesnt resize accordingly...help..
    [CODE]
    table=new Q3Table(25000,10,ui->bframe);
    [/CODE!http://www.qtcentre.org/attachment.php?attachmentid=8156&d=1346322068&thumb=1(snapshot)!]

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Sam
      wrote on last edited by
      #2

      Are you using any layout for the frame ?
      something like :-

      @QHBoxLayout *layout = new QHBoxLayout;
      layout->addWidget(table);

      ui->bframe->setLayout(layout);@

      The snapshot and code are not visible

      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