QmlJSTools::Internal::QmlJSCodeStyleSettingsPage
0
0
138
112
Form
-
0
0
-
import QtQuick 1.0
Rectangle {
width: 360
height: 360
Text {
anchors.centerIn: parent
text: "Hello World"
}
MouseArea {
anchors.fill: parent
onClicked: {
Qt.quit();
}
}
}
-
Qt::Vertical
20
267
TextEditor::SimpleCodeStylePreferencesWidget
QWidget
texteditor/simplecodestylepreferenceswidget.h
1
TextEditor::SnippetEditorWidget
QPlainTextEdit
texteditor/snippets/snippeteditor.h