7 changed files with 24 additions and 0 deletions
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 460 B |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 8.5 KiB |
@ -0,0 +1,18 @@ |
|||||||
|
import QtQuick 2.3 |
||||||
|
|
||||||
|
import QGroundControl 1.0 |
||||||
|
import QGroundControl.ScreenTools 1.0 |
||||||
|
import QGroundControl.Controls 1.0 |
||||||
|
|
||||||
|
QGCTabBar { |
||||||
|
id: tabBar |
||||||
|
anchors.left: parent.left |
||||||
|
anchors.right: parent.right |
||||||
|
|
||||||
|
Component.onCompleted: currentIndex = QGroundControl.settingsManager.planViewSettings.displayPresetsTabFirst.rawValue ? 2 : 0 |
||||||
|
|
||||||
|
QGCTabButton { icon.source: "/qmlimages/PatternGrid.png"; icon.height: ScreenTools.defaultFontPixelHeight } |
||||||
|
QGCTabButton { icon.source: "/qmlimages/PatternCamera.png"; icon.height: ScreenTools.defaultFontPixelHeight } |
||||||
|
QGCTabButton { icon.source: "/qmlimages/PatternTerrain.png"; icon.height: ScreenTools.defaultFontPixelHeight } |
||||||
|
QGCTabButton { icon.source: "/qmlimages/PatternPresets.png"; icon.height: ScreenTools.defaultFontPixelHeight } |
||||||
|
} |
Loading…
Reference in new issue