Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML plugin for QtForum

QML plugin for QtForum

Scheduled Pinned Locked Moved QML and Qt Quick
6 Posts 3 Posters 1.4k 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.
  • shavS Offline
    shavS Offline
    shav
    wrote on last edited by
    #1

    Hi everyone!

    At last I've finished my plugin for Qt Forum. Now you can use it in you QML application. The plugin has a few methods:

    1. Read all threads from all category.
    2. Create a new topic and reply to exist.

    Now I'm work on a documentation.

    Mac OS and iOS Developer

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stevenceuppens
      wrote on last edited by
      #2

      Hi Shav,

      Where can i find it? :)

      Steven CEUPPENS
      Developer / Architect
      Mobile: +32 479 65 93 10

      1 Reply Last reply
      0
      • X Offline
        X Offline
        Xander84
        wrote on last edited by
        #3

        Hi, good idea. :)
        Is there an official API or did you just parse the HTML page?

        1 Reply Last reply
        0
        • shavS Offline
          shavS Offline
          shav
          wrote on last edited by
          #4

          Hi everyone,

          The page of plugin "here":http://www.dshav.com/my_projects/qt-forum-reader/.
          Download "link":http://www.dshav.com/wp-content/uploads/2014/04/qtforum_plugin.zip of plugin.
          The full documentation is "here":http://docs.dshav.com/qtforum/. But not all classes you may use in application. You can use only "QtForumManager":http://docs.dshav.com/qtforum/d3/d07/class_q_forum_manager.html class.

          HowTo use plugin:
          @
          QForumManager {
          id: forumManager

          onIsAuthOkChanged: {
              //Some code here if needs to detect login/logout
          }
          

          }
          @

          Mac OS and iOS Developer

          1 Reply Last reply
          0
          • shavS Offline
            shavS Offline
            shav
            wrote on last edited by
            #5

            [quote author="Xander84" date="1398105313"]Hi, good idea. :)
            Is there an official API or did you just parse the HTML page?[/quote]

            I asked support team and they told to me, they don't have API for forum. So I parse HTML to get all topic and posts. Also you can post the topic and reply to exist. But you can't register a new account. I can't create correct request to register the account. Also if you try a many time the server can ban you. So don't try a many times.

            Mac OS and iOS Developer

            1 Reply Last reply
            0
            • shavS Offline
              shavS Offline
              shav
              wrote on last edited by
              #6

              Yesterday Apple was approved my application for Qt Forum, so you can "download":https://itunes.apple.com/ru/app/qtforumreader/id865207357?l=en&mt=12.

              Mac OS and iOS Developer

              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