QmlDesigner: Allow .ui.qml file in component creation

Change-Id: I3ae5822820c365d0cbc7d679c6365a25f34b1637
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2016-09-29 15:38:29 +02:00
parent 920386220b
commit 5a3aa3fc3e
4 changed files with 23 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>495</width>
<height>311</height>
<height>330</height>
</rect>
</property>
<property name="windowTitle">
@@ -95,6 +95,13 @@
</item>
</layout>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string>ui.qml file</string>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>