Replies: 1 comment
-
The combinatorial aspect of Slint's combo box is probably that it combines a button with a drop-down list, similarly to Qt's QComboBox. The latter does optionally allow the combo box to be editable, but I'm not sure if the lack of this feature is reason enough to argue the widget has the wrong name. I imagine Slint's ComboBox might eventually also support this, anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wikipedia says on combo boxes:
Slint's
ComboBox
doesn't have a text box. So, there's no combinatorial aspect in it.Wikipedia also says:
But "sometimes" - colloquially, I'd think - doesn't seem to justify the name definition in a widget set of a UI framework.
I think the name
ComboBox
may only be justified, if you plan to extend the widget with the possibility of including a text box. But even then, maybe there should be two widgets, one of them namedComboBox
, which would not be the one currently implemented.Beta Was this translation helpful? Give feedback.
All reactions