forked from qt-creator/qt-creator
Use templates in PushButton
Change-Id: Ia7f6fcbc16064cbe9d98af3dc22140184ebf7ef4 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2021 The Qt Company Ltd.
|
||||
@@ -22,9 +24,8 @@
|
||||
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.12
|
||||
import QtQuick.Templates 2.15
|
||||
import WelcomeScreen 1.0
|
||||
|
||||
Button {
|
||||
|
Reference in New Issue
Block a user