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. Debug assertion in stl algorithms when using QCheckBox::indicator:unchecked in stylesheets
Forum Updated to NodeBB v4.3 + New Features

Debug assertion in stl algorithms when using QCheckBox::indicator:unchecked in stylesheets

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 446 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.
  • Q Offline
    Q Offline
    Qyrychen
    wrote on last edited by
    #1

    Hi to all! I have same problem to http://qt-project.org/forums/viewthread/36696/

    I'm using Qt 5.2.1 and VS 2008. I get an “Expression: sequence not ordered” assertion in “C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\algorithm” line 2262 when add the following style to QCheckBox

    QCheckBox::indicator:unchecked {
         image: url(:/images/checkbox_unchecked.png);
     }
    

    P.S. it works good with "checked"

    QCheckBox::indicator:checked {
         image: url(:/images/checkbox_unchecked.png);
     }
    
    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