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. QT Quick vs Qt Widgets
Forum Updated to NodeBB v4.3 + New Features

QT Quick vs Qt Widgets

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 981 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.
  • N Offline
    N Offline
    nnicou
    wrote on last edited by
    #1

    Hello there,

    As i mention before i am trying to develop a Gui for a NoC simulation. I will take the information from the simulator and sent it to my gui and do the logic there(extract the information i need most probably i will sent the through sockets or pipes)
    My qui will be a mesh like interconnection and i will show what happen in every cycle in each router(square block)
    http://wiki.expertiza.ncsu.edu/images/e/e1/2d3d.jpg (2d - mesh)

    So my question is which one should i choose Qt Quick or Qt Widgets(i will mostly use different colors for each packet traversing network- show path and use some button and something like a list view to show more info on network)
    I already check in the internet but the answers didnt help me alot -I did a little program in QT quick with a button calling the c++ function but idk which would be better choice when i need to do some animation and extract the data from the simulation...

    Thanks in advance

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Since you can mix as you like, it dont have to exclude each other.
      http://doc.qt.io/qt-5/qtqml-cppintegration-topic.html
      Aimation wise, Qt Quick (QML) is feature rich so maybe GUI as
      QUICK and backbone c++ for reading from simulation.

      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