Skip to content

Commit

Permalink
added headers to new files
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Jan 28, 2016
1 parent a30b874 commit 6a7d5f4
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
21 changes: 20 additions & 1 deletion qml/DefaultCompleteButton.qml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
This file is part of cpp-ethereum.
cpp-ethereum is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @file DefaultCompleteButton.qml
* @author Liana [email protected]
* @date 2016
* Mix: Ethereum IDE client.
*/

import QtQuick 2.0
import QtQuick.Controls 1.1
import QtQuick.Controls.Styles 1.1
Expand All @@ -12,7 +32,6 @@ DefaultImgButton {
color: welcomeViewStyleId.bgColor
implicitWidth: 48
implicitHeight: 48
//border.color: color.transparent
}
label: RowLayout {
Image {
Expand Down
20 changes: 20 additions & 0 deletions qml/WelcomeView.qml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
This file is part of cpp-ethereum.
cpp-ethereum is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @file WelcomeView.qml
* @author Liana [email protected]
* @date 2016
* Mix: Ethereum IDE client.
*/

import QtQuick 2.0
import QtQuick.Window 2.0
import QtQuick.Layouts 1.0
Expand Down
20 changes: 20 additions & 0 deletions qml/WelcomeViewStyle.qml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
This file is part of cpp-ethereum.
cpp-ethereum is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
cpp-ethereum is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @file WelcomeViewStyle.qml
* @author Liana [email protected]
* @date 2016
* Mix: Ethereum IDE client.
*/

import QtQuick 2.0

QtObject {
Expand Down

0 comments on commit 6a7d5f4

Please sign in to comment.