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. Create stacked icon using font awesome in Qt
Forum Updated to NodeBB v4.3 + New Features

Create stacked icon using font awesome in Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 4 Posters 647 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.
  • ScleaverZer0neS Offline
    ScleaverZer0neS Offline
    ScleaverZer0ne
    wrote on last edited by
    #1

    Does anyone have experience with QtAwesome? I'm trying to figure out how to make stacked icons, but I'm having trouble. Any reference to documentation or a guide will also be beneficial.

    C 1 Reply Last reply
    0
    • ScleaverZer0neS ScleaverZer0ne

      Does anyone have experience with QtAwesome? I'm trying to figure out how to make stacked icons, but I'm having trouble. Any reference to documentation or a guide will also be beneficial.

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

      @ScleaverZer0ne What is a "stacked icon"? What have you attempted? How has it failed? C++ or Python, platform, Qt version...?

      ScleaverZer0neS 1 Reply Last reply
      0
      • C ChrisW67

        @ScleaverZer0ne What is a "stacked icon"? What have you attempted? How has it failed? C++ or Python, platform, Qt version...?

        ScleaverZer0neS Offline
        ScleaverZer0neS Offline
        ScleaverZer0ne
        wrote on last edited by
        #3

        @ChrisW67 Stacked icon as in using two or more icons from font awesome and merging them into one single icon (like merging stop icon with camera icon).

        I did some research online, all that I learnt is that it is possible to stack icons in QtAwesome, but I couldn't find any guides or documentations on how to do it in C++.

        I'm on Qt 5.13 on Windows FYI.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SimonSchroeder
          wrote on last edited by
          #4

          I quickly googled QtAwesome because I don't know it. The first hit was for Python. There it tells about stacked icons. Only after that I figured out that there is also a C++ version available. I am not sure in how far these are related at all. I suspect they don't share source code at all. I does not look like the C++ variant has stacking of icons. You would have to implement that yourself.

          ScleaverZer0neS 1 Reply Last reply
          0
          • S SimonSchroeder

            I quickly googled QtAwesome because I don't know it. The first hit was for Python. There it tells about stacked icons. Only after that I figured out that there is also a C++ version available. I am not sure in how far these are related at all. I suspect they don't share source code at all. I does not look like the C++ variant has stacking of icons. You would have to implement that yourself.

            ScleaverZer0neS Offline
            ScleaverZer0neS Offline
            ScleaverZer0ne
            wrote on last edited by
            #5

            @SimonSchroeder The QtAwesome Python library was probably imported from the C++ version. I couldn't find any reference documentation for stacked icons in C++, thus it's probable it's possible only in the Python library.

            SGaistS 1 Reply Last reply
            0
            • ScleaverZer0neS ScleaverZer0ne

              @SimonSchroeder The QtAwesome Python library was probably imported from the C++ version. I couldn't find any reference documentation for stacked icons in C++, thus it's probable it's possible only in the Python library.

              SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Hi,

              When you say stacking, do you mean draw on top of each other ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              ScleaverZer0neS 1 Reply Last reply
              0
              • SGaistS SGaist

                Hi,

                When you say stacking, do you mean draw on top of each other ?

                ScleaverZer0neS Offline
                ScleaverZer0neS Offline
                ScleaverZer0ne
                wrote on last edited by
                #7

                @SGaist Something like that.

                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