Thanks both, this gives me what I want
Quote:
:focus {border: 1px solid yellow;}
QMenu {border: 1px solid yellow;}
QComboBox#cbSearchMode QAbstractItemView,
QComboBox#cbLookWhere QAbstractItemView,
QComboBox#cbSearchDirection QAbstractItemView {border: 1px solid yellow;}
|
When one of the three QCB control receives focus it gets a border, press space and the QCB list pops
with a border; after selecting an item from the list, press tab and the next control gets a border.
BR