forked from qt-creator/qt-creator
The working copy contains the artificial ui_* files and therefore we have to consider it while resolving include files. Task-number: QTCREATORBUG-9683 Change-Id: Icb3387b4cd885b3652bae3f1da465d3e0f633332 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
25 lines
630 B
XML
25 lines
630 B
XML
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QMenuBar" name="menuBar" />
|
|
<widget class="QToolBar" name="mainToolBar" />
|
|
<widget class="QWidget" name="centralWidget" />
|
|
<widget class="QStatusBar" name="statusBar" />
|
|
</widget>
|
|
<layoutDefault spacing="6" margin="11" />
|
|
<pixmapfunction></pixmapfunction>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|