~josephjamesmills/mythbuntu/mythtv-qml

« back to all changes in this revision

Viewing changes to programs/build-Mythbuntu-QML-Desktop-Debug/qml/Mythbuntu-QML/themes/Mythbuntu/common/MythWeb.qml

  • Committer: Joseph Mills
  • Date: 2013-07-10 17:59:50 UTC
  • Revision ID: josephjamesmills@gmail.com-20130710175950-3xye623izda9ro1b
autopush for help with zeroconf 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick 2.0
 
2
import  MythTv 1.0
 
3
Rectangle {
 
4
    width: parent.width
 
5
    height: parent.height
 
6
    MythWebPage{
 
7
        source:    "../../../common/mythweb/mythweb.php"
 
8
    }
 
9
}