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. qwt with qt6
Forum Updated to NodeBB v4.3 + New Features

qwt with qt6

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

    HI!

    I installed zip folder qwt-6.2.0, extracting localy.

    then added its path to qt cmake project with following ocmmand:

    set(QWT_LIBRARY_DIR ~/qwt-6.2.0/lib/libqwt.so.6.2.0)
    
    set(QT_PLUGIN_PATH /usr/local/qwt-6.2.0/plugins/designer)
    and I linked as the following :
    ${QWT_LIBRARY_DIR} ${QT_PLUGIN_PATH}
    

    As well as, i added its path to my bashrc like this :

    export QT_PLUGIN_PATH=/usr/local/qwt-6.2.0/plugins/designer
    

    However, i can not see qwt components in my widget UI. Can you please me to understand what is the reason??

    C 1 Reply Last reply
    0
    • F Fikrat

      HI!

      I installed zip folder qwt-6.2.0, extracting localy.

      then added its path to qt cmake project with following ocmmand:

      set(QWT_LIBRARY_DIR ~/qwt-6.2.0/lib/libqwt.so.6.2.0)
      
      set(QT_PLUGIN_PATH /usr/local/qwt-6.2.0/plugins/designer)
      and I linked as the following :
      ${QWT_LIBRARY_DIR} ${QT_PLUGIN_PATH}
      

      As well as, i added its path to my bashrc like this :

      export QT_PLUGIN_PATH=/usr/local/qwt-6.2.0/plugins/designer
      

      However, i can not see qwt components in my widget UI. Can you please me to understand what is the reason??

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      @Fikrat said in qwt with qt6:

      However, i can not see qwt components in my widget UI. Can you please me to understand what is the reason??

      In what tool? For exactly what versions of Qt?
      See Locating Qt Designer Plugins

      F 1 Reply Last reply
      0
      • C ChrisW67

        @Fikrat said in qwt with qt6:

        However, i can not see qwt components in my widget UI. Can you please me to understand what is the reason??

        In what tool? For exactly what versions of Qt?
        See Locating Qt Designer Plugins

        F Offline
        F Offline
        Fikrat
        wrote on last edited by
        #3

        @ChrisW67 HI,

        Qt is 6.4.2, and Qwt is 6.2.

        that guide you provided is nothing but talks about mac and other kind of installation and configuration, however, i would need for ubuntu 20.04 linux distribution. Thanks again.
        can you guide me gently??@ChrisW67

        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