Qtcentre - qtcentre.org - Qt Centre Forum
General Information:
Latest News:
How to increase progress bar 27 Aug 2013 | 05:46 pm
I want too set progress bar in my Ui which increases as my code is being processed. I am doing heavy calculation in my code to calculate the X and Y cordinates which freezes my ui for few second and ...
Animating QGraphicsPixmapItem 27 Aug 2013 | 03:14 pm
I have 2 QImages(img1, img2) loaded in 2 QGraphicsPixmapItem(imgItem1, imgItem2) Both are loaded in Graphics view I'm overlaying the images I want to create a small animation of QGraphicsPixmapItem...
hwnd to qwidget setparent error 27 Aug 2013 | 12:23 pm
i try to convert the hwnd to qwidget acc. this post: http://www.qtcentre.org/threads/3713...idget*-pointer e.g. Code: but after ::SetParent() from win API still the QWidget::find() only returns me ...
using QML particles plugins with static build of Qt 4.8 27 Aug 2013 | 12:08 pm
What should I do to use Particles with static build of Qt 4.8 window 7-32 ?
[SOLVED]Image color Convert, stumbling upon answer 27 Aug 2013 | 11:43 am
[Solved] Changed from QLabel to QGraphicsView Code: Apologies for any inconvenience Next time will do my homework better before posting Apologies Kind Regards ----------------------------------...
Network Raw Programming 27 Aug 2013 | 11:40 am
Hi every body, I am new to qt and I write a raw socket programm when I sniff the ethernet data I receive each packet towice! What shoud I do? :confused:
[SOLVED] Mingw32 on Linux - ld error 27 Aug 2013 | 05:41 am
Hi guys, I'm currently trying to compile a small Qt app on Linux for Windows. I'm running ArchLinux and installed a static mingw32-qt4. I ran into a few problems, but most of them I solved via searc...
Automatically resizing custom QWidget based on runtime specifications 27 Aug 2013 | 03:32 am
I have a custom QWidget that displays some number of QSliders, depending on the labels passed into its constructor: Code: So, for example, the box would look like this if 4 labels "X", "Y", "Z", and...
Program crash with QwtPlotCurve 27 Aug 2013 | 01:53 am
Hello, I am learning Qt5/QWT so that I am developping a little program. However, when I only create a QtPlotCurve (curveTime in my program), it crashes (it seems to be a segfault). If I comment the Q...
Problem while creating QOCIDriver: oci.json not found 27 Aug 2013 | 01:22 am
Hello! [Once again] I'm trying to build the QOCIDriver (for oracle databases) using MinGW and I'm unable to do it because a file named "oci.json" is not being found. It may seems strange that I'm do...