git-svn-id: svn://db.shs.com.ru/libs@577 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-06-27 19:45:59 +00:00
parent 79fe57fd4d
commit 56693c805d
4 changed files with 17 additions and 1 deletions

View File

@@ -65,6 +65,16 @@ void QPIIntrospector::timerEvent(QTimerEvent * e) {
}
void QPIIntrospector::savingSession(QPIConfig & conf) {
conf.setValue("treeStat_header", treeStat->header()->saveState());
}
void QPIIntrospector::loadingSession(QPIConfig & conf) {
treeStat->header()->restoreState(conf.getValue("treeStat_header", QByteArray()));
}
void QPIIntrospector::buildTree(QByteArray d) {
/*PIVector<PIIntrospectionThreads::ThreadInfo> threads;
PIByteArray pd = Q2PIByteArray(d);