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 Creator shows nothing for my first 3D project!
Forum Updated to NodeBB v4.3 + New Features

Qt Creator shows nothing for my first 3D project!

Scheduled Pinned Locked Moved Solved QML and Qt Quick
22 Posts 2 Posters 4.0k Views 2 Watching
  • 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.
  • Q qcoderpro

    @sierdzio

    Yes, using a Window instead of that Item solved the issue.

    import QtQuick
    import QtQuick.Window
    import QtDataVisualization
    
    Window {
        width: 640
        height: 480
        visible: true
        title: qsTr("Hello World")
    
        Item {
            width: 640
            height: 480
    
            Bars3D {
    // ...
    

    I get this output:

    11.PNG
    And when I move the mouse holding the right-click button, it shows different views of that, like:

    12.PNG
    Do you get the output with the same quality?
    (If possible send a screenshot of the output once you run the project, please. I just like to be sure about my graphics card performance for that project)

    sierdzioS Offline
    sierdzioS Offline
    sierdzio
    Moderators
    wrote on last edited by
    #21

    Here you go:
    h1.png
    h2.png

    (Z(:^

    Q 1 Reply Last reply
    2
    • sierdzioS sierdzio

      Here you go:
      h1.png
      h2.png

      Q Offline
      Q Offline
      qcoderpro
      wrote on last edited by
      #22

      @sierdzio
      Thanks so much for your patience and help. :)

      1 Reply Last reply
      0
      • Q qcoderpro has marked this topic as solved on

      • Login

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