Qt
Resize background color
I h开发者_如何学Goave a Windows app for which when the window is quickly made bigger pieces of \"whitespace\" are temporarily created.[详细]
2023-04-13 06:28 分类:问答OpenGL rendering to a QML item
I have a QML file wh开发者_运维技巧ich contains a layout of QML items and now I want one of those items to be a QGLWidget. i.e. I want to render to a specific QML item.[详细]
2023-04-13 06:15 分类:问答Display QDomDocument as HTML
EDIT Bounty goes to a decent FOSS-licensed function which will do the conversion. I have a QDomDocument which is HTML and I want to render it in a widget.[详细]
2023-04-13 05:52 分类:问答2D display looks weird in OpenGL
Currently I am writing a video player in OpenGL. I call gluOrtho2D like this: gluOrtho2D(0, w, 0, h); And output it with:[详细]
2023-04-13 04:11 分类:问答Making QListWidget resize its items to fill space
I\'ve got a QListWidget and I\'ve got a custom widget class, which I\'m creating an instance of for each item appearing in the list widget.[详细]
2023-04-13 04:03 分类:问答How to use qmake with two source files which have the same name?
My Qt project have two source files with the same name but in different folder. The pro file is: SOURCES = A/Test.cpp[详细]
2023-04-13 03:47 分类:问答Qt Program crashes on right click
I\'m working on a video editor for a university project. The guiVideoElement (black area) is the graphic representation of video material on a guiVideoTrack (light grey area). With Shift+left mouse bu[详细]
2023-04-13 03:32 分类:问答Choosing a cross-platform GUI technology
We are c开发者_如何学Pythonurrently exploring technologies for our new cross-platform GUI; So far, the strong options on the table are QT and Java, and lately, HTML-5 was put on the table as well.[详细]
2023-04-13 02:54 分类:问答Q_ENUMS in PyQt4
I would like to u开发者_StackOverflow社区se facilities of enumeration of Qt. I saw in documentation of the module of QtCore there is a macros of Q_ENUMS, but I do not know and information how to use h[详细]
2023-04-13 01:52 分类:问答Is it possible to print line-by-line on a network usb printer using Qt on windows?
The title says pretty much everything, I have to convert old com/serial-printer-port code to \'new flashy Qt code\' that should work with a network usb printer.[详细]
2023-04-13 00:28 分类:问答