Skip to content

Commit

Permalink
torc-tv: Add ModalImage.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Feb 10, 2014
1 parent 7351d9c commit 695a0cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/torc-tv/qml/CheckboxImage.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import QtQuick 2.0
import QtGraphicalEffects 1.0
import "base"

Checkbox {
Expand Down
14 changes: 14 additions & 0 deletions programs/torc-tv/qml/ModalImage.qml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import QtQuick 2.0
import "base"

Modal {
id: modal
anchors.fill: window

Rectangle {
id: background
anchors.fill: parent
opacity: 0.75
color: 'darkgray'
}
}

0 comments on commit 695a0cd

Please sign in to comment.