Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Qt for Photoshop plugin

Qt for Photoshop plugin

Scheduled Pinned Locked Moved 3rd Party Software
4 Posts 2 Posters 2.3k 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.
  • T Offline
    T Offline
    timsvw
    wrote on 3 Dec 2013, 04:43 last edited by
    #1

    I am trying to build the Photoshop dissolve example plugin with a QT gui but am not really sure how to go about it. Does anyone have any experience they could share to help me work through this?

    -Tim

    1 Reply Last reply
    0
    • J Offline
      J Offline
      JKSH
      Moderators
      wrote on 3 Dec 2013, 05:10 last edited by
      #2

      Hi,

      You can study this user's project: http://qt-project.org/forums/viewthread/22179

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • T Offline
        T Offline
        timsvw
        wrote on 3 Dec 2013, 23:18 last edited by
        #3

        I am looking for a plugin that works inside of Photoshop that uses Qt to make the gui. The link is to an app that uses qt to bring in Photoshop files it is not a Photoshop plugin, but thanks for the help.

        -Tim

        1 Reply Last reply
        0
        • J Offline
          J Offline
          JKSH
          Moderators
          wrote on 13 Dec 2013, 15:01 last edited by
          #4

          Ah, I see.

          It sounds like your plugin (DLL?) needs to create a QApplication, followed by your widgets. Then, your widgets will need to call functions provided by the Photoshop SDK API, to communicate with Photoshop.

          I haven't done anything like this myself; try starting at http://stackoverflow.com/questions/11054087/starting-qt-gui-from-dll-in-dllstart-function

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          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