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. Windows 7/8 winextras - QWinJumpList in Qt 5.2
Forum Updated to NodeBB v4.3 + New Features

Windows 7/8 winextras - QWinJumpList in Qt 5.2

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.9k 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.
  • M Offline
    M Offline
    mispp
    wrote on last edited by
    #1

    There seems to be no posts covering winextras in 5.2 and i can't make it work, so:
    documentation includes examples for jump list having .begin() function, which doesn't exist in 5.2, i was wondering if someone has a working example of a simple jumplist in Qt 5.2?

    Thanks.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      What exactly doesn't work ? What error are you getting ?

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

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mispp
        wrote on last edited by
        #3

        Hi,

        thanks for the welcome.

        The program compiles, but jumplist is not shown.

        Purpose here is to build a very simple application just to see how this works.
        What I've done is created a new project "Qt Widget Application" and added the following in the mainwindow.cpp:

        @QWinJumpList* jumplist = new QWinJumpList(this);

        jumplist->tasks()->addLink(QString("AAA"), QString("C:\"));
        jumplist->tasks()->addSeparator();
        jumplist->tasks()->setVisible(true);@

        I couldn't find an example online that doesn't use begin() and commit() methods defined for QWinJumpList class, so i'm kinda flying blind here.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          It seems indeed that the example "here":http://qt-project.org/doc/qt-5/qtwinextras-overview.html use an outdated API.

          Since it changed so much, I would recommend asking about it on the interest mailing list you'll find Qt's developers/maintainers there (this forum is more user oriented)

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

          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