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. VS 2015 - No Webkit widget
Forum Updated to NodeBB v4.3 + New Features

VS 2015 - No Webkit widget

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 1.2k 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.
  • A Offline
    A Offline
    akaisora
    wrote on last edited by
    #1

    Hello every one,

    I am new to Qt forums but have a small experience with Qt. I've downloaded Qt 5.6.0 for Windows 64-bit (VS 2015, 836 MB) and configured it on VS 2015 IDE using Qt Addon, but while editing the ui with qt creator I can't find the webkit widget, is there any way to add it?

    Thanks!
    -- Sora

    1 Reply Last reply
    0
    • Chris KawaC Online
      Chris KawaC Online
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi, welcome to the forum.

      The webkit module was deprecated in 5.5 and removed in 5.6. You can still download it and compile separately, but you should consider moving your code to QtWebEngine if possible, especially if you're starting a new project.

      A 1 Reply Last reply
      0
      • Chris KawaC Chris Kawa

        Hi, welcome to the forum.

        The webkit module was deprecated in 5.5 and removed in 5.6. You can still download it and compile separately, but you should consider moving your code to QtWebEngine if possible, especially if you're starting a new project.

        A Offline
        A Offline
        akaisora
        wrote on last edited by
        #3

        @Chris-Kawa Thank you very much for your reply!
        Any idea where to get and how can I add it to my VS 2015 project?

        Thanks again!
        -- Sora

        1 Reply Last reply
        0
        • Chris KawaC Online
          Chris KawaC Online
          Chris Kawa
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You can download the soure code from the official git repository. Compile it and you should be good to go. I don't think you can add it to the VS add-in, but you can still add it as any other library in VS - by setting the appropriate include and lib paths in the project settings.
          I'll just repeat that the module is no longer supported. It won't get any updates or security fixes, which is kinda important when using web technologies. It's gonna be dropped entirely soon (i.e. including the sources). Think twice before using it.

          A 1 Reply Last reply
          0
          • Chris KawaC Chris Kawa

            You can download the soure code from the official git repository. Compile it and you should be good to go. I don't think you can add it to the VS add-in, but you can still add it as any other library in VS - by setting the appropriate include and lib paths in the project settings.
            I'll just repeat that the module is no longer supported. It won't get any updates or security fixes, which is kinda important when using web technologies. It's gonna be dropped entirely soon (i.e. including the sources). Think twice before using it.

            A Offline
            A Offline
            akaisora
            wrote on last edited by
            #5

            @Chris-Kawa Alright. Thank you very much for the clarification. I really appreciate it!

            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