diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-08 13:11:45 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-08 13:11:45 +0100 |
commit | 0aa7f20a42787b325da4a3fa01d4588734deb2e5 (patch) | |
tree | 82dc65cbe159b00d8750a410bd8b88247f560af4 /components/package/contents/ui | |
parent | 13fe0524034d7fe3b7fa3a39f8df5ebeade9140e (diff) | |
download | kube-0aa7f20a42787b325da4a3fa01d4588734deb2e5.tar.gz kube-0aa7f20a42787b325da4a3fa01d4588734deb2e5.zip |
mark usage of qqc1
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index 02ec504d..c0a897cc 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml | |||
@@ -16,8 +16,8 @@ | |||
16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.4 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Controls 1.3 | 20 | import QtQuick.Controls 1.3 as Controls1 |
21 | import QtQuick.Controls 2 as Controls2 | 21 | import QtQuick.Controls 2 as Controls2 |
22 | import QtQuick.Layouts 1.1 | 22 | import QtQuick.Layouts 1.1 |
23 | import org.kde.kirigami 1.0 as Kirigami | 23 | import org.kde.kirigami 1.0 as Kirigami |
@@ -122,7 +122,7 @@ Rectangle { | |||
122 | 122 | ||
123 | //TODO bookmark | 123 | //TODO bookmark |
124 | /* | 124 | /* |
125 | * ToolButton { | 125 | * Contorls1.ToolButton { |
126 | * iconName: "bookmark-new" | 126 | * iconName: "bookmark-new" |
127 | * | 127 | * |
128 | } | 128 | } |
@@ -240,7 +240,7 @@ Rectangle { | |||
240 | color: Kirigami.Theme.textColor | 240 | color: Kirigami.Theme.textColor |
241 | opacity: 0.5 | 241 | opacity: 0.5 |
242 | 242 | ||
243 | ToolButton { | 243 | Controls1.ToolButton { |
244 | anchors.fill: parent | 244 | anchors.fill: parent |
245 | 245 | ||
246 | onClicked: { | 246 | onClicked: { |
@@ -317,7 +317,7 @@ Rectangle { | |||
317 | opacity: 0.5 | 317 | opacity: 0.5 |
318 | } | 318 | } |
319 | 319 | ||
320 | ToolButton { | 320 | Controls1.ToolButton { |
321 | anchors{ | 321 | anchors{ |
322 | verticalCenter: parent.verticalCenter | 322 | verticalCenter: parent.verticalCenter |
323 | right: parent.right | 323 | right: parent.right |