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. Can't Access MetaEnums from QStyle
Forum Updated to NodeBB v4.3 + New Features

Can't Access MetaEnums from QStyle

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 2.2k 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.
  • I Offline
    I Offline
    ivan.todorovich
    wrote on last edited by
    #1

    Hi,

    I wanted to make a debug application to list and show the QStyle's StandardPixmaps. So the best way I could think of was iterating through the QMetaEnum "StandardPixmap". But I found out that QStyle has no Meta information.
    Is that right, or I missed something here?

    @ QStyle *style = this->style();
    qDebug() << style->metaObject()->enumeratorCount();
    qDebug() << style->metaObject()->enumerator(style->metaObject()->indexOfEnumerator("StandardPixmap")).name();@

    Is there another way to view the list of StandardPixmaps ?

    o_o Sorry for my rusted english.

    1 Reply Last reply
    0
    • I Offline
      I Offline
      ivan.todorovich
      wrote on last edited by
      #2

      Nevermind, I resolved iterating only on StandardPixmap indexes as int. I can't show the StandardPixmap's enum string but it works the same

      o_o Sorry for my rusted english.

      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