Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Create an histogram with Qt or Ogre3D?

Create an histogram with Qt or Ogre3D?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 798 Views 1 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.
  • V Offline
    V Offline
    valeSimu
    wrote on last edited by
    #1

    I have a Qt application and I would like to add a histogram in the main widget in the right bottom like "this":https://www.dropbox.com/s/a7ri74utsencpaq/rien.png. The central widget is a widget that contains an Ogre3D widget:

    @ QWidget *centralWidget = new QWidget();
    ogre = new QOgre::Widget(centralWidget);
    this->setCentralWidget(centralWidget);@

    Do anyone have a suggestion on which is the best that should I use to create an histogram? Qt? Ogre3D? Other?

    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