QGCTabBar.qml 317 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
import QtQuick                      2.11
import QtQuick.Controls             2.4

import QGroundControl               1.0
import QGroundControl.Palette       1.0
import QGroundControl.Controls      1.0
import QGroundControl.ScreenTools   1.0

TabBar {
    background: Rectangle {
        color: qgcPal.window
    }
}