Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    [Solved] Particular radius

    QML and Qt Quick
    4
    11
    3274
    Loading More Posts
    • 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.
    • S
      spode last edited by

      how to get rettangle with just an radied angle?
      as this:
      http://imageshack.us/photo/my-images/846/immagineep.png

      Edit: Moved to Qt Quick since OP wants to do this with QML. ZapB

      1 Reply Last reply Reply Quote 0
      • G
        giesbert last edited by

        you need only one rounded edge?
        I think you then have to draw it by hand...

        Nokia Certified Qt Specialist.
        Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

        1 Reply Last reply Reply Quote 0
        • Z
          ZapB last edited by

          Or split it into 4 rects and set a rounded corner on the lower left one. This will lead to some overdraw though.

          Or use the BorderImage QML element.

          Where are you wanting to do this (ie in a widget a QGraphicsScene or in a QML scene)?

          Nokia Certified Qt Specialist
          Interested in hearing about Qt related work

          1 Reply Last reply Reply Quote 0
          • D
            DenisKormalev last edited by

            BorderImage will work ok. Also you can draw border pixmap not only in QML, but in C++ too.

            1 Reply Last reply Reply Quote 0
            • S
              spode last edited by

              i can not do it. i will use an image! =) thank you!

              1 Reply Last reply Reply Quote 0
              • Z
                ZapB last edited by

                Well, what did you try? What did not work?

                Nokia Certified Qt Specialist
                Interested in hearing about Qt related work

                1 Reply Last reply Reply Quote 0
                • S
                  spode last edited by

                  i am making the rectangle with power point...

                  1 Reply Last reply Reply Quote 0
                  • G
                    giesbert last edited by

                    But how do you want to draw it? In a custom drawn widget? in QML? we need more info...

                    Nokia Certified Qt Specialist.
                    Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

                    1 Reply Last reply Reply Quote 0
                    • S
                      spode last edited by

                      in qml!

                      1 Reply Last reply Reply Quote 0
                      • Z
                        ZapB last edited by

                        OK, draw it in gimp/inkscape/whatever, export to some suitable format then use BorderImage element in QML.

                        If this was a QML problem it may have been more appropriate to post it in the Qt Quick forum.

                        Nokia Certified Qt Specialist
                        Interested in hearing about Qt related work

                        1 Reply Last reply Reply Quote 0
                        • S
                          spode last edited by

                          i know. thank you

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post