Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. Bug report response time

Bug report response time

Scheduled Pinned Locked Moved The Lounge
5 Posts 4 Posters 2.7k 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.
  • K Offline
    K Offline
    Knacktus
    wrote on last edited by
    #1

    Hi guys,

    not sure if this is the right place to ask ... anyway:

    I've got an issue with stylesheets which might be a bug. I've created a bug report back in April but no reaction so far (not even evaluated).

    http://bugreports.qt.nokia.com/browse/QTBUG-18902

    Is there something I can do to get it evaluated?

    Cheers,

    Jan

    1 Reply Last reply
    0
    • F Offline
      F Offline
      Franzk
      wrote on last edited by
      #2

      Sit and wait, keep monitoring the issue, add information if you have more, get people to vote for the issue.

      "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

      http://www.catb.org/~esr/faqs/smart-questions.html

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

        You might have more luck with an example in C++ instead of python.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          Knacktus
          wrote on last edited by
          #4

          Thanks for the suggestions. After playing around, searching here and there, trying this and that I've found a way to achieve what I needed. I've written a comment in the bugreport (it's kind of a workaround), if anyone is curious.

          1 Reply Last reply
          0
          • Y Offline
            Y Offline
            yanbellavance
            wrote on last edited by
            #5

            Put this in your MainWIndow stylesheet:

            @QMenuBar {
            background-color: rgb(55, 37, 255);
            }

            QMenuBar::item {
            spacing: 3px; /* spacing between menu bar items */
            padding: 1px 4px;
            background: transparent;
            border-radius: 4px;
            }

            QMenuBar::item:selected { /* when selected using mouse or keyboard */
            background: #a8a8a8;
            }

            QMenuBar::item:pressed {
            background: #888888;
            }@

            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