Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. transparent
    Log in to post

    • UNSOLVED Customize QVideoWidget and QMediaPlayer Metadata problems
      General and Desktop • qmediaplayer transparency qvideowidget transparent qmediametadata • • TheEnigmist  

      9
      0
      Votes
      9
      Posts
      122
      Views

      @jsulm In Qt Creator and in VS 2022 as well. Qt Creator: VS 2022: EDIT: I found the problem... QAbstractVideoSurface has been replaced by the QVideoSink class in Qt6: https://doc.qt.io/qt-6/qtmultimedia-changes-qt6.html EDIT2: I think i will open two different topic since I found different "bug?"
    • UNSOLVED WA_TranslucentBackground Frameless windows problem with WIN32 API SetParent
      Qt 6 • win32 api transparent frameless watranslucentb • • Emrecp  

      4
      0
      Votes
      4
      Posts
      206
      Views

      @SGaist removing self.parent = parent did not help. Problem still continues.
    • SOLVED Fading to transparent gradient
      QML and Qt Quick • transparent gradient opacitymask • • Cyna  

      3
      0
      Votes
      3
      Posts
      1271
      Views

      @Jacob.zhang That works, so visiblity do the trick. Thanks.
    • UNSOLVED How to make a custom QWidget partially transparent?
      General and Desktop • qwidget transparent custom qwidget • • Adit  

      4
      0
      Votes
      4
      Posts
      659
      Views

      Hi Does the custom CustomQWidget do its own drawing with QPainter ?
    • UNSOLVED Transparent QWidget over a QGLWidget
      General and Desktop • qwidget qglwidget transparent • • NIXIN  

      3
      0
      Votes
      3
      Posts
      1205
      Views

      Also, if you are on Qt 5.4 or newer, I suggest replacing QGLWidget with QOpenGLWidget. QOpenGLWidget resolves numerous issues with QGLWidget: https://blog.qt.io/blog/2014/09/10/qt-weekly-19-qopenglwidget/
    • UNSOLVED No (or Transparent) Background for QOpenGLWidget
      General and Desktop • opengl qopenglwidget background transparent • • ddyn  

      1
      0
      Votes
      1
      Posts
      1653
      Views

      No one has replied

    • SOLVED Problem with QTreeWidget Stylesheet
      General and Desktop • stylesheet background qtreewidget transparent selected item • • QT-static-prgm  

      14
      0
      Votes
      14
      Posts
      15007
      Views

      I was always searching at the wrong place. The blue hue wasn't a problem of the style, it was a problem of the icon. Here is the solution: for all icons m_clientIcon.normal.addFile("plugins\\qtTsOverlay\\client.png"); add this m_clientIcon.normal.addFile("plugins\\qtTsOverlay\\client.png", QSize(), QIcon::Selected);
    • SOLVED QML StackView with transparent layers
      General and Desktop • qml stackview transparent • • Mark81  

      3
      0
      Votes
      3
      Posts
      1692
      Views

      Thank you very much for your help. I'm going to find another way to avoid this "borderline" situation. Anyway I think it will be a nice to have feature!
    • Partially transparent image
      QML and Qt Quick • image quick embedded qt transparent • • jimmy274  

      4
      0
      Votes
      4
      Posts
      1922
      Views

      @jimmy274 You're Welcome :) A more interesting way but through C++ would be to use QQuickPaintedItem to create your own custom item. You can re-implement paint method to draw your custom shapes, text etc.. It uses QPainter to achieve this. Try looking for setCompositionMode and setClipRegion methods. An example for QQuickPaintedItem is here.
    • QGLWidget/QOpenGLWidget with transparent background
      General and Desktop • opengl qopenglwidget background transparency qglwidget transparent overlay alpha translucent see throught • • FredeHo  

      1
      0
      Votes
      1
      Posts
      1576
      Views

      No one has replied