feat: add combobox component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls.Basic
|
||||
import QtQuick.Controls.impl // Needed for features like the Control.blend() function
|
||||
import DesignSystem
|
||||
|
||||
ComboBox {
|
||||
id: control
|
||||
editable: true
|
||||
}
|
||||
Reference in New Issue
Block a user