Re: [Interest] Problem displaying some google charts with QWebView

2012-11-05 Thread Andre Haupt
On Mon, Nov 05, 2012 at 03:11:19PM +, bar tomas wrote: Hi, I'm displaying html pages containing interactive Google charts in a QWebView. All google charts work fine except for Table. A Table does simply not display. For instance do you know why the following HTML page (it is the demo

Re: [Interest] QTcpServer - One connection per port

2012-06-12 Thread Andre Haupt
On Tue, Jun 12, 2012 at 02:44:54PM +0530, Gopalakrishna Bhat wrote: Hi, I am trying to use QTcpServer to accept connection from only one client at a time, but i'm not able to do so. I tried setting setMaxPendingConnections to one but then also waitForConnected on the second client

Re: [Interest] keyboard auto-repeat rate?

2012-06-11 Thread Andre Haupt
Hi John, On Fri, Jun 08, 2012 at 05:17:16PM -0700, John Weeks wrote: On 08-Jun-2012, at 4:58 PM, Nikos Chantziaras wrote: And having read-only access to this value doesn't serve any useful purpose. Our purpose is to match a custom feature in our application to the keyboard repeat

Re: [Interest] QGraphicsView stays big

2012-06-07 Thread Andre Haupt
On Thu, Jun 07, 2012 at 06:22:56AM -0700, Waitman Gobble wrote: yeah I suspect it does create a memory leak, but it does seem to solve my size issue with QGraphicsScene; Per recommendation I've just tried this: gs-clear(); gs-setSceneRect(QRectF()); gs-addPixmap(pm); ..and

Re: [Interest] resizing child window with parent window

2012-05-07 Thread Andre Haupt
On Mon, May 07, 2012 at 03:49:45PM +0200, Sujan Dasmahapatra wrote: Please give me some idea on resizing the child window. I have parent widget, when resizing this parent widget, I want all my other child widgets should also resize accordingly. I have tried with QFormLayout, with

Re: [Interest] type casting 5 levels down no error but not proper

2012-04-24 Thread Andre Haupt
On Tue, Apr 24, 2012 at 01:58:00PM +0200, Sujan Dasmahapatra wrote: I have my mainwindow which is QMainWindow the parent of all my other classes. I am type casting upwards from 5 levels down using reinterpret_cast, to access the mainwindow to display message using statusBar(), but when

Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-19 Thread Andre Haupt
On Thu, Jan 19, 2012 at 07:49:10AM +0100, Sujan Dasmahapatra wrote: I need specify each time that which dll I want to link in the .pro file. If build in debug mode I need to write LIBS += -LC:/Qt/4.8.0_nonsql/src/3rdparty/qwt-5.2.1/lib -lqwtd5 If I build in release mode then I need to change