Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. German
  4. QML - Custom Control hat im Designer keine Größe

QML - Custom Control hat im Designer keine Größe

Scheduled Pinned Locked Moved Unsolved German
1 Posts 1 Posters 456 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.
  • T Offline
    T Offline
    tristan74656
    wrote on last edited by
    #1

    Hallo, ich habe mit qml ein Control erstellt das als Basis-Element ein Flickable hat.#
    import QtQuick 2.0
    import QtQuick.Controls 2.4

    Flickable
    {
    Column
    {
    }
    }

    wenn ich diese Control nun verwende und child-Elemente hinzufügen will wird es im Designer nicht angezeigt. Die Properties width and height sin jeweils auf 1 und ein manuelles setzen der Werte zeigt keinen Effekt.

    Jemand eine Idee wie ich mein Control auch im Designer verwenden kann ?

    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