Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Issue displaying html's <select>
Forum Updated to NodeBB v4.3 + New Features

Issue displaying html's <select>

Scheduled Pinned Locked Moved Qt WebKit
3 Posts 2 Posters 2.8k 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.
  • B Offline
    B Offline
    brouits
    wrote on last edited by
    #1

    Hello Qtees,
    Sorry for this is half a QtWebKit / half Qt compilation question. I encounter an issue with QtWebKit displaying html select as a top-level resizeable window with decorations (being on a non-X11 platform, w/o window manager). I tried to understand QtFallbackWebPopup.cpp in order to see what caused this issue and found that the QComboBox is wrapped into a QGraphicsProxyWidget (which only accept top-level widgets) thus allowing Qt to draw its own default decoration. however, i don't have Q_WS_QWS #defined.
    My question: Is getting rid of window decoration a matter of adding/removing more defines to Qt's configuration ?

    1 Reply Last reply
    0
    • B Offline
      B Offline
      brouits
      wrote on last edited by
      #2

      It seems QWS does not handle Qt::FramelessWindowHint flag in proxy instanciation.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cotcomsol
        wrote on last edited by
        #3

        Did you ever figure out a way around this? I'm running into the same situation when running Qt apps under FreeBSD.

        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