Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. TabView, Tab invalid property name
Qt 6.11 is out! See what's new in the release blog

TabView, Tab invalid property name

Scheduled Pinned Locked Moved Solved QML and Qt Quick
3 Posts 1 Posters 743 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bracor
    wrote on last edited by
    #1

    The TabView is complaining about a width property and the Tab components are flagging the source property.

    This happened after I had dropped a MessageDialog and BusyIndicator in the QML file. I have commented out those components and the issue still remains. The app fails to connect when trying to debug on Ubuntu and the screen remains black on an Android device.

    I am using Qt5.6 on Ubuntu 15.10.

    Any thoughts?
    Cory

    1 Reply Last reply
    0
    • B Offline
      B Offline
      bracor
      wrote on last edited by
      #2

      Opening the design view, the root object has a yellow triangle next to it. When I hover over it , the message is 'no working QtQuick import'. What does that mean?

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bracor
        wrote on last edited by
        #3

        In my haste I made a circular import between two javascript files.
        fileB.js
        .import "fileA.js" as FileA
        fileA.js
        .import "fileB" as FileB

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved