Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. filters

    Log in to post
    • All categories
    • E

      Solved QImage::Format_Invalid from MedaiPlayer QVideoFrames
      General and Desktop • filters qml mediaplayer qimage • • Einstein

      6
      0
      Votes
      6
      Posts
      406
      Views

      SGaist

      Which examples are you referring to ?

    • M

      Unsolved Want a QFileDialog that displays only executable files, but QDir::Filter values are used differently by QFileDialog than by QDir::entryInfoList(..)
      General and Desktop • qdir qfiledialog linux filters • • mbrochmann

      3
      0
      Votes
      3
      Posts
      789
      Views

      M

      I am using Qt 5.10.1, on CentOS 7

    • S

      filtering the filtered QSortFilterProxyModel
      General and Desktop • filters qsortfilterprox • • Stravinsky

      1
      0
      Votes
      1
      Posts
      488
      Views

      No one has replied

    • sosun

      How to get access to the pixels of the image using QImage?
      General and Desktop • qt5.4 qimage filters • • sosun

      2
      0
      Votes
      2
      Posts
      9852
      Views

      Y

      the QImage class has a pixel(x,y) and setPixel(x,y,value) methods
      QImage::setPixel()
      you can also use QImage::bits()

    • S

      Subclass of QSortFilterProxyModel to filter selected columns
      General and Desktop • qsortfilterprox filters subclassing • • Stravinsky

      15
      0
      Votes
      15
      Posts
      7402
      Views

      SGaist

      I don't understand your question 1.

      With a QList of hidden column, you don't need to know the size of the array in your model and you don't need to loop through the complete array to know which columns are hidden or not. You just need to do something like if (!hiddenColumnList.contains(index.column())) { // do some stuff if column is not hidden }
    • P

      QFileDialog but disallow changing directory?
      General and Desktop • qfiledialog directory filters • • pmh4514

      1
      0
      Votes
      1
      Posts
      532
      Views

      No one has replied