Re: [Interest] window alway on top

2012-04-02 Thread Till Oliver Knoll
Am 03.04.2012 um 02:08 schrieb Tibo W : > Hi guys, > > thanks a lot for your help ! > > I forgot to mention one thing: on Ubuntu 10.04 X11 x86 running with gnome and > matacity, it's working. Yes, what I said: More like guidelines for the actual window manager... ;) > I also had to change t

Re: [Interest] Build Qt 4.8.1 commercial fails on Mac OSX 10.7.3, Xcode 4.3.2 with -sdk 10.6

2012-04-02 Thread Turunen Tuukka
Hi Tony, It is fine to always contact the Qt Commercial support team directly using the customer portal at qt.digia.com Yours, -- Tuukka Turunen Director, Qt Commercial R&D Digia Plc Piippukatu 11, 40100 Jyväskylä, Finland Visit us at: www.digia.com or qt.digia.com

Re: [Interest] window alway on top

2012-04-02 Thread Tibo W
Hi guys, thanks a lot for your help ! I forgot to mention one thing: on Ubuntu 10.04 X11 x86 running with gnome and matacity, it's working. But setting the windows flags to QDialog, and adding the main window as parent worked for the openbox environment . I also had to change the focus policy

[Interest] Build Qt 4.8.1 commercial fails on Mac OSX 10.7.3, Xcode 4.3.2 with -sdk 10.6

2012-04-02 Thread Tony Rietwyk
(Resent with the attached errors this time!) Hi Everyone, I am trying to build Qt commercial to test a bug fix for SSL. I would like to run my application on both 10.6 & 10.7, so I passed in the ridiculously long path to the sdk within the xcode bundle. The other modules built OK, but webki

[Interest] Build Qt 4.8.1 commercial fails on Mac OSX 10.7.3, Xcode 4.3.2 with -sdk 10.6

2012-04-02 Thread Tony Rietwyk
Hi Everyone, I am trying to build Qt commercial to test a bug fix for SSL. I would like to run my application on both 10.6 & 10.7, so I passed in the ridiculously long path to the sdk within the xcode bundle. The other modules built OK, but webkit seems to think it is still building for Lion.

Re: [Interest] Creating QML Component instances in C++

2012-04-02 Thread Gabriel M. Beddingfield
On 04/02/2012 12:36 PM, Unai IRIGOYEN wrote: > So try adding: > obj->setProperty("parent", QVariant::fromValue(this)); That did the trick! Thanks! -gabriel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/in

Re: [Interest] window alway on top

2012-04-02 Thread Tony Rietwyk
Hi Tibo, I have the same thing and it works fairly well: - My sub window is just a QWidget with a designed ui. - In its constructor, I pass the Qt::Dialog flag (with others to customize the title bar). TCourseTree::TCourseTree(QWidget *parent) : QWidget(parent,

Re: [Interest] window alway on top

2012-04-02 Thread Till Oliver Knoll
Am 02.04.2012 um 20:06 schrieb Tibo W : > I have a Qt application displayed full screen, and small semi-transparent > windows (QGraphicsView + QML) on top on the main app. Oh, by the way, I strongly do believe that the "Windows Hints" only have an effect on either QDialog or QMainWindow based

Re: [Interest] window alway on top

2012-04-02 Thread Till Oliver Knoll
Am 02.04.2012 um 20:06 schrieb Tibo W : > I set the modality, windows flags etc, but I can't find how to make the small > windows not disappear The "window modality" doesn't control the appearance, it sets the *behaviour* of a window (dialog). However as you want your window to be always on

Re: [Interest] window alway on top

2012-04-02 Thread Tibold Kandrai
Hi! I'm not sure what you try to achieve here, but if I understood it right setting the windowModality to ApplicationModal might help. :) On 02/04/2012 20:06, Tibo W wrote: > Hi, > > I have a Qt application displayed full screen, and small > semi-transparent windows (QGraphicsView + QML) on top o

[Interest] window alway on top

2012-04-02 Thread Tibo W
Hi, I have a Qt application displayed full screen, and small semi-transparent windows (QGraphicsView + QML) on top on the main app. When I click on the main app, the small windows disappear behind... I set the modality, windows flags etc, but I can't find how to make the small windows not disapp

Re: [Interest] Creating QML Component instances in C++

2012-04-02 Thread Unai IRIGOYEN
Hi, I 'm not sure it' the solution to your problem but I do create object instances from delegates in one of my classes and the objects are visible. I don't have the code with me right now but the only difference I think there is from your code to mine is that I set the parent property of my newl

Re: [Interest] post event between threads

2012-04-02 Thread Thiago Macieira
On segunda-feira, 2 de abril de 2012 18.05.17, Riccardo Roasio wrote: > Hi, > > how can i post an event from a thread to another? > > my application have a thread that read from a serial port and another > thread that wait for something received on the serial port. > > I cannot use postEvent becaus

Re: [Interest] post event between threads

2012-04-02 Thread Andreas Pakulat
On 02.04.12 18:05:17, Riccardo Roasio wrote: > Hi, > > how can i post an event from a thread to another? > > my application have a thread that read from a serial port and another > thread that wait for something received on the serial port. > > I cannot use postEvent because in one thread i don'e

[Interest] Re : post event between threads

2012-04-02 Thread BOUCARD Olivier
Hi Riccardo, This kind of communication is done using a signal/slot. This mechanism is thread-safe. Olivier. > > De : Riccardo Roasio >À : interest@qt-project.org >Envoyé le : Lundi 2 avril 2012 18h05 >Objet : [Interest] post event between threads > >Hi, > >

Re: [Interest] post event between threads

2012-04-02 Thread Samuel Gaist
Hi, If you just want to signal that something has arrived, why not simply use signals and slots ? They work across threads. Hope this helps Samuel On 2 avr. 2012, at 18:05, Riccardo Roasio wrote: > Hi, > > how can i post an event from a thread to another? > > my application have a thread tha

[Interest] post event between threads

2012-04-02 Thread Riccardo Roasio
Hi, how can i post an event from a thread to another? my application have a thread that read from a serial port and another thread that wait for something received on the serial port. I cannot use postEvent because in one thread i don'e have reference to the other... How can i do that? Thanks,

Re: [Interest] problem building with webkit

2012-04-02 Thread Duane
On 04/02/2012 09:06 AM, Thiago Macieira wrote: > On segunda-feira, 2 de abril de 2012 08.52.06, Duane wrote: >> Using Fedora 16. configure/make/make install. >> >> Make fails building webkit with error "Project ERROR: Package >> gstreamer-app-0.10 not found." >> >> Yum install qstreamer reports >

Re: [Interest] how to secure ssl key on symbian platform

2012-04-02 Thread Thiago Macieira
On segunda-feira, 2 de abril de 2012 18.40.35, Roopesh Chander wrote: > Per my understanding of public-private-key crypto, secure transmission is > not compromised (ie. a third party cannot listen in) by someone getting > hold of the client private key. Nevertheless, with the client key, the > 'som

Re: [Interest] how to secure ssl key on symbian platform

2012-04-02 Thread Roopesh Chander
Per my understanding of public-private-key crypto, secure transmission is not compromised (ie. a third party cannot listen in) by someone getting hold of the client private key. Nevertheless, with the client key, the 'someone' could later pretend he's the real client and get probably sensitive data

Re: [Interest] problem building with webkit

2012-04-02 Thread Andreas Pakulat
On 02.04.12 08:52:06, Duane wrote: > Using Fedora 16. configure/make/make install. > > Make fails building webkit with error "Project ERROR: Package > gstreamer-app-0.10 not found." > > Yum install qstreamer reports > > "Package gstreamer-0.10.35-1.fc16.i686 already installed and latest versi

Re: [Interest] problem building with webkit

2012-04-02 Thread Thiago Macieira
On segunda-feira, 2 de abril de 2012 08.52.06, Duane wrote: > Using Fedora 16. configure/make/make install. > > Make fails building webkit with error "Project ERROR: Package > gstreamer-app-0.10 not found." > > Yum install qstreamer reports > > "Package gstreamer-0.10.35-1.fc16.i686 already insta

Re: [Interest] problem building with webkit

2012-04-02 Thread wargand
dev package not installed? Guido On Mon, Apr 02, 2012 at 08:52:06AM -0400, Duane wrote: > Using Fedora 16. configure/make/make install. > > Make fails building webkit with error "Project ERROR: Package > gstreamer-app-0.10 not found." > > Yum install qstreamer reports > > "Package gstreamer-0.1

[Interest] problem building with webkit

2012-04-02 Thread Duane
Using Fedora 16. configure/make/make install. Make fails building webkit with error "Project ERROR: Package gstreamer-app-0.10 not found." Yum install qstreamer reports "Package gstreamer-0.10.35-1.fc16.i686 already installed and latest version Nothing to do" Building with -no webkit succee

[Interest] how to secure ssl key on symbian platform

2012-04-02 Thread franki
Hi, I have app which uses SSL cert to log in to server. Server is verifying client certificate and checking it against custom CA (located on server). On the other hand client is also veryfing server certificate and checks it with certificate from custom CA, so there is full verification, and no

[Interest] QWebkit problem. Several instances, same webpage

2012-04-02 Thread wargand
Hi, I know this is not the webkit mailinglist, but maybe someone has experienced my problem or has an idea. My problem: My program uses several instances of QWebPage to render a couple of pages simultaneously. Works great. Mostly. If two instance render the same page, I get an image from one insta

Re: [Interest] Very old wait cursor on Mac OSX

2012-04-02 Thread Konstantin Tokarev
02.04.2012, 12:21, "Dair Grant" : > On 2 Apr 2012, at 08:50, Tony Rietwyk wrote: > >>  On Windows 7, it shows the correct spinning blue circle.  On OSX, it shows >>  the a cursor with four quadrants - 2 white and 2 black, which is very old, >>  and not anti-aliased, so it looks really ugly.  I ex

Re: [Interest] Very old wait cursor on Mac OSX

2012-04-02 Thread Dair Grant
On 2 Apr 2012, at 08:50, Tony Rietwyk wrote: > On Windows 7, it shows the correct spinning blue circle. On OSX, it shows > the a cursor with four quadrants - 2 white and 2 black, which is very old, > and not anti-aliased, so it looks really ugly. I expect to see the spinning > rainbow cursor, o

Re: [Interest] Very old wait cursor on Mac OSX

2012-04-02 Thread Konstantin Tokarev
02.04.2012, 11:50, "Tony Rietwyk" : > Hi Everybody, > > Using Qt 4.8.1 commercial, on Mac OSX 10.7.3. > > I'm setting the wait cursor during long running database operations using > > QApplication::setOverrideCursor( QCursor(Qt::WaitCursor) ) > > On Windows 7, it shows the correct spinnin

[Interest] Very old wait cursor on Mac OSX

2012-04-02 Thread Tony Rietwyk
Hi Everybody, Using Qt 4.8.1 commercial, on Mac OSX 10.7.3. I'm setting the wait cursor during long running database operations using QApplication::setOverrideCursor( QCursor(Qt::WaitCursor) ) On Windows 7, it shows the correct spinning blue circle. On OSX, it shows the a cursor wit