Tests: Remove invalid qml file

File seems to be useless and is not used at all.

Change-Id: I7b6d7f8804cdf07c6027abb9822d99bdf5ad9dbf
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Christian Stenger
2016-06-28 17:25:52 +02:00
committed by Tim Jenssen
parent e0b05758c0
commit b1a1e169a6
2 changed files with 0 additions and 53 deletions

View File

@@ -1,52 +0,0 @@
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3 as published by the Free Software
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
****************************************************************************/
<?xml version="1.0" encoding="UTF-8"?>
<QWidget id="Form" x="300" y="200" width="455" height="376">
<QPushButton id="pushButton" x="10" y="30" width="75" height="25">
<text><?i18n?>PushButton</text>
</QPushButton>
<QPushButton id="toolButton" x="20" y="170" width="27" height="23">
<text><?i18n?>...</text>
</QPushButton>
<QPushButton id="pushButton_2" x="180" y="170" width="75" height="25">
<text><?i18n?>PushButton</text>
</QPushButton>
<QPushButton id="pushButton_3" x="180" y="200" width="75" height="25">
<text><?i18n?>PushButton</text>
</QPushButton>
<QPushButton id="pushButton_4" x="180" y="230" width="75" height="25">
<text><?i18n?>PushButton</text>
</QPushButton>
<QPushButton id="pushButton_5" x="180" y="260" width="75" height="25">
<text><?i18n?>PushButton</text>
</QPushButton>
<QPushButton id="pushButton_6" x="180" y="290" width="75" height="25">
<text><?i18n?>PushButton</text>
</QPushButton>
<QPushButton id="pushButton_7" x="180" y="330" width="75" height="25">
<text><?i18n?>PushButton</text>
</QPushButton>
</QWidget>

View File

@@ -4,7 +4,6 @@
<file>fx/empty.qml</file>
<file>fx/helloworld.qml</file>
<file>fx/properties.qml</file>
<file>qwidget/test.qml</file>
<file>fx/topitem.qml</file>
<file>fx/subitems/SubItem.qml</file>
<file>fx/states.qml</file>