Skip to content

Commit

Permalink
Added all notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiloope committed Oct 15, 2020
1 parent 792fe18 commit 63acd17
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 40 deletions.
4 changes: 2 additions & 2 deletions src/UI/toolbox/toolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ ToolBox::ToolBox(QWidget *parent)
this->addItem(_soundVisualizer,"Sound Visualizer");

QTextBrowser* documentation = new QTextBrowser(this);
documentation->setSearchPaths({"/home/antiloope/Documents/tesis/ChordScript/doc/html/"});
documentation->setSource(QUrl("/home/antiloope/Documents/tesis/ChordScript/doc/html/annotated.html"),QTextDocument::HtmlResource);
documentation->setSearchPaths({"./docs/"});
documentation->setSource(QUrl("./docs/Language-Documentation.html"));
documentation->setOpenExternalLinks(true);
documentation->setStyleSheet(
"QTextBrowser {"
Expand Down
Loading

0 comments on commit 63acd17

Please sign in to comment.