import Qt 4.7 Rectangle { SystemPalette { id: myPalette; colorGroup: SystemPalette.Active } id: rectangle1 //width: (helloText.width > logo.width) ? (helloText.width) : (logo.width) //height: logo.height + helloText.height color: myPalette.window anchors.fill: parent DictTypeListView{ id: dictTypeList } // Image { // id: logo // source: "qrc:/icons/logo/mdictionary.png" // width: 240 // height: 200 // anchors.horizontalCenter: parent.horizontalCenter // fillMode: Image.PreserveAspectFit // anchors.top: parent.top // } // Text { // id: helloText // text: qsTr("

Welcome in mDictionary!

") // anchors.bottom: parent.bottom // } }