Trolltech Home | Qtopia-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qtopia-interest Archive, February 2007
Setting window flags


Message 1 in thread

Hi All,
I am trying to set windo flags as "WStyle_NoBorderEx".
for that I created a protected member in my Implimentation class as

protected:
	void setWFlags( WFlags f );

And the method as

void PatientInfoFormImpl::setWFlags( WFlags fl )
{
	??
	
}


The Reason is I want to create a border less window.

So How can i proceed?

Thanks in advance.

Regards,
Harsha

--
 [ signature omitted ]