Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
f8004713a6cbb4e28b6ac617ecbe570a1c8afefe
qt-creator/share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml

22 lines
440 B
QML
Raw Normal View History

New QmlDesigner plugin & Design mode This adds a new "Design" mode that can be used to manipulate qml files in a visual way. It will only get build if you have the declarativeui module in Qt. This is a squashed import from the Bauhaus project. Share & enjoy :)
2010-01-07 12:14:35 +01:00
import Qt 4.6
import Bauhaus 1.0
GroupBox {
maximumHeight: 240;
finished: finishedNotify;
caption: "Image";
QmlDesigner.PropertyEditor: Refactoring and polishing I polished and refactored most of the property editor (again) I introduced more custom widgets with expression editing, fixed bugs and polished the visual design
2010-01-27 18:38:09 +01:00
layout: VerticalLayout {
New QmlDesigner plugin & Design mode This adds a new "Design" mode that can be used to manipulate qml files in a visual way. It will only get build if you have the declarativeui module in Qt. This is a squashed import from the Bauhaus project. Share & enjoy :)
2010-01-07 12:14:35 +01:00
FileWidget {
enabled: isBaseState || backendValues.id.value != "";
text: "Source: ";
fileName: backendValues.source.value;
onFileNameChanged: {
backendValues.source.value = fileName;
}
}
}
}
Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 48ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API