~ubuntu-branches/debian/jessie/qtdeclarative-opensource-src/jessie

« back to all changes in this revision

Viewing changes to examples/quick/dialogs/systemdialogs/FileDialogs.qml

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer, Lisandro Damián Nicanor Pérez Meyer
  • Date: 2013-08-30 22:09:43 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130830220943-en0u2dm8cfxpi53o
Tags: 5.1.1-1
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
* Update symbols file with buildds' logs.
* Remove fix_systemdialogs_path, applied upstream.
* Adjust examples install file.
* Update symbols files with current build.
* Tighten Qt 5 build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
import QtQuick 2.0
42
42
import QtQuick.Dialogs 1.0
43
 
import "../shared"
 
43
import "../../shared"
44
44
 
45
45
Rectangle {
46
46
    width: 580
138
138
            right: parent.right
139
139
            bottom: parent.bottom
140
140
        }
141
 
        height: 50
 
141
        height: buttonRow.height * 1.2
142
142
        color: Qt.darker(palette.window, 1.1)
143
143
        border.color: Qt.darker(palette.window, 1.3)
144
144
        Row {
 
145
            id: buttonRow
145
146
            spacing: 6
146
147
            anchors.verticalCenter: parent.verticalCenter
147
148
            anchors.left: parent.left
148
149
            anchors.leftMargin: 12
149
 
            height: parent.height - 6
 
150
            height: implicitHeight
150
151
            width: parent.width
151
152
            Button {
152
153
                text: "Open"