linphone-desktop/tests/ui/components/form/DialogComboBox.qml
2016-09-08 15:17:16 +02:00

9 lines
141 B
QML

import QtQuick 2.7
import QtQuick.Controls 2.0
ComboBox {
background: Rectangle {
color: 'transparent'
}
id: comboBox
}