contour icon indicating copy to clipboard operation
contour copied to clipboard

Explore migration to QML

Open christianparpart opened this issue 3 years ago • 0 comments

Challenges

  • [ ] Actually making use of QML with custom OpenGL widgets seems very hard (to me!)
  • [ ] how to set minimum item size (no setMinimumSize)
  • [ ] no access to logical/physical DPI information?
  • [ ] No updateGeometry()?
  • [ ] How to implement toggling the titlebar (feature)?
  • [ ] how to QApplication::beep()
  • [ ] How to create a QMessageBox::question equivalent in QML that yields a result on what button was pressed?

Motivations

  • [ ] Have terminal view as QML object, including its scrollbar and potential overlays (scrollbar, error messages) all defined from within QML source.
  • [ ] Have tabs and have them in the main title bar and have them styled and colorizable, movable
  • [ ] have split views

christianparpart avatar Jun 23 '22 20:06 christianparpart