mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 20:34:47 +02:00
return controls-uit & styles-uit folders to preserve backward-compatibility
This commit is contained in:
parent
f7d9bafc7d
commit
fe4e4cfbd4
57 changed files with 442 additions and 0 deletions
|
@ -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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/BaseWebView.qml
Normal file
8
interface/resources/qml/controls-uit/BaseWebView.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/Button.qml
Normal file
8
interface/resources/qml/controls-uit/Button.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/CheckBox.qml
Normal file
8
interface/resources/qml/controls-uit/CheckBox.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/CheckBoxQQC2.qml
Normal file
8
interface/resources/qml/controls-uit/CheckBoxQQC2.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/ComboBox.qml
Normal file
8
interface/resources/qml/controls-uit/ComboBox.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/ContentSection.qml
Normal file
8
interface/resources/qml/controls-uit/ContentSection.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/FilterBar.qml
Normal file
8
interface/resources/qml/controls-uit/FilterBar.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/GlyphButton.qml
Normal file
8
interface/resources/qml/controls-uit/GlyphButton.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/HorizontalRule.qml
Normal file
8
interface/resources/qml/controls-uit/HorizontalRule.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
|
@ -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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/ImageMessageBox.qml
Normal file
8
interface/resources/qml/controls-uit/ImageMessageBox.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/Key.qml
Normal file
8
interface/resources/qml/controls-uit/Key.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/Keyboard.qml
Normal file
8
interface/resources/qml/controls-uit/Keyboard.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/Label.qml
Normal file
8
interface/resources/qml/controls-uit/Label.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/QueuedButton.qml
Normal file
8
interface/resources/qml/controls-uit/QueuedButton.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/RadioButton.qml
Normal file
8
interface/resources/qml/controls-uit/RadioButton.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/ScrollBar.qml
Normal file
8
interface/resources/qml/controls-uit/ScrollBar.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/Separator.qml
Normal file
8
interface/resources/qml/controls-uit/Separator.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/Slider.qml
Normal file
8
interface/resources/qml/controls-uit/Slider.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/SpinBox.qml
Normal file
8
interface/resources/qml/controls-uit/SpinBox.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/Switch.qml
Normal file
8
interface/resources/qml/controls-uit/Switch.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/Table.qml
Normal file
8
interface/resources/qml/controls-uit/Table.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
|
@ -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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/TabletHeader.qml
Normal file
8
interface/resources/qml/controls-uit/TabletHeader.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/TextAction.qml
Normal file
8
interface/resources/qml/controls-uit/TextAction.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/TextEdit.qml
Normal file
8
interface/resources/qml/controls-uit/TextEdit.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/TextField.qml
Normal file
8
interface/resources/qml/controls-uit/TextField.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/ToolTip.qml
Normal file
8
interface/resources/qml/controls-uit/ToolTip.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/Tree.qml
Normal file
8
interface/resources/qml/controls-uit/Tree.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/VerticalSpacer.qml
Normal file
8
interface/resources/qml/controls-uit/VerticalSpacer.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/WebGlyphButton.qml
Normal file
8
interface/resources/qml/controls-uit/WebGlyphButton.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/WebSpinner.qml
Normal file
8
interface/resources/qml/controls-uit/WebSpinner.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/controls-uit/WebView.qml
Normal file
8
interface/resources/qml/controls-uit/WebView.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
1
interface/resources/qml/controls-uit/readme.txt
Normal file
1
interface/resources/qml/controls-uit/readme.txt
Normal 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
|
|
@ -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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/ButtonLabel.qml
Normal file
8
interface/resources/qml/styles-uit/ButtonLabel.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/FiraSansRegular.qml
Normal file
8
interface/resources/qml/styles-uit/FiraSansRegular.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/FiraSansSemiBold.qml
Normal file
8
interface/resources/qml/styles-uit/FiraSansSemiBold.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/HiFiGlyphs.qml
Normal file
8
interface/resources/qml/styles-uit/HiFiGlyphs.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/HifiConstants.qml
Normal file
8
interface/resources/qml/styles-uit/HifiConstants.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/IconButton.qml
Normal file
8
interface/resources/qml/styles-uit/IconButton.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/InfoItem.qml
Normal file
8
interface/resources/qml/styles-uit/InfoItem.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/InputLabel.qml
Normal file
8
interface/resources/qml/styles-uit/InputLabel.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/ListItem.qml
Normal file
8
interface/resources/qml/styles-uit/ListItem.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/Logs.qml
Normal file
8
interface/resources/qml/styles-uit/Logs.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/OverlayTitle.qml
Normal file
8
interface/resources/qml/styles-uit/OverlayTitle.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/RalewayBold.qml
Normal file
8
interface/resources/qml/styles-uit/RalewayBold.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/RalewayLight.qml
Normal file
8
interface/resources/qml/styles-uit/RalewayLight.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/RalewayRegular.qml
Normal file
8
interface/resources/qml/styles-uit/RalewayRegular.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/RalewaySemiBold.qml
Normal file
8
interface/resources/qml/styles-uit/RalewaySemiBold.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/SectionName.qml
Normal file
8
interface/resources/qml/styles-uit/SectionName.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/Separator.qml
Normal file
8
interface/resources/qml/styles-uit/Separator.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/ShortcutText.qml
Normal file
8
interface/resources/qml/styles-uit/ShortcutText.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/TabName.qml
Normal file
8
interface/resources/qml/styles-uit/TabName.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
8
interface/resources/qml/styles-uit/TextFieldInput.qml
Normal file
8
interface/resources/qml/styles-uit/TextFieldInput.qml
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
1
interface/resources/qml/styles-uit/readme.txt
Normal file
1
interface/resources/qml/styles-uit/readme.txt
Normal 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
|
Loading…
Reference in a new issue