Navigation

    Qt Forum

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

    • SOLVED How to use anti-aliasing on QGLWidget?
      General and Desktop • opengl qopenglwidget antialiasing qglwidge • • BoboFuego  

      8
      0
      Votes
      8
      Posts
      2026
      Views

      @BoboFuego said in How to use anti-aliasing on QGLWidget?: how can I add MyWidget.h as promoted class for it in the MainWindow constructor? Promoted class won't allow you to pass parameters to a constructor. Just don't add it in the designer at all. Lets say you've got this designer_widget as a central widget of the mian window in the designer. Just delete it entirely and add it in code: MainWindow::Mainwindow(QWidget* parent) : QMainWindow(parent) { ui->setupUi(this); MyWidget* gl_widget = new MyWidget(); setCentralWidget(gl_widget); }
    • SOLVED QML Canvas Drawing Aliased
      QML and Qt Quick • qml canvas antialiasing aliased stroke • • Phrogz  

      4
      0
      Votes
      4
      Posts
      3048
      Views

      No worries mate. It's looked like you were doing that :) - happy to have helped.
    • UNSOLVED QML Canvas3D multisampling
      QML and Qt Quick • opengl canvas3d antialiasing multisampling • • Stefan Monov76  

      1
      0
      Votes
      1
      Posts
      590
      Views

      No one has replied