Browse Source
For QWidget we will just use the Qt default font sizes. This removes the extra QQuickWidget creation which breaks boot Qml ProfilingQGC4.4
7 changed files with 3 additions and 72 deletions
@ -1,9 +0,0 @@ |
|||||||
import QtQuick 2.2 |
|
||||||
import QtQuick.Controls 1.2 |
|
||||||
|
|
||||||
import QGroundControl.ScreenTools 1.0 |
|
||||||
import QGroundControl.ScreenToolsController 1.0 |
|
||||||
|
|
||||||
Item { |
|
||||||
Component.onCompleted: ScreenToolsController.qmlDefaultFontPixelSize = ScreenTools.defaultFontPixelSize |
|
||||||
} |
|
Loading…
Reference in new issue