Giriş
Bu sınıf QStandardItemModel sınıfına eklenir.
Constructor - String
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Bu sınıf QStandardItemModel sınıfına eklenir.
Constructor - String
Şöyle yaparız.
auto model = new QStandardItemModel();
model->insertRow(0, { new QStandardItem{ "Variable" }, new QStandardItem{ "Fixed" }});
setBackground metoduŞöyle yaparız.
QStandardItem *item = ...;
item->setBackground(QBrush(Qt::blue));
setText metoduŞöyle yaparız.
QStandardItem *item = ...;
item->setText("hello")
Hiç yorum yok:
Yorum Gönder