Navigation

    Qt Forum

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

    • UNSOLVED Problem with glBindTexture
      General and Desktop • opengl qopengl qopengltexture bind • • FrankE  

      2
      0
      Votes
      2
      Posts
      448
      Views

      That's becoming even more weird: GLFunctions::gl30()->glGenTextures(1, &texHandle); returns 2 in texHandle. but for using it in the shader it works for a value of 1 in the bindTexture GLFunctions::gl30()->glBindTexture(GL_TEXTURE_2D, texHandle-1); This is driving me nuts.
    • UNSOLVED [Windows] First QUdpSocket::bind blocks for three seconds
      General and Desktop • bind blocking qudpsock • • aha_1980  

      23
      0
      Votes
      23
      Posts
      2320
      Views

      @aha_1980 Try this: setProxy(QNetworkProxy::NoProxy)
    • UNSOLVED Binding expression for nested properties not working
      QML and Qt Quick • qml binding bind property bindin • • BePie  

      1
      0
      Votes
      1
      Posts
      645
      Views

      No one has replied

    • UNSOLVED Signal emit Issue - Listview is not showing full list
      QML and Qt Quick • listview cpp signals emit bind • • Mathan M  

      4
      0
      Votes
      4
      Posts
      1557
      Views

      @Mathan-M as i said when it displays a row, the model is correctly applied, so there must be something wrong with your model implementation. @Mathan-M said in Signal emit Issue - Listview is not showing full list: Do we have any link/tutorials to follow or how to bind the value from CPP to qml. Here you go.
    • SOLVED Bind Qlable to Sqlserver Database
      General and Desktop • database bind sqlserver qlable • • M4RZB4Ni  

      3
      0
      Votes
      3
      Posts
      956
      Views

      hi You can use http://doc.qt.io/qt-5/qdatawidgetmapper.html to insert data to label. It can not be directly tied to a model.
    • Correct usage of QOpenGLxxxx bind() and release()
      General and Desktop • opengl release bind • • garfunkheul  

      1
      0
      Votes
      1
      Posts
      516
      Views

      No one has replied

    • Binding more than one time to the same UDP port
      General and Desktop • binding qudpsocket bind • • koahnig  

      2
      0
      Votes
      2
      Posts
      1030
      Views

      OK, found that there are two sides for that coin as well. I need to check the other side as well as one sees in the mutlicast sender example.
    • QAbtractSocket bind flags
      General and Desktop • udp qudpsocket bind shareaddress • • koahnig  

      1
      0
      Votes
      1
      Posts
      736
      Views

      No one has replied