PDA

View Full Version : How set custom window?



halvors
12th April 2010, 10:43
Hi!

I want to set custom window like this image:

http://openrcon.sourceforge.net/exemple.png

How can i do that??

Halvor.

wysota
12th April 2010, 10:50
What is it exactly that you don't know how to do?

nish
12th April 2010, 10:52
Start with Qt::FramelessWindowHint and search the forum.

halvors
12th April 2010, 11:21
I want to know how to set custom window frame, and not use the OS default.

wysota
12th April 2010, 11:44
You have already been given the answer to your question.

halvors
12th April 2010, 11:51
No, i ask is it posible in the Qt Designer or need i to code it in the source?

halvors
12th April 2010, 11:52
And please some exemples

nish
12th April 2010, 11:58
No, i ask is it posible in the Qt Designer or need i to code it in the source?
You can do some of the settings in Qt Designer, but you have to jump into code, for emulating the move, resize, close, max, min etc functionality.

And please some exemples
search the forum, you will find some code.

halvors
12th April 2010, 12:10
I have tryed but i didnt find some code =(

wysota
12th April 2010, 12:17
What code exactly are you looking for? Have you already used the flag and seen what it does? Did you read its documentation?

halvors
12th April 2010, 12:35
Set custom window fram code.

wysota
12th April 2010, 13:02
I don't think you will make people help you with such an attitude.

Did you open the documentation and input the expression you were provided? Did anything pop up? Did you try doing anything with it?