summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2011-05-06 18:08:21 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2011-05-06 18:10:50 +0200
commit54dec9573731687da2080681ee78a14fd5c20497 (patch)
treefc7b8fff820a2995c6b2c7365a2c2c847defc95d /share/qtcreator/qmldesigner
parentc60cfce88c582e07e8e524f823a273ac1b59a6dc (diff)
downloadqt-creator-54dec9573731687da2080681ee78a14fd5c20497.tar.gz
QmlDesigner.propertyEditor: remove title property for WebView
Task-Nr: QTCREATORBUG-4676
Diffstat (limited to 'share/qtcreator/qmldesigner')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml16
1 files changed, 1 insertions, 15 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml
index 2be51f77b0..575c510a58 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml
@@ -30,21 +30,7 @@ QWidget {
baseStateFlag: isBaseState;
}
}
- }
-
- QWidget {
- layout: HorizontalLayout {
- leftMargin: 0;
- rightMargin: 0;
- Label {
- text: qsTr("Title")
- }
- LineEdit {
- backendValue: backendValues.title
- baseStateFlag: isBaseState;
- }
- }
- }
+ }
IntEditor {
id: preferredWidth;