12 Aralık 2017 Salı

QHeaderView Sınıfı

Giriş
Şu satırı dahil ederiz.
#include <QHeaderView>
setSectionResizeMode metodu
Şöyle yaparız.
QTreeView *  tv = ...;
auto header=widget->header();

header->setSectionResizeMode(QHeaderView::Fixed);
header->resizeSection(1, 50);
header->resizeSection(2, 50);

Hiç yorum yok:

Yorum Gönder