My team is evaluating various IDEs for an upcoming project. One of the requirements is that we wish to log into a central, powerful Linux server from our local Windows computers (our previous project was under Windows and changing it is not an option).
Our approach is to use XRDP, but we are also looking at using an X11 server locally on our Windows machines.
We noticed that when we try to run Qt Creator on the remote Linux machine but have it display on the X11 server running on our local machine, the interface is very choppy and slow. Refreshes are too sluggish to make the tool useful. We do not see this problem when we run Eclipse, which ends up being much more responsive than when we access it via XRDP.
A network traffic analysis using Wireshark revealed that Qt Creator produces roughly 10-100 times more X11-related network traffic than Eclipse for a similar task (scrolling down a page of text).
The question (finally): Does anyone know how we could configure Qt Creator to produce less X11 traffic, thus improving its responsiveness?
The underlying Linux system is Kubuntu (Ubuntu with KDE).
Qt Creator version: 3.0.0 (uses Qt 4.8.1)
P.S.: This is my first post on Stack Overflow, and I am open to suggestions on how to improve the usefulness of my question.