return controls-uit & styles-uit folders to preserve backward-compatibility

This commit is contained in:
Alexander Ivash 2018-10-24 01:40:10 +03:00
parent f7d9bafc7d
commit fe4e4cfbd4
57 changed files with 442 additions and 0 deletions

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
AttachmentsTable {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
BaseWebView {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
Button {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
CheckBox {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
CheckBoxQQC2 {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
ComboBox {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
ContentSection {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
FilterBar {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
GlyphButton {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
HorizontalRule {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
HorizontalSpacer {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
ImageMessageBox {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
Key {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
Keyboard {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
Label {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
QueuedButton {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
RadioButton {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
ScrollBar {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
Separator {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
Slider {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
SpinBox {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
Switch {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
Table {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
TabletContentSection {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
TabletHeader {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
TextAction {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
TextEdit {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
TextField {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
ToolTip {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
Tree {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
VerticalSpacer {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
WebGlyphButton {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
WebSpinner {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import controlsUit 1.0
WebView {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
}
}

View file

@ -0,0 +1 @@
this folder exists purely for compatibility reasons and might be deleted in future! please consider using 'import controlsUit 1.0' instead of including this folder

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
AnonymousProRegular {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
ButtonLabel {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
FiraSansRegular {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
FiraSansSemiBold {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
HiFiGlyphs {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
HifiConstants {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
IconButton {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
InfoItem {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
InputLabel {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
ListItem {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
Logs {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
OverlayTitle {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
RalewayBold {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
RalewayLight {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
RalewayRegular {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
RalewaySemiBold {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
SectionName {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
Separator {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
ShortcutText {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
TabName {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1,8 @@
import QtQuick 2.0
import stylesUit 1.0
TextFieldInput {
Component.onCompleted: {
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
}
}

View file

@ -0,0 +1 @@
this folder exists purely for compatibility reasons and might be deleted in future! please consider using 'import stylesUit 1.0' instead of including this folder