
Categories (Bottom-up)
Recent Unanswered Threads
Recent Forum PostsWhich line of your code triggers the crash?
If you keep and use "r" later then you are inviting problems. QByteArray can and will move its data block as it needs to grow or shrink.
I reimplement the mousePressEvent and use QwtPlot::invTransform to transform the coordinate.But it don't work as I expected.
void plot :: mousePressEvent(QMouseEvent *e)
{
if(e->button()...
Did you install from sources or binaries?
If you installed from the binary installer, then you needed to tell the installer to install the source packages. It does not do this by default.
If you...
hi Karl,
thanks for your feedback. i have the following structure:
9055
the SRC folder is missing.
any idea?
You could use also QIdentityProxyModel to replace the header text.
ChrisW67 Yesterday, 21:39
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.

A question about coordinate transform
Today 00:04 by lazy_learner