4 changed files with 30 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||||
|
import QtQuick 2.2 |
||||||
|
import QtQuick.Controls 1.2 |
||||||
|
import QtQuick.Controls.Styles 1.2 |
||||||
|
|
||||||
|
import QGroundControl.Palette 1.0 |
||||||
|
|
||||||
|
ComboBox { |
||||||
|
property var __palette: QGCPalette { colorGroupEnabled: enabled } |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue