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

2012-04-24 Thread BERAUD Alexandre
The reason is that the scrollarea is NOT the parent of the sheet. You must check every single pointer that you get from a cast. If you use a debugger you can dig a bit and discover whether your sheet's parent is null or some other class, but it is certainly not a QScrollArea. Anyway, don't use

Re: [Interest] FW: Appending QTextEdit in the QWidget

2012-04-17 Thread BERAUD Alexandre
Maybe QGridLayout is what you are looking for. Maybe you should also consider using the modulo operator somewhere. Regards, Alex Le 17/04/2012 14:07, Sujan Dasmahapatra a écrit : Ignore my last mail it was incomplete. I want to append QTextEdit in the QWidget. QWidget has a specified widt

Re: [Interest] [OT] Re: Database in LINUX application in windows

2012-02-16 Thread BERAUD Alexandre
Of course people shouldn't be banned for posting naïve questions, but how many times has Sujan been pushed into the "right direction" ? How many times has he been asked to RTFM ? Alex Le 16/02/2012 09:26, Till Oliver Knoll a écrit : > And no, I don't think blocking people on this list because

Re: [Interest] Database in LINUX application in windows

2012-02-15 Thread BERAUD Alexandre
No you can't. Just as an .exe program can't run on a Linux box, a Windows program can't communicate with another program running on Linux. For exemple, a Windows Firefox can't fetch web pages hosted by a Linux Apache server. Such a thing NEVER happens, hopefully. Therefore, the answer is no, ex