QTOpenGL
-
QT+OpenGL实现简单图形的绘制
继承于QOpenGLWindow,描画出来。新建类myopengl,头文件如下: #ifndef MYOPENGL_H #define MYOPENGL_H[详细]
2022-12-28 11:02 分类:开发 Changing DataTemplate TextBlock Property at Runtime
I have a DataTemplate defined as follows: I am accessing it at runtime using the code below: else { template = (DataTemplate)FindResource(\"GridViewTextBlockDataTemplate\");[详细]
2022-12-22 10:08 分类:问答Calling SQL Azure's stored procedure in silverlight
I have a silverlight application to call the SQL Azure\'s stored procedure and show the data. I use the service to call stored procedure, and it is working when it is run at VS 2008. But when I integr[详细]
2022-12-22 03:29 分类:问答