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. QT 5.13.0 : SplitView is not a type
Forum Update on Monday, May 27th 2025

QT 5.13.0 : SplitView is not a type

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 2 Posters 407 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.
  • D Offline
    D Offline
    Dmitriano
    wrote on last edited by
    #1

    Is SplitView supported in QT 5.13.0?
    While compiling the following QML with QT 5.13.0

    import QtQuick.Controls 2.5
    
        SplitView
        {
            Item {
                ...
            }
            ...
        }
    

    I am getting:

    SplitView is not a type
    

    error message.

    1 Reply Last reply
    0
    • F Offline
      F Offline
      FKosmale
      wrote on last edited by
      #2

      You'll need to import QtQuick.Controls 2.13, else SplitView will not be available.

      1 Reply Last reply
      2

      • Login

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