windows xp sp2 , codeblocks 10.05. , Qt 4.6
Does anyone know if codeblocks_10.05 is compatible with QtWorkbench-0.6.0_alpha.
I made everything written on http://code.google.com/p/qtworkbench but when I go to compile, codeblocks freeze.
I may have made a mistake somewhere in the setup, I do not know.
The main question: Is it even CB 10:...
I'm using a Table View.
I'd like to remove the cell padding (or margin) so I can squeeze more cells in less space. How can this be achieved?
The cells size is set to 32 pixels on QT designer, if I set it smaller, the cells contents don't show and an ellipsis appears. (...)
...
Is there any program or easy process to take a database and build a model based off Qt around that?
...
In my project, I have a set of DLLs I want to load delayed, i.e. on first use instead of on process start.
That means I want to use /DELAYLOAD flag of the MSVC linker (see [1] for more explanation) for certain DLLs (not Qt itself).
The reason is that some users experience crashes during DLL initilization (which we can't reproduce).
A fo...
Hi,
i have a qt application that opens a Crystal Reports window.
this applications works in WindowsXP 32bit but does not work on Windows7 64bit. I see a blank/emty white screen. i even cant see the buttons of crystal reports.
i make another project in C# that opens a Crystal Reports window on Windows7 64bit and it works fine.
do you...
a client module is connected to server, now can a separate program executed by the server module using system() write in the same socket? if yes how ..
or should the client program open a different socket for this?
...
I wanted to know how can I add a scroll bar to a QMainWindow, when this QMainWindow contains just one central widget, which is bigger than the QMainWindow size .. So that the scroll bar can be used to see different parts of this central widget .. A tutorial would be really beneficial for me at this point ..
...
Hey guys, I'm getting this strange error in Qt while debugging .. Here's whats happening: I am debugging inside this function/method which is part of a class named Canvas. Now within this function, I should be able to access all of this class's variables, etc .. since the access request is coming from within the same class. However, when...
Ok well I'm trying implement something similar to the 'undo' function in many image drawing programs .. The problem I'm having is this: I'm trying to make a backup copy of a QImage object in a QVector (which stores upto 10 latest QImage copies for backup purposes), and then try to retrieve these backups in another function. The issue is ...
I've given up on actually trying to make it go faster.
My biggest problem is that when I'm inserting the html, the application slows down to a crawl.
I have a progressbar, and I'm calling
QCoreApplication.processEvents()
(I'm using pyqt, by the way)
Can I put insertHtml() into a different thread, so I don't have an unresponsive in...
Hey guys ... Well I'm experiencing this silly problem that whenever I perform a double click event, two mousePressed events are also triggered, meaning that mousePressed event code is also executed twice for no reason .. How can I configure the event such that first the clicks are checked for doubleClick event, and only if this is NOT tr...
I'm writing a Qt based (QtCore) C++ library and would like to have access to it from Java and Python. Python is not a problem because of PySide and SIP. But I can't seem to find any information about doing the same with Java. The fact that Java bindings exist for Qt makes me hopefuly that there is a way to create bindings for a custom Qt...
Hey all .. i wanted to know, in C++/Qt, how can one detect with how much pressure the screen is being pressed when a project is on the N900 ?.. Can anyone help me on this ?
...
I'd like to write a small HTTP server application that receives HTTP GET requests, processes them and sends out a reply. Because of the history of the application I'd favor using Qt for this, but all I can find is the other (more common) direction: Send a request to a server and receive a reply using QNetworkAccessManager. What I need is...
Hi,
I have 4 files
message.proto
udp.h
udp.cpp
main.cpp
message.proto is a google protocol buffer file. I am trying to write a protocol buffer and send and receive data using UDP. udp.h and udp.cpp are just classes to implement UDP.
I can write my own makefile and do the needful for this small example. Later I would require to integ...
Hey guys, I have a question .. I think I sort of already know the answer to this but I thought I should just get it confirmed first .. I want to have a Maemo 5 Value Button (like in the first picture below), which when I press opens up a second dialog box which has 2 lists which show a bunch of numbers (similar to the second picture belo...
Hey guys .. I recently tried to use some Maemo5 specific classes (e.g. QMaemo5ListPickSelector, etc ..), and I'm getting some strange compile time errors ..
Here is a small code I was trying out:
QMaemo5ValueButton *x = new QMaemo5ValueButton("Hello");
QStandardItemModel model (10,2);
int i,j,k;
for(j=0;j<=1;j++)
{
k=0;
for(i=0...
I'm building a small multithreaded web server. The QTcpSockets are fetched in the main thread and then hand over by QtConcurrent to the QThreadPool, which eventually processes the data and sends out an answer.
My problem is that the socket is created in the main thread and processed in another one. This causes errors when trying to writ...
Hi,
I am creating a small window to get a single input from user. For this I want to use radio buttons. In net I didn't find exact answer. There are some pallets they are adding, so just I want to know how to add QRadioButton to QMainWindow. Can AnyBody help me?
...
hello im looking for Qt graph widgets that are free
something like qwt.sourceforge.net/
...