JTippetts
How do you ensure that a custom UI widget generates drag events? I inherit a widget type from UI::Button. UI::Button generates drag events just fine if I use a Button, but if I use the custom widget type instead, no drag events are generated; instead, it just moves the parent window that owns the widget buttons.