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. Intercept creation of comboboxes in QtWebKit
Forum Update on Monday, May 27th 2025

Intercept creation of comboboxes in QtWebKit

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

    Hello! I have a web page with code:
    @<select>
    <option value="1">1</option>
    <option value="2">2</option>
    <option value="3">3</option>
    </select>
    @
    I want intercept creation of comboboxes on QWebPage and create something custom, how can I do this?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2

      Do you have the same behavior like I do?: http://qt-project.org/forums/viewthread/25723

      God is Real unless explicitly declared as Integer.

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Hronom
        wrote on last edited by
        #3

        [quote author="AcerExtensa" date="1368426714"]Do you have the same behavior like I do?: http://qt-project.org/forums/viewthread/25723[/quote]
        No... I need intercept creation of combobox to create custom combobox, that has its own reaction on events.
        I already reimplement methods like QWebPage::javaScriptConfirm to create custom widgets. But for combobox creation I didnt find right method.
        Please help!

        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