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. Getting started with Qt

Getting started with Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 277 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.
  • S Offline
    S Offline
    seok
    wrote on last edited by
    #1

    Hi Qt community
    I have an gui application which source code is written in Visual studio C++ i want my application to run in both the linux and windows and for some other updates i am shifting towards Qt.
    i have to write the whole application in Qt from the beginning now i wanted to clear some doubts before starting

    1. what are the points i need to consider before starting to write the application in Qt
    2. since both are C++ will i be able to use some code snippet from the existing source code
    3. between using widget and view (eg: treewidget and treeview ) which is better

    this is my first time interacting in this Forum Please be kind i really appreciate your valuable suggestion thanks in advance

    jsulmJ 1 Reply Last reply
    0
    • S seok

      Hi Qt community
      I have an gui application which source code is written in Visual studio C++ i want my application to run in both the linux and windows and for some other updates i am shifting towards Qt.
      i have to write the whole application in Qt from the beginning now i wanted to clear some doubts before starting

      1. what are the points i need to consider before starting to write the application in Qt
      2. since both are C++ will i be able to use some code snippet from the existing source code
      3. between using widget and view (eg: treewidget and treeview ) which is better

      this is my first time interacting in this Forum Please be kind i really appreciate your valuable suggestion thanks in advance

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @seok

      1. This is quite generic question. Do you have any specific concerns? One thing to consider is Qt license - if you go with the open source version you have to fulfil LGPLv3 license.
      2. Sure
      3. Depends. Widgets should be used for small amount of data with simple logic. Else go for views.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      S 1 Reply Last reply
      3
      • jsulmJ jsulm

        @seok

        1. This is quite generic question. Do you have any specific concerns? One thing to consider is Qt license - if you go with the open source version you have to fulfil LGPLv3 license.
        2. Sure
        3. Depends. Widgets should be used for small amount of data with simple logic. Else go for views.
        S Offline
        S Offline
        seok
        wrote on last edited by
        #3

        @jsulm thank you for the response

        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