Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Rich text delegate
Forum Updated to NodeBB v4.3 + New Features

Rich text delegate

Scheduled Pinned Locked Moved Showcase
15 Posts 9 Posters 12.3k Views 1 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.
  • N Offline
    N Offline
    nomorespam
    wrote on last edited by
    #6

    [quote author="Andre" date="1277118303"]The present

    A version with all the above will be released soon, though the source code is already online for those interested.
    [/quote]

    This looks very interesting. You write, that the source code is available online. Where can I find it? Which license do you use for it?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #7

      I got sidetracked a bit. I'll try to pick this up again. Part of this work can however probably be considdered obsolete, because some of these stylings are easier and better done using a QML view. However, not every view can easily be replaced by a QML view yet (especially table-type and tree-type views still present challenges), so I guess there is still a market for this.

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nomorespam
        wrote on last edited by
        #8

        Yes, I have a rather complex treeview that needs some richtext love :-)
        It would be great to take a look at your code for this.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cyberbobs
          wrote on last edited by
          #9

          Is it possible to look at your component source code somewhere? I'm going to implement something same to this (though i really need a little subclass of the features you mentioned here) and looking for the already existing implementations.

          1 Reply Last reply
          0
          • U Offline
            U Offline
            Uwe Kindler
            wrote on last edited by
            #10

            Hi Andre,

            I downloaded and tested your RichTextDelegate and your StyleSheetDelegate and they are both great. Exactly the thing I was looking for. Really great!!!. I think they are almost essential for Qt to make use of model / view framework easier. Would be really great to see such stuff in Qt or at least Qxt.

            Thank you.

            1 Reply Last reply
            0
            • C Offline
              C Offline
              crociv
              wrote on last edited by
              #11

              Hi Andre,
              Can I download it to? I'm looking for a good example of solving such a problem

              1 Reply Last reply
              0
              • U Offline
                U Offline
                Uwe Kindler
                wrote on last edited by
                #12

                Hi crociv,

                the code is part of the SAINT toolkit. You will find the code here:

                "https://www.assembla.com/code/srtools/git/nodes/richtextdelegate_rework/common":https://www.assembla.com/code/srtools/git/nodes/richtextdelegate_rework/common

                Search for styleheetdelegate and richtextdelegate. But these delegates are not made for large sets of data because they consume a lot of memory and they are slow.

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  crociv
                  wrote on last edited by
                  #13

                  Uwe Kindler, Thanks!

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    andre
                    wrote on last edited by
                    #14

                    Glad you found it, I hope you'll find it useful.

                    1 Reply Last reply
                    0
                    • H Offline
                      H Offline
                      hisoft
                      wrote on last edited by
                      #15

                      Hi,

                      I downloaded the two files richtextdelegate.cpp / .h, put them into a simple qt project, activate the webkit module (qt += webkit) and got error when compiling :
                      undefined reference to `QWebPage::setViewportSize(QSize const&) const'.

                      Any idea ?

                      Thanks.

                      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