[go: up one dir, main page]

File: whitewidget.cpp

package info (click to toggle)
kamoso 22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,508 kB
  • sloc: cpp: 4,724; xml: 177; makefile: 6; sh: 2
file content (18 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
    SPDX-FileCopyrightText: 2008-2011 Aleix Pol <aleixpol@kde.org>
    SPDX-FileCopyrightText: 2008-2011 Alex Fiestas <alex@eyeos.org>

    SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "whitewidget.h"
#include <QPaintEvent>
#include <QPainter>
#include <QTimer>
#include <klocalizedstring.h>

WhiteWidget::WhiteWidget()
    : QQuickView()
{
    setSource(QUrl("qrc:/qml/White.qml"));
}