Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-138189

To Do List: qmllint warnings

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • 6.10
    • 6.10.0 Beta1
    • None

    Description

      Running qmllint on the To Do List application example in Qt 6.10 Beta package shows 185 warnings:

      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/imports/ToDoList/AppSettings.qml:13: warning: Member "colorScheme" not found on type "QObject" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/Main.qml:9: warning: Warnings occurred while importing module "ToDoList": [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/imports/CustomStyle/CheckBox.qml:19: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/imports/CustomStyle/RadioDelegate.qml:42: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/imports/CustomControls/AmPmButton.qml:55: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/App.qml:8: warning: Warnings occurred while importing module "ToDoList": [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/App.qml:19: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/App.qml:20: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/CalendarViewForm.ui.qml:124: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/CalendarViewForm.ui.qml:140: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/CalendarViewForm.ui.qml:151: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/CalendarViewForm.ui.qml:151: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/CalendarViewForm.ui.qml:167: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/CalendarViewForm.ui.qml:185: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/Clock.qml:15: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/Clock.qml:15: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockForm.ui.qml:26: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockView.qml:9: warning: unknown grouped property scope minTextField. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockView.qml:10: warning: unknown grouped property scope hourTextField. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockView.qml:9: warning: Type timeInput is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockView.qml:9: warning: Type minTextField is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockView.qml:10: warning: Type hourTextField is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockView.qml:19: warning: Type "" of property "minText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockView.qml:13: warning: Type "" of property "hourText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockView.qml:23: warning: Type "" of property "hourText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockView.qml:24: warning: Type "" of property "minText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:49: warning: TimeInput was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:34: warning: Cannot resolve alias "minText" [unresolved-alias]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:33: warning: Cannot resolve alias "minTextField" [unresolved-alias]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:32: warning: Cannot resolve alias "hourTextField" [unresolved-alias]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:36: warning: Cannot resolve alias "amPmText" [unresolved-alias]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:35: warning: Cannot resolve alias "hourText" [unresolved-alias]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:45: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:46: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:65: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/ClockViewForm.ui.qml:83: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/FontSizeSettingsForm.ui.qml:57: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/FontSizeSettingsForm.ui.qml:43: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/FontSizeSettingsForm.ui.qml:54: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/FontSizeSettingsForm.ui.qml:57: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/FontSizeSettingsForm.ui.qml:64: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:101: warning: unknown grouped property scope editModeButton. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:138: warning: unknown grouped property scope clearTasks. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:92: warning: Type addButton is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:101: warning: Type editModeButton is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:107: warning: Type randomActivityButton is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:138: warning: Type clearTasks is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:38: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:39: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:54: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:69: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:115: warning: Type "" of property "titleText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:116: warning: Type "" of property "dueDateText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:118: warning: Type "" of property "dueTimeText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:119: warning: Type "" of property "notes" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePage.qml:142: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:101: warning: CustomLabel was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:108: warning: CustomLabel was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:141: warning: CustomButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:147: warning: CustomButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:43: warning: Cannot resolve alias "clearTasks" [unresolved-alias]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:43: warning: Cannot resolve alias "clearTasks" [unresolved-alias]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:43: warning: Alias "clearTasks" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:35: warning: Alias "dueTimeText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:34: warning: Alias "dueDateText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:36: warning: Alias "notes" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:33: warning: Alias "titleText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:44: warning: Alias "editModeButton" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:111: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:112: warning: Could not find property "visible". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:144: warning: Could not find property "iconSource". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:104: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:105: warning: Could not find property "visible". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:150: warning: Could not find property "iconSource". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:63: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:67: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:76: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:77: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/HomePageForm.ui.qml:97: warning: Member "height" not found on type "CustomLabel" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/MaxTasksSettingsForm.ui.qml:56: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/MaxTasksSettingsForm.ui.qml:37: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/MaxTasksSettingsForm.ui.qml:41: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/MaxTasksSettingsForm.ui.qml:50: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/MaxTasksSettingsForm.ui.qml:56: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NavBarForm.ui.qml:28: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NavBarForm.ui.qml:31: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NavBarForm.ui.qml:32: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NavBarForm.ui.qml:40: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NavBarForm.ui.qml:38: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NavBarForm.ui.qml:53: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NavBarForm.ui.qml:54: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:62: warning: unknown grouped property scope calendarButton. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:63: warning: unknown grouped property scope clockButton. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:62: warning: Type calendarButton is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:63: warning: Type clockButton is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:59: warning: No type found for property "datePlaceholderText". This may be due to a missing import statement or incomplete qmltypes files. [missing-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:60: warning: No type found for property "timePlaceholderText". This may be due to a missing import statement or incomplete qmltypes files. [missing-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:18: warning: Type "" of property "titleText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:19: warning: Type "" of property "dueTimeText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:20: warning: Type "" of property "dueDateText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:21: warning: Type "" of property "notes" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:36: warning: Type "" of property "titleText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:37: warning: Type "" of property "dueDateText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:40: warning: Type "" of property "titleText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:40: warning: Type "" of property "dueTimeText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:40: warning: Type "" of property "notes" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:46: warning: Type "" of property "titleText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:47: warning: Type "" of property "dueDateText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:49: warning: Type "" of property "dueDateText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:54: warning: Type "" of property "titleText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:54: warning: Type "" of property "dueTimeText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:54: warning: Type "" of property "notes" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:68: warning: Type "" of property "dueDateText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:73: warning: Type "" of property "hourText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:73: warning: Type "" of property "minText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:73: warning: Type "" of property "amPmText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTask.qml:75: warning: Type "" of property "dueTimeText" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:59: warning: CustomTextField was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:74: warning: CustomTextField was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:87: warning: CustomTextField was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:100: warning: CustomTextArea was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:27: warning: Alias "minText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:28: warning: Alias "amPmText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:35: warning: Alias "dueTimeText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:33: warning: Alias "datePlaceholderText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:32: warning: Alias "dueDateText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:30: warning: Alias "clockButton" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:26: warning: Alias "hourText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:29: warning: Alias "calendarButton" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:36: warning: Alias "notes" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:31: warning: Alias "titleText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:34: warning: Alias "timePlaceholderText" is part of an alias cycle [alias-cycle]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:67: warning: Could not find property "headerText". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:68: warning: Could not find property "placeholderText". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:95: warning: Could not find property "headerText". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:96: warning: Could not find property "iconSource". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:97: warning: Could not find property "inputMethodHints". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:82: warning: Could not find property "headerText". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:83: warning: Could not find property "iconSource". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:84: warning: Could not find property "inputMethodHints". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:115: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/NewTaskForm.ui.qml:116: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/OtherSettingsForm.ui.qml:45: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/QuickTaskFieldForm.ui.qml:68: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsView.qml:12: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsView.qml:20: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsView.qml:30: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsView.qml:31: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsView.qml:37: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:75: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:77: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:79: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:82: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:94: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:95: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:94: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:98: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:99: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:98: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:103: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:104: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:103: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:108: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:108: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:120: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/SettingsViewForm.ui.qml:122: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/StyleSettings.qml:11: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/StyleSettingsForm.ui.qml:55: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/StyleSettingsForm.ui.qml:57: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksList.qml:20: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:93: warning: TasksListDelegate was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:98: warning: Type tasksListArea is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:101: warning: Cannot assign to non-existent default property [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:94: warning: Could not find property "model". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:95: warning: Could not find property "implicitWidth". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:96: warning: Could not find property "isEditMode". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:199: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:180: warning: Arbitrary functions and function calls outside of a Connections object are not supported in a UI file (.ui.qml) [QtDesignStudio.FunctionsNotSupportedInQmlUi]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:47: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:49: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:61: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:60: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:64: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListForm.ui.qml:99: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/todolist/content/TasksListsView.qml:50: warning: Unqualified access [unqualified]
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qtqmlteam Qt Qml Team User
              kkohne Kai Köhne
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes