finished first version showLog and htmlExport --> activating sqlite-logging from now on

This commit is contained in:
floty
2011-12-31 17:47:06 +00:00
parent ce5b83acf9
commit ee8f4c7444
3 changed files with 269 additions and 126 deletions
@@ -1361,4 +1361,8 @@ void settingsDialogImpl::showLogFilePreview()
if(selectedItem) {
myGuiLog->showLog(selectedItem->data(0, Qt::UserRole).toString(), textBrowser_logPreview);
}
QTextCursor cursor(textBrowser_logPreview->textCursor());
cursor.movePosition(QTextCursor::Start);
textBrowser_logPreview->setTextCursor(cursor);
}