aboutsummaryrefslogtreecommitdiffstats
path: root/forms/mainwindow.ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-19Change to Qt5 conding conventionsNao Pross1-11/+65
Data structure changes: - Structogram is no longer just a scope, because it needs to store metadata - All structures now use QString instead of std::string, to integrate better in the Qt framework New code: - MainWindow ui code, building layout - MetadataDialog to change the metadata stored in the Structogram - Painter is a widget (still unimplemented) to show the structogram on the GUI
2017-12-18Moved to QtCreator project with QMakeNao Pross1-0/+0
2017-12-18Add mainwindow.uiNao Pross1-0/+277