Comment # 1
on bug 12553
from Gerald Combs
(In reply to Dario Lombardo from comment #0)
> An improvement of the current interfaces list would be to change the extcap
> list into a dropdown menu. With the growth of the extcaps, this list is
> becoming longer and longer. Since it will be possibily made of extcap the
> user doesn't need (especially all together), the dropdown seems to be a
> better choice.
Would an expandable tree item work instead of a dropdown? The interface lists
in the Qt UI are implemented in ui/qt/interface_tree.cpp. As the name implies,
it's a tree widget[1]. Sticking the extcap interfaces under an "External
Devices" tree item shouldn't be too difficult.
[1] Most of the "lists" in the Qt UI are actually trees. QListView gives you
one column and QTableView is cell-based (i.e. it's a spreadsheet).
You are receiving this mail because:
- You are watching all bug changes.