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
e8ec38c1a49fa202e7232f036d65b9daa3edcfa7
qt-creator/share/qtcreator/qmldesigner/propertyeditor/Qt/ComboBox.qml

16 lines
312 B
QML
Raw Normal View History

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
import Qt 4.6
import Bauhaus 1.0
QComboBox {
Fix ids that start with uppercase letters that were missed previously.
2010-02-05 15:42:31 +10:00
id: comboBox
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
property var backendValue
QmlDesigner.propertyEditor: removed qml warnings Checking for undefined and null everywhere is the only way to fix this right now
2010-01-28 11:57:52 +01:00
ExtendedFunctionButton {
Fix ids that start with uppercase letters that were missed previously.
2010-02-05 15:42:31 +10:00
backendValue: (comboBox.backendValue === undefined || comboBox.backendValue === null)
? null : comboBox.backendValue;
QmlDesigner.propertyEditor: removed qml warnings Checking for undefined and null everywhere is the only way to fix this right now
2010-01-28 11:57:52 +01:00
y: 3
x: 3
}
}
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 45ms 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