diff options
author | Henning Gruendl <[email protected]> | 2019-07-05 14:58:20 +0200 |
---|---|---|
committer | Thomas Hartmann <[email protected]> | 2019-08-05 14:43:03 +0000 |
commit | 98085e69a6d250321b3012671c6b4ba50be4370a (patch) | |
tree | 848309d3bf0b6b8f12ce4c23640d2f3a012c77dd /src/imports/StudioControls/qmldir | |
parent | bb54345474c928250f65f778fcfc2fb061f72406 (diff) |
Adds new controls for the property editor based on Controls 2. The
included controls are SpinBox (RealSpinBox), ComboBox, TextField,
TextArea (experimental), CheckBox (with tri-state), Button (ButtonRow),
ContextMenu, ScrollView and ScrollBar.
Each control contains an ActionIndicator which can be hidden on demand.
The ActionIndicator itself can also be used standalone. It also a flag
to draw it without borders and background.
The reason for two SpinBox implementations is the following bug QDS-806.
Usage of SpinBox should be avoided rather use RealSpinBox.
Change-Id: Ie647f05d02e8de8d31da9556126ce2cabe9009e9
Reviewed-by: Thomas Hartmann <[email protected]>
Diffstat (limited to 'src/imports/StudioControls/qmldir')
-rw-r--r-- | src/imports/StudioControls/qmldir | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/imports/StudioControls/qmldir b/src/imports/StudioControls/qmldir new file mode 100644 index 0000000..02e83ed --- /dev/null +++ b/src/imports/StudioControls/qmldir @@ -0,0 +1,35 @@ +AbstractButton 1.0 AbstractButton.qml +ActionIndicator 1.0 ActionIndicator.qml +Button 1.0 Button.qml +ButtonGroup 1.0 ButtonGroup.qml +ButtonRow 1.0 ButtonRow.qml +CheckBox 1.0 CheckBox.qml +CheckIndicator 1.0 CheckIndicator.qml +ComboBox 1.0 ComboBox.qml +ComboBoxInput 1.0 ComboBoxInput.qml +ContextMenu 1.0 ContextMenu.qml +ControlScrollBar 1.0 ControlScrollBar.qml +ExpandingSpacer 1.0 ExpandingSpacer.qml +ItemDelegate 1.0 ItemDelegate.qml +Menu 1.0 Menu.qml +MenuItem 1.0 MenuItem.qml +MenuSeparator 1.0 MenuSeparator.qml +RealSliderPopup 1.0 RealSliderPopup.qml +RealSpinBox 1.0 RealSpinBox.qml +RealSpinBoxIndicator 1.0 RealSpinBoxIndicator.qml +RealSpinBoxInput 1.0 RealSpinBoxInput.qml +ScrollBar 1.0 ScrollBar.qml +ScrollView 1.0 ScrollView.qml +SecondColumnLayout 1.0 SecondColumnLayout.qml +Section 1.0 Section.qml +SectionLabel 1.0 SectionLabel.qml +SectionLayout 1.0 SectionLayout.qml +Slider 1.0 Slider.qml +SliderPopup 1.0 SliderPopup.qml +SpinBox 1.0 SpinBox.qml +SpinBoxIndicator 1.0 SpinBoxIndicator.qml +SpinBoxInput 1.0 SpinBoxInput.qml +TextArea 1.0 TextArea.qml +TextAreaScrollView 1.0 TextAreaScrollView.qml +TextField 1.0 TextField.qml +TranslationIndicator 1.0 TranslationIndicator.qml |