<string>Select different types of borders, or turn the border off. Windows without a border are ignored by the window manager.</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>rbBorderNormal</cstring>
</property>
<property name="text">
<string>&Normal</string>
</property>
<property name="accel">
<string>Alt+N</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="toolTip" stdset="0">
<string>A normal border</string>
</property>
<property name="whatsThis" stdset="0">
<string>Gives the window a normal, resizable border. The window should have a layout installed to handle the resizing gracefully.</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>rbBorderDialog</cstring>
</property>
<property name="text">
<string>&Dialog</string>
</property>
<property name="accel">
<string>Alt+D</string>
</property>
<property name="toolTip" stdset="0">
<string>A thin dialog border</string>
</property>
<property name="whatsThis" stdset="0">
<string>Gives the window a thin dialog border. Depending on the window manager the window will not be resizable. Use TQWidget::setFixedSize() in addition to enforce a static size on all systems.</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>bgTitle</cstring>
</property>
<property name="title">
<string>&Titlebar</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Select different controls you want to see in the titlebar, or turn the titlebar off. Popup windows should not have a titlebar.</string>
<string>Adds a window system menu. Many window managers require a system menu to be able to provide minimize or maximize controls. A system menu implies a close button.</string>
<string>Adds a context help button. This option requires a system menu on many window managers, and often doesn't work together with minimize and maximize buttons.</string>
<string>Select different behaviors of the window in runtime.</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>cbBehaviorTaskbar</cstring>
</property>
<property name="text">
<string>Taskbar &Entry</string>
</property>
<property name="accel">
<string>Alt+E</string>
</property>
<property name="toolTip" stdset="0">
<string>Entry in the taskbar</string>
</property>
<property name="whatsThis" stdset="0">
<string>Gives the window a separate task bar entry.</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>cbBehaviorStays</cstring>
</property>
<property name="text">
<string>Stays on T&op</string>
</property>
<property name="accel">
<string>Alt+O</string>
</property>
<property name="toolTip" stdset="0">
<string>Stay on top of the desktop</string>
</property>
<property name="whatsThis" stdset="0">
<string>Informs the window system that the window should stay on top of all other windows, including windows from other applications. This is not supported on all X11 window managers.</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>cbBehaviorPopup</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&Popup</string>
</property>
<property name="accel">
<string>Alt+P</string>
</property>
<property name="toolTip" stdset="0">
<string>A popup window</string>
</property>
<property name="whatsThis" stdset="0">
<string>Indicates that this widget is a popup window. Popup windows are modal, but close automatically when the mouse is clicked.</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>cbBehaviorTool</cstring>
</property>
<property name="text">
<string>Too&l</string>
</property>
<property name="accel">
<string>Alt+L</string>
</property>
<property name="toolTip" stdset="0">
<string>A tool window</string>
</property>
<property name="whatsThis" stdset="0">
<string>Makes the window a tool window. Tool windows often have a smaller titlebar and decoration, and don't activate automtically when displayed. Tool windows often cannot have their own taskbar entry.</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>cbBehaviorModal</cstring>
</property>
<property name="text">
<string>&Modal</string>
</property>
<property name="accel">
<string>Alt+M</string>
</property>
<property name="toolTip" stdset="0">
<string>Show modal</string>
</property>
<property name="whatsThis" stdset="0">
<string>The window is modal for the application, e.g. input for other windows are blocked by this window.</string>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>31</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>gbProperties</cstring>
</property>
<property name="title">
<string>Properties</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Set other properties of the window.</string>