Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Looking for a class
Forum Updated to NodeBB v4.3 + New Features

Looking for a class

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 4 Posters 1.1k Views 3 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.
  • M Offline
    M Offline
    mps298
    wrote on last edited by mps298
    #1

    Hello everyone,

    I'm asking you guys to help me with my issue. I'm searching through Qt source code and desire to find the class that describes the window of choosing resources for a QPixmap for a QLabel (like the one on the picture below) . Would you be so kind and give me some information about this class, please? Like its name or where exactly I could find it, anything would be very helpful for me, thank you.

    0_1518856401438_image.png

    K 1 Reply Last reply
    0
    • M mps298

      Hello everyone,

      I'm asking you guys to help me with my issue. I'm searching through Qt source code and desire to find the class that describes the window of choosing resources for a QPixmap for a QLabel (like the one on the picture below) . Would you be so kind and give me some information about this class, please? Like its name or where exactly I could find it, anything would be very helpful for me, thank you.

      0_1518856401438_image.png

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @mps298

      Hi and welcome to devnet forum

      Do you mean the documentation of QPixmap?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      1
      • Chris KawaC Offline
        Chris KawaC Offline
        Chris Kawa
        Lifetime Qt Champion
        wrote on last edited by
        #3

        If you mean the class of the "Select Resource" window that's a class named QtResourceViewDialog and it's located in
        <Qt install dir>\qttools\src\designer\src\lib\shared\qtresourceview.cpp file.

        Note that this class is part of the private interface and is subject to change without notice, so you should not use it directly in your code.

        C 1 Reply Last reply
        5
        • M Offline
          M Offline
          mps298
          wrote on last edited by mps298
          #4

          This is probably the item I was looking for, I should check it first and then report here about results. Anyway, thank you both for your quick response.

          UPD
          Yes, that was the solution, thank you very much.

          1 Reply Last reply
          1
          • Chris KawaC Chris Kawa

            If you mean the class of the "Select Resource" window that's a class named QtResourceViewDialog and it's located in
            <Qt install dir>\qttools\src\designer\src\lib\shared\qtresourceview.cpp file.

            Note that this class is part of the private interface and is subject to change without notice, so you should not use it directly in your code.

            C Offline
            C Offline
            chem79
            wrote on last edited by
            #5

            @Chris-Kawa Hello! Can you tell some correct way to use this dialog or getting resource information?

            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