rename 'AssetNameInputWidget' to 'FolderPathInputWidget'

This commit is contained in:
Jakub Trllo 2024-02-28 16:21:51 +01:00
parent 9d4b98be45
commit 9b0dcce5a8
3 changed files with 8 additions and 8 deletions

View file

@ -1138,13 +1138,13 @@ ValidationArtistMessage QLabel {
font-size: 13pt;
}
#AssetNameInputWidget {
#FolderPathInputWidget {
background: {color:bg-inputs};
border: 1px solid {color:border};
border-radius: 0.2em;
}
#AssetNameInputWidget QWidget {
#FolderPathInputWidget QWidget {
background: transparent;
}
@ -1165,17 +1165,17 @@ ValidationArtistMessage QLabel {
border: none;
}
#AssetNameInputWidget:hover {
#FolderPathInputWidget:hover {
border-color: {color:border-hover};
}
#AssetNameInputWidget:focus{
#FolderPathInputWidget:focus{
border-color: {color:border-focus};
}
#AssetNameInputWidget:disabled {
#FolderPathInputWidget:disabled {
background: {color:bg-inputs-disabled};
}
#TasksCombobox[state="invalid"], #AssetNameInputWidget[state="invalid"], #AssetNameInputButton[state="invalid"] {
#TasksCombobox[state="invalid"], #FolderPathInputWidget[state="invalid"], #AssetNameInputButton[state="invalid"] {
border-color: {color:publisher:error};
}

View file

@ -431,7 +431,7 @@ class FoldersFields(BaseClickableFrame):
def __init__(self, controller, parent):
super(FoldersFields, self).__init__(parent)
self.setObjectName("AssetNameInputWidget")
self.setObjectName("FolderPathInputWidget")
# Don't use 'self' for parent!
# - this widget has specific styles

View file

@ -196,7 +196,7 @@ class FoldersField(BaseClickableFrame):
def __init__(self, controller, parent):
super(FoldersField, self).__init__(parent)
self.setObjectName("AssetNameInputWidget")
self.setObjectName("FolderPathInputWidget")
# Don't use 'self' for parent!
# - this widget has specific styles