Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QFeedbackEffect?
Forum Updated to NodeBB v4.3 + New Features

QFeedbackEffect?

Scheduled Pinned Locked Moved Mobile and Embedded
5 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.
  • R Offline
    R Offline
    Reptile
    wrote on last edited by
    #1

    I've been reading a bunch of sites that say that QFeedback api in QMobility isn't supported in Symbian yet. I'm trying to get tactile feedback in my application. Does anyone know when it will be available?

    I want to be able to call:

    @QFeedbackEffect::playThemeEffect(QFeedbackEffect::ThemeBasicButton);@

    This is what I have in my .pro file:

    @CONFIG += mobility
    MOBILITY = feedback@

    am I missing some libraries?

    I'm getting this compiling error:
    @'QFeedbackEffect' has not been declared@

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Chris H
      wrote on last edited by
      #2

      Are you missing @#include <QFeedbackEffect>@

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Reptile
        wrote on last edited by
        #3

        Nope, it's there.

        @#include <QFeedbackEffect>@

        Does it work for you?

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Chris H
          wrote on last edited by
          #4

          I haven't tried, just looking for the low-hanging fruit based on your compiler error message. What about the namespace? Are you using "QTM_USE_NAMESPACE" ?

          1 Reply Last reply
          0
          • R Offline
            R Offline
            Reptile
            wrote on last edited by
            #5

            Ah, that did the trick! 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