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. Getting a lot of warnings with GridLayout component

Getting a lot of warnings with GridLayout component

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

    Hi

    I get a lot of warnings of this type with GridLayout component:

    QGridLayoutEngine::addItem: Cell (1, 1) already taken QGridLayoutEngine::addItem: Cell (0, 0) already taken QGridLayoutEngine::addItem: Cell (0, 1) already taken QGridLayoutEngine::addItem: Cell (1, 0) already taken QGridLayoutEngine::addItem: Cell (1, 1) already taken

    I have checked, besides components that can span multiple rows and columns, there is not overlap between cells. How can I remove these warnings ?

    thanks
    Bogdan

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

      Such questions usually require Qt version stated (and toolchain used) and code to reproduce the problem.

      C 1 Reply Last reply
      0
      • A alex_malyu

        Such questions usually require Qt version stated (and toolchain used) and code to reproduce the problem.

        C Offline
        C Offline
        cristeab
        wrote on last edited by
        #3

        @alex_malyu Qt5.4.2 (latest stable version) clang 64 bits on OS X Yosemite. For the code, just use a GridLayout with several Rectangles that span multiple columns/rows, without overlapping each other.

        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