Dear all!
i have a treewidget display data from xml file as picture below
how do show full information at row i selected in the same treewidget.
connect(treeWidget,
SIGNAL(itemDoubleClicked
(QTreeWidgetItem*,
int)),
this,
SLOT(openItem
()));
void MainWindow::openItem()
{
treeWidget->clear();
[COLOR="red"]//what should i do at here[/COLOR]
}
connect(treeWidget, SIGNAL(itemDoubleClicked(QTreeWidgetItem*,int)), this, SLOT(openItem()));
void MainWindow::openItem()
{
treeWidget->clear();
[COLOR="red"]//what should i do at here[/COLOR]
}
To copy to clipboard, switch view to plain text mode
thanks and best regards.
Newbie.
Bookmarks