Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Lighthouse Issues: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Add "cleanup" tag) |
AutoSpider (talk | contribs) (Remove non-functioning "toc" command) |
||
Line 1: | Line 1: | ||
{{Cleanup | reason=Auto-imported from ExpressionEngine.}} | {{Cleanup | reason=Auto-imported from ExpressionEngine.}} | ||
'''THIS PAGE IS OBSOLETE''' - Please move the useful content to [[Qt Platform Abstraction]] and redirect there. Thank you! | '''THIS PAGE IS OBSOLETE''' - Please move the useful content to [[Qt Platform Abstraction]] and redirect there. Thank you! |
Revision as of 12:25, 17 April 2015
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
THIS PAGE IS OBSOLETE - Please move the useful content to Qt Platform Abstraction and redirect there. Thank you!
Lighthouse status - what works currently
OpenGL
- glx-based QGLWidget - also supporting child widgets
- EGL-based full-screen widget
Window system integration
- linux framebuffer (/dev/fbX , use with -platform linuxfb after building linuxfb)
- VNC ( -platform vnc after building vnc)
- DirectFB
- OpenKODE
- X11
- multi-process shared memory surface demo
Font system
- Pluggable font database
- application fonts
- TTF/QPF2 fonts read from
$QTDIR/lib/fonts
- fontconfig
Input events
- Thread safe event handling
- Linux input system
- tslib
- multiple touch points
Lighthouse bugs, known issues and things that need doing
Missing features
- Clipboard
- Drag and drop
- Keymap support
- Multimedia
Architecture
- Mouse/keyboard state logic for input events
Missing functionality
QWidget::showMaximized()/Minimized()/FullScreen()
- desktop services
- focus/activation
- frameGeometry
- mouse/keyboard grabbing