summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/code/src_gui_itemviews_qtablewidget.cpp
blob: 6be31be6d85f2802ff259e79bbcdae5ee8fa2479 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [0]
setCellWidget(row, column, new QLineEdit);
...
setCellWidget(row, column, new QTextEdit);
//! [0]