<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>XineramaWidget</class> <widget class="TQWidget"> <property name="name"> <cstring>XineramaWidget</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>658</width> <height>389</height> </rect> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQTable" row="1" column="0" rowspan="1" colspan="2"> <column> <property name="text"> <string>X Coordinate</string> </property> </column> <column> <property name="text"> <string>Y Coordinate</string> </property> </column> <column> <property name="text"> <string>Width</string> </property> </column> <column> <property name="text"> <string>Height</string> </property> </column> <property name="name"> <cstring>headTable</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="vScrollBarMode"> <enum>Auto</enum> </property> <property name="hScrollBarMode"> <enum>Auto</enum> </property> <property name="numRows"> <number>2</number> </property> <property name="numCols"> <number>4</number> </property> <property name="showGrid"> <bool>true</bool> </property> <property name="readOnly"> <bool>true</bool> </property> <property name="selectionMode"> <enum>NoSelection</enum> </property> <property name="focusStyle"> <enum>FollowStyle</enum> </property> </widget> <widget class="TQButtonGroup" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>ButtonGroup1</cstring> </property> <property name="title"> <string>Multiple Monitor Support</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>_enableXinerama</cstring> </property> <property name="text"> <string>Enable multiple monitor virtual desktop support</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>_enableResistance</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Enable multiple monitor window resistance support</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>_enablePlacement</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Enable multiple monitor window placement support</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>_enableMaximize</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Enable multiple monitor window maximize support</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>_enableFullscreen</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Enable multiple monitor window fullscreen support</string> </property> </widget> </vbox> </widget> <widget class="TQPushButton" row="3" column="1"> <property name="name"> <cstring>_identify</cstring> </property> <property name="text"> <string>&Identify All Displays</string> </property> </widget> <spacer row="3" column="0"> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>431</width> <height>21</height> </size> </property> </spacer> <widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>layout2</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel2</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Show unmanaged windows on:</string> </property> <property name="buddy" stdset="0"> <cstring>_unmanagedDisplay</cstring> </property> </widget> <widget class="TQComboBox" row="1" column="1"> <property name="name"> <cstring>_ksplashDisplay</cstring> </property> <property name="enabled"> <bool>false</bool> </property> </widget> <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>TextLabel2_2</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Show KDE splash screen on:</string> </property> <property name="buddy" stdset="0"> <cstring>_unmanagedDisplay</cstring> </property> </widget> <widget class="TQComboBox" row="0" column="1"> <property name="name"> <cstring>_unmanagedDisplay</cstring> </property> <property name="enabled"> <bool>false</bool> </property> </widget> </grid> </widget> </grid> </widget> <connections> <connection> <sender>_enableXinerama</sender> <signal>toggled(bool)</signal> <receiver>_enableResistance</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>_enableXinerama</sender> <signal>toggled(bool)</signal> <receiver>_enablePlacement</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>_enableXinerama</sender> <signal>toggled(bool)</signal> <receiver>_enableMaximize</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>_enableXinerama</sender> <signal>toggled(bool)</signal> <receiver>TextLabel2</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>_enableXinerama</sender> <signal>toggled(bool)</signal> <receiver>_unmanagedDisplay</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>_enableXinerama</sender> <signal>clicked()</signal> <receiver>XineramaWidget</receiver> <slot>emitConfigChanged()</slot> </connection> <connection> <sender>_enableResistance</sender> <signal>clicked()</signal> <receiver>XineramaWidget</receiver> <slot>emitConfigChanged()</slot> </connection> <connection> <sender>_enablePlacement</sender> <signal>clicked()</signal> <receiver>XineramaWidget</receiver> <slot>emitConfigChanged()</slot> </connection> <connection> <sender>_enableMaximize</sender> <signal>clicked()</signal> <receiver>XineramaWidget</receiver> <slot>emitConfigChanged()</slot> </connection> <connection> <sender>_unmanagedDisplay</sender> <signal>activated(int)</signal> <receiver>XineramaWidget</receiver> <slot>emitConfigChanged()</slot> </connection> <connection> <sender>_enableXinerama</sender> <signal>toggled(bool)</signal> <receiver>TextLabel2_2</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>_enableXinerama</sender> <signal>toggled(bool)</signal> <receiver>_ksplashDisplay</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>_ksplashDisplay</sender> <signal>activated(int)</signal> <receiver>XineramaWidget</receiver> <slot>emitConfigChanged()</slot> </connection> <connection> <sender>_enableFullscreen</sender> <signal>clicked()</signal> <receiver>XineramaWidget</receiver> <slot>emitConfigChanged()</slot> </connection> <connection> <sender>_enableXinerama</sender> <signal>toggled(bool)</signal> <receiver>_enableFullscreen</receiver> <slot>setEnabled(bool)</slot> </connection> </connections> <includes> <include location="local" impldecl="in implementation">kdialog.h</include> <include location="local" impldecl="in implementation">xineramawidget.ui.h</include> </includes> <Q_SIGNALS> <signal>configChanged()</signal> </Q_SIGNALS> <Q_SLOTS> <slot access="private">emitConfigChanged()</slot> </Q_SLOTS> <layoutdefaults spacing="3" margin="6"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI>