Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Installer Framework 4.2
-
None
Description
The PackageManagerGui::setTextItems conveniently allows to add text entries to a QComboBox
or QAbstractItemView, but then there is no way to get the selected items. I suggest adding a PackageManagerGui::selectedTextItems method that will return a QStringList with the selected text entries.