Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! I was wondering is it possible to centralise the tables in my table widgets to the middle of each page??
@GCDX They already are. It's just that the columns don't fill all available space.
Try this, m_hlyt->addWidget(m_view,Qt::AlignHCenter);
m_widget->setLayout(m_hlyt2); m_vlyt->addWidget(m_widget,1); this->setLayout(m_vlyt);