Searched refs:restoreState (Results 1 – 5 of 5) sorted by relevance
66 bool restoreState(const QByteArray &state);
168 bool restoreState(const QByteArray &state);
156 restoreState(data); in loadDefaultState()200 bool BrowserMainWindow::restoreState(const QByteArray &state) in restoreState() function in BrowserMainWindow238 if (!tabWidget()->restoreState(tabState)) in restoreState()
345 newWindow->restoreState(windows.at(i)); in restoreLastSession()
723 bool TabWidget::restoreState(const QByteArray &state) in restoreState() function in TabWidget