[WIP ] terminal headers
Needs ReviewPublic

Authored by maciejn on Jan 28 2019, 10:05 PM.

Details

Reviewers
hindenburg
Group Reviewers
Konsole
Summary

A crude attempt at drawing headers for splits

  • need to be configurable
  • scrollbar shoudn't be over header
  • needs menu button

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped
maciejn requested review of this revision.Jan 28 2019, 10:05 PM
maciejn created this revision.
mglb added a subscriber: mglb.Jan 28 2019, 10:29 PM

What about using QStyle and CC_TitleBar for drawing? http://doc.qt.io/qt-5/qstyle.html#drawComplexControl

A good start!