aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/openuiqmlfiledialog.h
Commit message (Collapse)AuthorAgeFilesLines
* QmlDesigner: Consistently use nullptrTobias Hunger2018-05-081-1/+1
| | | | | | | Fixed by clang-tidy modernize-use-nullptr. Change-Id: Ia2ba90d137365292e95ac340166ed5d1f66a2a56 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* QmlDesigner: Use override consistentlyTobias Hunger2018-05-071-1/+1
| | | | | | | clang-tidy fixes from modernize-use-override check. Change-Id: I7d2025b076a18bb42babf63e13129c89469d2d2a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* QmlDesigner: Propose to open a .ui.qml file instead of .qmlThomas Hartmann2016-06-271-0/+54
If the project contains .ui.qml files the designer proposes to open .ui.qml files instead of opening a .qml file. This encourages to not open the .qml files in the designer. This feature can be disabled. Change-Id: I47a877ea72fafb07ebee485b8f22509f6162993c Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>