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. QComboBox makes app invisible and throws setGeometry Error.
Forum Updated to NodeBB v4.3 + New Features

QComboBox makes app invisible and throws setGeometry Error.

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 234 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.
  • L Offline
    L Offline
    LimeLight
    wrote on last edited by LimeLight
    #1

    I added a QComboBox to the application and sometimes when I click the qcombobox it makes the app hidden and throws the following error...

    setGeometry: Unable to set geometry 916x739-2147483648+208 (frame: 916x739-2147483648+208) on QWidgetWindow/"attendanceWindow" on "\\.\DISPLAY1". Resulting geometry: 916x739-32768+208 (frame: 916x739-32768+208) margins: 0, 0, 0, 0 minimum size: 200x200 MINMAXINFO(maxSize=POINT(x=1920, y=1080), maxpos=POINT(x=0, y=0), maxtrack=POINT(x=0, y=0), mintrack=POINT(x=250, y=250)))
    

    I am on Windows 10 and running Qt 6.3.1.
    I have made a label white for background and dragged a QComboBox on it, its not in any layout
    and it contains 4 entries.

    Can anyone help me with this

    jsulmJ 1 Reply Last reply
    0
    • L LimeLight

      I added a QComboBox to the application and sometimes when I click the qcombobox it makes the app hidden and throws the following error...

      setGeometry: Unable to set geometry 916x739-2147483648+208 (frame: 916x739-2147483648+208) on QWidgetWindow/"attendanceWindow" on "\\.\DISPLAY1". Resulting geometry: 916x739-32768+208 (frame: 916x739-32768+208) margins: 0, 0, 0, 0 minimum size: 200x200 MINMAXINFO(maxSize=POINT(x=1920, y=1080), maxpos=POINT(x=0, y=0), maxtrack=POINT(x=0, y=0), mintrack=POINT(x=250, y=250)))
      

      I am on Windows 10 and running Qt 6.3.1.
      I have made a label white for background and dragged a QComboBox on it, its not in any layout
      and it contains 4 entries.

      Can anyone help me with this

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @LimeLight You should provide more information:

      • On what OS?
      • Qt version
      • Is the combo box in a layout?
      • Does the combo box have any content (if it does: how long are the entries?)?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      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