developed timeruler prototype

This commit is contained in:
itsmattkc
2019-07-24 19:21:46 -07:00
parent 501110c328
commit 705ecc0910
5 changed files with 226 additions and 31 deletions
+2
View File
@@ -32,6 +32,8 @@ TimelinePanel::TimelinePanel(QWidget *parent) :
setWidget(main);
QVBoxLayout* layout = new QVBoxLayout(main);
layout->setSpacing(0);
layout->setMargin(0);
TimeRuler* tr = new TimeRuler(true, this);
layout->addWidget(tr);