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. Threaded message conversation view
Forum Updated to NodeBB v4.3 + New Features

Threaded message conversation view

Scheduled Pinned Locked Moved General and Desktop
9 Posts 4 Posters 4.0k 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.
  • P Offline
    P Offline
    psbhardwaj09gmail.com
    wrote on last edited by
    #1

    Hi All,

    Currently I’m working with message views. I have to make a Threaded message conversation view (as in android and I-phone).

    This is to be done without using QML, So please give me suggestion about this.
    Thanks in advance.

    Pardeep Sharma

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      Probably with "QGraphicsView":http://doc.qt.digia.com/stable/qgraphicsview.html

      1 Reply Last reply
      0
      • L Offline
        L Offline
        leon.anavi
        wrote on last edited by
        #3

        I would rather use "Qt Style Sheets":http://qt-project.org/doc/qt-5.0/qtwidgets/stylesheet.html to customize "QScrollArea":http://qt-project.org/doc/qt-5.0/qtwidgets/qscrollarea.html with "QLabels":http://qt-project.org/doc/qt-5.0/qtwidgets/qlabel.html or "QListView":http://qt-project.org/doc/qt-5.0/qtwidgets/qlistview.html.

        http://anavi.org/

        1 Reply Last reply
        0
        • P Offline
          P Offline
          psbhardwaj09gmail.com
          wrote on last edited by
          #4

          can u suggest me any example?

          Pardeep Sharma

          1 Reply Last reply
          0
          • L Offline
            L Offline
            leon.anavi
            wrote on last edited by
            #5

            [quote author="Pardeep Sharma" date="1360760058"]can u suggest me any example?[/quote]

            I am not aware of exactly the same example but there is a variaty of "Qt Style Sheets Examples":http://qt-project.org/doc/qt-5.0/qtwidgets/stylesheet-examples.html

            http://anavi.org/

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

              Do you mean the text balloons view you get for SMS messages?
              !http://images.anandtech.com/reviews/gadgets/iPhone3G/SMS2.png(SMS view of iPhone)!

              I have seen ready-made examples for that, but it would be easy with QGraphicsView. Or, you use a QListView with a custom delegate.

              1 Reply Last reply
              0
              • P Offline
                P Offline
                psbhardwaj09gmail.com
                wrote on last edited by
                #7

                Hi Andre,

                Can u give me link for above example.

                Pardeep Sharma

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

                  No. What have you tried so far? Did you look into QGraphicsView and related classes? Did you study how to make a custom delegate for an item view?

                  1 Reply Last reply
                  0
                  • Q Offline
                    Q Offline
                    qxoz
                    wrote on last edited by
                    #9

                    Pardeep Sharma@
                    Its not so hard as you can think start study links below:
                    "http://qt-project.org/doc/qt-4.8/qgraphicsview.html":http://qt-project.org/doc/qt-4.8/qgraphicsview.html
                    "http://qt-project.org/doc/qt-4.8/qgraphicsscene.html":http://qt-project.org/doc/qt-4.8/qgraphicsscene.html
                    "http://qt-project.org/doc/qt-4.8/qgraphicsitem.html":http://qt-project.org/doc/qt-4.8/qgraphicsitem.html

                    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