This document discusses SWT/Qt, which allows building SWT-based applications with more control over widget styling. It was motivated by limitations of SWT's styling options and a desire for central styling. SWT/Qt uses Qt widgets instead of native ones, layered on top of SWT. This provides more flexible styling through CSS while still using SWT. Examples show typical Swing-based and SWT-based apps compared to ones built with SWT/Qt, which demonstrate richer styling options through CSS.