<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>fglrxKonfiguratorForm</class>
<comment>This is a Kommander frontend for ATI fglrx video card driver utility "aticonfig".</comment>
<author>Donatas Glodenis</author>
<license>GPL</license>
<version>0.8</version>
<widget class="Dialog">
    <property name="name">
        <cstring>fglrxKonfiguratorForm</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>633</width>
            <height>519</height>
        </rect>
    </property>
    <property name="caption">
        <string>fglrxKonf</string>
    </property>
    <property name="icon">
        <pixmap>image0</pixmap>
    </property>
    <property name="sizeGripEnabled">
        <bool>false</bool>
    </property>
    <property name="associations" stdset="0">
        <stringlist>
            <string></string>
            <string>## rename existing flgrxkonfigurator backup to fglrxKonf
@exec(if [ -f /etc/X11/xorg.conf.pre-fglrxKonfigurator ] &amp;&amp; [ `whoami` = root ] ; then mv /etc/X11/xorg.conf.pre-fglrxKonfigurator /etc/X11/xorg.conf.fglrxKonf-pre &gt; /dev/null ; fi)

## check if we run as root
@if(@exec(whoami) != "root") then
        @switch(
        @Message.warning(Most of the functions of the program will not be available unless you run it with Administrator privileges, Requires administrator privileges, Open as root, Run anyway))
        @# handle dialog ouput
        @case(1)
        @exec(kdesu kmdr-executor @global(_KDDIR)/@global(_NAME))
        @dcop(@dcopid, MainApplication-Interface, "quit()")
        @case(2)
		  @CompletelyRestore.setEnabled(false)
		  @SwitchBackToFglrxGroupbox.setEnabled(false)
		  @RevertToOpensource.setEnabled(false)
		  @ManagingBackupsGroupbox.setEnabled(false)
        @end
@endif

# Check driver version, disable tv-geometry if 
# driver is older than 8.27.10
@switch(@exec(versioncheck=`cat /var/log/Xorg.0.log | grep "(II) ATI Proprietary Linux Driver Version Identifier:" |  gawk 'BEGIN { FS="." } { print $2 }'` ; [ $versioncheck -lt 27 ] &amp;&amp; echo 0 || echo 1 ))
@case(1)
@case(0)
	@TVGeometryGroupbox.setEnabled(false)
@end

## create first time backup
@exec(if [ ! -f /etc/X11/xorg.conf.fglrxKonf-pre ] &amp;&amp; [ `whoami` = root ] ; then cp /etc/X11/xorg.conf /etc/X11/xorg.conf.fglrxKonf-pre ; fi)

## check if we have too many aticonfig backups and delete extras
@switch(@exec(if [ -f "/etc/X11/xorg.conf.fglrx-15" ] &amp;&amp; [ `whoami` = root ] ; then  echo 1 ; else echo 0 ; fi))
@case(1)
mv /etc/X11/xorg.conf.fglrx-3 /etc/X11//etc/X11/xorg.conf.fglrxKonf-regular1
mv /etc/X11/xorg.conf.fglrx-15 /etc/X11//etc/X11/xorg.conf.fglrxKonf-regular2
rm /etc/X11/xorg.conf.fglrx-*
@case(0)
@end

## run initialization script
exec(@initializationScript)</string>
            <string></string>
        </stringlist>
    </property>
    <widget class="Label">
        <property name="name">
            <cstring>Label43</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>53</y>
                <width>460</width>
                <height>16</height>
            </rect>
        </property>
        <property name="paletteForegroundColor">
            <color>
                <red>32</red>
                <green>20</green>
                <blue>148</blue>
            </color>
        </property>
        <property name="font">
            <font>
                <family>DejaVu Sans</family>
                <bold>1</bold>
            </font>
        </property>
        <property name="text">
            <string>configure X.org with ATI proprietary driver "fglrx"</string>
        </property>
    </widget>
    <widget class="PixmapLabel">
        <property name="name">
            <cstring>PixmapLabel2</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>-4</y>
                <width>611</width>
                <height>60</height>
            </rect>
        </property>
        <property name="pixmap">
            <pixmap>image1</pixmap>
        </property>
    </widget>
    <widget class="ExecButton">
        <property name="name">
            <cstring>aboutExec</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>280</x>
                <y>480</y>
                <width>60</width>
                <height>31</height>
            </rect>
        </property>
        <property name="text">
            <string>Abo&amp;ut</string>
        </property>
        <property name="associations" stdset="0">
            <stringlist>
                <string>kdialog --msgbox '&lt;qt&gt;This program was written by &lt;br&gt; 
Donatas Glodenis.&lt;br&gt;
Weblog: http://dg.lapas.info&lt;br&gt;
Email: dgvirtual@@akl.lt&lt;br&gt;
This program is distributed under &lt;br&gt;
&lt;a href="http://www.gnu.org/licenses/gpl.html"&gt;GNU General Public Licence&lt;/a&gt;, version 2.&lt;br&gt;&lt;br&gt;Use the program AT YOUR OWN RISK, though I have done the best I could to ensure it will not hurt your computer.&lt;/qt&gt;'

</string>
            </stringlist>
        </property>
    </widget>
    <widget class="CloseButton">
        <property name="name">
            <cstring>CancelExec</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>540</x>
                <y>480</y>
                <width>81</width>
                <height>31</height>
            </rect>
        </property>
        <property name="text">
            <string>C&amp;ancel</string>
        </property>
    </widget>
    <widget class="ExecButton">
        <property name="name">
            <cstring>helpExec</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>480</y>
                <width>80</width>
                <height>31</height>
            </rect>
        </property>
        <property name="text">
            <string>&amp;Help</string>
        </property>
        <property name="associations" stdset="0">
            <stringlist>
                <string>@exec(khelpcenter help:/fglrxkonf)</string>
            </stringlist>
        </property>
    </widget>
    <widget class="ScriptObject">
        <property name="name">
            <cstring>initializationScript</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>410</x>
                <y>480</y>
                <width>32</width>
                <height>32</height>
            </rect>
        </property>
        <property name="populationText">
            <string></string>
        </property>
        <property name="associations" stdset="0">
            <stringlist>
                <string>##############
## System info
##############

@switch(@exec(grep fglrx /etc/X11/xorg.conf &gt; /dev/null ; if [ $? -eq 0 ] ; then echo "1" ; else echo "0" ; fi))
@case(1)
@case(0)
	@TVOptionsGroupbox.setEnabled(false)
	@TVGeometryGroupbox.setEnabled(false)
	@TVGeometryGroupbox.setEnabled(false)
	@ScreenOptionsGroupbox.setEnabled(false)
	@ManagingBackupsGroupbox.setEnabled(false)
	@AdvancedOptionsGroupbox.setEnabled(false)
@end

### xorg.conf Settings

## Is fglrx configured
@IsConfigured.setText("@exec("grep fglrx /etc/X11/xorg.conf &gt; /dev/null ; if [ $? -eq 0 ] ; then echo "yes" ; else echo "no" ; fi")")

## is dual head configured
@IsConfiguredDualHead.setText("@exec(hasfglrx=`grep Screen.*aticonfig-Screen /etc/X11/xorg.conf | wc -l` ; if [ $hasfglrx -eq 2 ] ; then echo "yes" ; else echo "no" ; fi)")


### Hardware &amp;&amp; Software

@MonitorsConnected.setText("@exec(aticonfig --query-monitor | grep "Connected monitors" | gawk '{print $3 $4}')")

@MonitorsEnabled.setText("@exec(aticonfig --query-monitor | grep "Enabled monitors" | gawk '{print $3 $4}')")

@DisplayDriverVersion.setText("@exec(cat /var/log/Xorg.0.log | grep "(II) ATI Proprietary Linux Driver Version Identifier:" |  gawk 'BEGIN { FS=":" } { print $2 }')")

@MemorySize.setText("@exec(cat /var/log/Xorg.0.log | cat /var/log/Xorg.0.log | grep "VideoRAM" |  gawk 'BEGIN { FS=":| " } { print $6 " kBytes" }')")


### OpenGL info

@VendorString.setText("@exec(fglrxinfo | grep "OpenGL vendor string:" | gawk 'BEGIN { FS=":" } { print $2 }')")

@RendererString.setText("@exec(fglrxinfo | grep "OpenGL renderer string:" | gawk 'BEGIN { FS=":" } { print $2 }')")

@VersionString.setText("@exec(fglrxinfo | grep "OpenGL version string:" | gawk 'BEGIN { FS=":" } { print $2 }')")

@DirectRendering.setText(@String.lower("@exec(glxinfo | grep "direct rendering:" | gawk 'BEGIN { FS=":" } { print $2 }')"))


##############
## Initial
##############

@InitialConfig.setSelection("@exec(hasfglrx=`grep Screen.*aticonfig-Screen /etc/X11/xorg.conf | wc -l` ; if [ $hasfglrx -eq 2 ] ; then echo "Dual Head" ; elif [ $hasfglrx -eq 1 ] ; then echo "Single Head" ; else echo "Not Configured" ; fi)")

@switch(@exec(hasfglrx=`grep Screen.*aticonfig-Screen /etc/X11/xorg.conf | wc -l` ; if [ $hasfglrx -eq 2 ] ; then echo 2 ; elif [ $hasfglrx -eq 1 ] ; then echo 1 ; else echo 0 ; fi))
@case(2)
@DesktopSetupCheckbox.setEnabled(false)
@ScreenOverlapCheckbox.setEnabled(false)
@case(1)
@ScreenLayoutCheckbox.setEnabled(false)
@case(0)
#nothing here
@end


##############
## TV Out
##############


@TVSignalFormat.setSelection("@exec(grep TVFormat /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }')")

@TVStandardOutput.setSelection("@exec(grep TVStandard /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }')")

@TvSizeWidth.setText("@exec(grep TVHSizeAdj /etc/X11/xorg.conf &gt; /dev/null ; if [ $? = 1 ] ; then echo "100" ; else adj=`grep TVHSizeAdj /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }'`; echo $adj ; fi)")

@TvSizeHeight.setText("@exec(grep TVVSizeAdj /etc/X11/xorg.conf &gt; /dev/null ; if [ $? = 1 ] ; then echo "100" ; else adj=`grep TVVSizeAdj /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }'`; echo $adj ; fi)")

@TvHorizOffset.setText("@exec(grep TVHPosAdj /etc/X11/xorg.conf &gt; /dev/null ; if [ $? = 1 ] ; then echo "0" ; else adj=`grep TVHPosAdj /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }'`; echo $adj ; fi)")

@TvVertOffset.setText("@exec(grep TVVPosAdj /etc/X11/xorg.conf &gt; /dev/null ; if [ $? = 1 ] ; then echo "0" ; else adj=`grep TVVPosAdj /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }'`; echo $adj ; fi)")

##############
## Screen related
##############

@VideoOverlayOn.setSelection("@exec(grep OverlayOn /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }')")

@VideoOverlayType.setSelection("@exec(videooverlay=`grep VideoOverlay /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }'` ; opengloverlay=`grep OpenGLOverlay /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }'` ; if [ "$videooverlay" = "on" ] ; then echo "Xv" ; elif  [ "$opengloverlay" = "on" ] ; then echo "opengl" ; else echo "disable" ; fi)")

@DesktopSetup.setSelection("@exec(desktopsetup=`grep DesktopSetup /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }'` ; grep DesktopSetup /etc/X11/xorg.conf &gt; /dev/null ; if [ "$?" = "0" ] ; then echo $desktopsetup ;  else echo "--" ; fi)")

@ScreenOverlap.setSelection("@exec(grep ScreenOverlap /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $4 }')")

@ScreenLayout.setSelection("@exec(screenlayout=`grep aticonfig-Screen.*aticonfig-Screen /etc/X11/xorg.conf | gawk 'BEGIN { FS="\"" } { print $3 }'` ;  if [ "$screenlayout" = " Below " ] ; then echo "below" ; elif  [ "$screenlayout" = " RightOf " ] ; then echo "right" ; elif  [ "$screenlayout" = " LeftOf " ] ; then echo "left" ; elif  [ "$screenlayout" = " Above " ] ; then echo "above" ; else echo "--" ; fi)")

##############
## Backups &amp; Revert
##############

@switch(@exec([ -f "/etc/X11/xorg.conf.fglrxKonf-working1" ] &amp;&amp; echo 1 || echo 0))
@case(1)
@DoBackup1Exec.setEnabled(false)
@RestoreBackup1Exec.setEnabled(true)
@OverwriteExisting1.setEnabled(true)
@case(0)
@end

@switch(@exec([ -f "/etc/X11/xorg.conf.fglrxKonf-working2" ] &amp;&amp; echo 1 || echo 0))
@case(1)
@DoBackup2Exec.setEnabled(false)
@RestoreBackup2Exec.setEnabled(true)
@OverwriteExisting2.setEnabled(true)
@case(0)
@end

@switch(@exec( [ -f "/usr/lib/fglrx/libGL.so.1.2.fglrxKonf" ] &amp;&amp; echo 1 || echo 0))
@case(1)
@UndoXlibmesa3dSwitch.setEnabled(true)
@SwitchToXlibmesa3d.setEnabled(false)
@case(0)
@UndoXlibmesa3dSwitch.setEnabled(false)
@SwitchToXlibmesa3d.setEnabled(true)
@end

# check if fglrx upon install has done a backup of 
# libGL.so.1.2 in the expected place, and disable 
#the revert feature if it is not found:
@switch(@exec([ -f /usr/lib/fglrx/libGL.so.1.2.xlibmesa ] &amp;&amp; echo 1 || echo 0 ))
@case(1)
@case(0)
	@SwitchToXlibmesa3d.setEnabled(false)
@end


@switch(@exec(if [ -f /usr/lib/fglrx/libGL.so.1.2.fglrxKonf ] &amp;&amp; [ "`whoami`" = "root" ] ; then echo 1 ; else echo 0 ; fi))
@case(1)
@SwitchBackToFglrx.setEnabled(true)
@case(0)
@SwitchBackToFglrx.setEnabled(false)
@end

@switch(@exec(if [ -f /etc/X11/xorg.conf.original-0 ] &amp;&amp; [ "`whoami`" = "root" ] ; then echo 1 ; else echo 0 ; fi))
@case(1)
@RestorePreFglrxConfig.setEnabled(true)
@case(0)
@RestorePreFglrxConfig.setEnabled(false)
@end

##############
## Other
##############

@PowerPlay.setSelection(???)

@PseudoColour.setSelection("@exec(cat /etc/X11/xorg.conf | grep "PseudoColorVisuals" | gawk 'BEGIN { FS="\"" } { print $4 }')")

@LcdMode.setSelection("@exec(cat /etc/X11/xorg.conf | grep "Centermode" | gawk 'BEGIN { FS="\"" } { print $4 }')")

@FastThreadedLocalStorage.setSelection("@exec(cat /etc/X11/xorg.conf | grep "UseFastTLS" | gawk 'BEGIN { FS="\"" } { print $4 }')")

@FireGLWorkstation.setSelection(???)

@Fssa.setSelection("@exec(cat /etc/X11/xorg.conf | grep "FSAAEnable" | gawk 'BEGIN { FS="\"" } { print $4 }')")

@FssaSamples.setSelection("@exec(cat /etc/X11/xorg.conf | grep "FSAAScale" | gawk 'BEGIN { FS="\"" } { print $4 }')")</string>
            </stringlist>
        </property>
    </widget>
    <widget class="Label">
        <property name="name">
            <cstring>Label14_3</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>450</y>
                <width>610</width>
                <height>20</height>
            </rect>
        </property>
        <property name="font">
            <font>
                <italic>1</italic>
            </font>
        </property>
        <property name="text">
            <string>&lt;qt&gt;Restart X.org server for most of these changes to take effect.&lt;/qt&gt;</string>
        </property>
        <property name="alignment">
            <set>WordBreak|AlignBottom|AlignHCenter</set>
        </property>
    </widget>
    <widget class="TabWidget">
        <property name="name">
            <cstring>TabWidget1</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>73</y>
                <width>610</width>
                <height>370</height>
            </rect>
        </property>
        <property name="associations" stdset="0">
            <stringlist>
                <string></string>
            </stringlist>
        </property>
        <widget class="QWidget">
            <property name="name">
                <cstring>tab</cstring>
            </property>
            <attribute name="title">
                <string>S&amp;ystem Info</string>
            </attribute>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>GroupBox16_2</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>10</y>
                        <width>280</width>
                        <height>120</height>
                    </rect>
                </property>
                <property name="title">
                    <string>Hardware &amp;&amp; Software</string>
                </property>
                <widget class="Label">
                    <property name="name">
                        <cstring>DisplayDriverVersionLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>9</x>
                            <y>61</y>
                            <width>140</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>fglrx driver version:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>MonitorsEnabledLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>9</x>
                            <y>42</y>
                            <width>140</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Monitors enabled:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>MonitorsConnectedLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>9</x>
                            <y>20</y>
                            <width>140</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Monitors connected:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>MemorySizeLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>9</x>
                            <y>80</y>
                            <width>140</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Memory size:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>MemorySize</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>159</x>
                            <y>82</y>
                            <width>110</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>4</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="paletteForegroundColor">
                        <color>
                            <red>0</red>
                            <green>0</green>
                            <blue>0</blue>
                        </color>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>DisplayDriverVersion</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>160</x>
                            <y>63</y>
                            <width>100</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>4</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="paletteForegroundColor">
                        <color>
                            <red>0</red>
                            <green>0</green>
                            <blue>0</blue>
                        </color>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>MonitorsEnabled</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>160</x>
                            <y>42</y>
                            <width>90</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>4</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>MonitorsConnected</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>161</x>
                            <y>22</y>
                            <width>100</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
            </widget>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>GroupBox16</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>310</x>
                        <y>10</y>
                        <width>280</width>
                        <height>120</height>
                    </rect>
                </property>
                <property name="title">
                    <string>xorg.conf Settings</string>
                </property>
                <widget class="Label">
                    <property name="name">
                        <cstring>IsConfiguredDualHeadLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>40</x>
                            <y>40</y>
                            <width>80</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Dual head:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>IsConfiguredLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>20</y>
                            <width>110</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>fglrx configured:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>IsConfigured</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>140</x>
                            <y>22</y>
                            <width>100</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>7</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>IsConfiguredDualHead</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>140</x>
                            <y>40</y>
                            <width>100</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
            </widget>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>GroupBox16_3</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>140</y>
                        <width>580</width>
                        <height>150</height>
                    </rect>
                </property>
                <property name="title">
                    <string>OpenGL info</string>
                </property>
                <widget class="Label">
                    <property name="name">
                        <cstring>VersionStringLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>8</x>
                            <y>60</y>
                            <width>140</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Version string:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>VersionString</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>157</x>
                            <y>62</y>
                            <width>300</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>VendorString</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>157</x>
                            <y>22</y>
                            <width>208</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>VendorStringLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>8</x>
                            <y>20</y>
                            <width>140</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Vendor string:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>RendererStringLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>8</x>
                            <y>40</y>
                            <width>140</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Renderer string:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>DirectRenderingLabel</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>18</x>
                            <y>80</y>
                            <width>130</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Direct rendering:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>DirectRendering</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>157</x>
                            <y>80</y>
                            <width>330</width>
                            <height>18</height>
                        </rect>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>RendererString</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>157</x>
                            <y>42</y>
                            <width>410</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="font">
                        <font>
                            <bold>1</bold>
                        </font>
                    </property>
                    <property name="text">
                        <string>auto</string>
                    </property>
                    <property name="populationText">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>Test2DAccelExec</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>220</x>
                            <y>110</y>
                            <width>190</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>&amp;Test fglrx direct rendering</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>fgl_glxgears</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>If fglrx 3d acceleration is working, you will see a rotating cube after pressing this button.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If fglrx 3d acceleration is working, you will see a rotating cube after pressing this button.</string>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>Test2DAccelExec_2</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>110</y>
                            <width>190</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Test direct renderin&amp;g</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>glxgears</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>If any type of 3d acceleration is working, you will see a rotating gears after pressing this button.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>If any type of 3d acceleration is working, you will see a rotating gears after pressing this button.</string>
                    </property>
                </widget>
            </widget>
        </widget>
        <widget class="QWidget">
            <property name="name">
                <cstring>tab</cstring>
            </property>
            <attribute name="title">
                <string>I&amp;nitial</string>
            </attribute>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>GroupBox5</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>80</y>
                        <width>581</width>
                        <height>170</height>
                    </rect>
                </property>
                <property name="title">
                    <string>HELP INFO</string>
                </property>
                <widget class="Label">
                    <property name="name">
                        <cstring>Label14</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>8</x>
                            <y>24</y>
                            <width>550</width>
                            <height>140</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>&lt;qt&gt;Here the initial configuration of the graphic subsystem is to be done. If you see either „Single Head“ or „Dual Head“ pre-selected, you already have the corresponding initial configuration. &lt;br&gt;
You need to do this if: &lt;br&gt;
1. Your graphic card &lt;i&gt;is not configured&lt;/i&gt; to use fglrx driver;&lt;br&gt;
2. You want to &lt;i&gt;switch&lt;/i&gt; from the &lt;i&gt;single head&lt;/i&gt; configuration to &lt;i&gt;double head&lt;/i&gt;; IMPORTANT: IT DOES NOT WORK &lt;i&gt;vice versa&lt;/i&gt; to switch from dual head to single head, restore the original xorg.conf file from backup and rerun initial configuration with single head option set;&lt;/qt&gt;</string>
                    </property>
                    <property name="alignment">
                        <set>WordBreak|AlignTop|AlignLeft</set>
                    </property>
                </widget>
            </widget>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>GroupBox9</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>10</y>
                        <width>581</width>
                        <height>60</height>
                    </rect>
                </property>
                <property name="font">
                    <font>
                    </font>
                </property>
                <property name="title">
                    <string>Choose the initial configuration type of your fglrx driver:</string>
                </property>
                <widget class="ComboBox">
                    <item>
                        <property name="text">
                            <string>Not Configured</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>Single Head</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>Dual Head</string>
                        </property>
                    </item>
                    <property name="name">
                        <cstring>InitialConfig</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>40</x>
                            <y>30</y>
                            <width>112</width>
                            <height>21</height>
                        </rect>
                    </property>
                    <property name="font">
                        <font>
                        </font>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@widgetText</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Here the initial configuration of X.org using fglrx driver is performed.</string>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>PerformInitialConfig</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>500</x>
                            <y>30</y>
                            <width>63</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>4</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="font">
                        <font>
                        </font>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>## executable part

@execBegin(bash)
initialconfig="@InitialConfig"
aticonfigexe="aticonfig"
if [ "$initialconfig" = "Single Head" ]
then 
	aticonfigexe="$aticonfigexe --initial"
elif [ "$initialconfig" = "Dual Head" ] 
then 
	aticonfigexe="$aticonfigexe --initial=dual-head"
else 
	aticonfigexe=""
fi
$aticonfigexe &gt; /dev/null
@execEnd

	@TVOptionsGroupbox.setEnabled(true)
	@TVGeometryGroupbox.setEnabled(true)
	@TVGeometryGroupbox.setEnabled(true)
	@ScreenOptionsGroupbox.setEnabled(true)
	@ManagingBackupsGroupbox.setEnabled(true)
	@AdvancedOptionsGroupbox.setEnabled(true)

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="CheckBox">
                    <property name="name">
                        <cstring>InitialConfigCheckbox</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>18</x>
                            <y>30</y>
                            <width>20</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                            <string></string>
                            <string></string>
                        </stringlist>
                    </property>
                </widget>
            </widget>
        </widget>
        <widget class="QWidget">
            <property name="name">
                <cstring>tab</cstring>
            </property>
            <attribute name="title">
                <string>T&amp;V Out</string>
            </attribute>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>TVOptionsGroupbox</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>10</y>
                        <width>581</width>
                        <height>120</height>
                    </rect>
                </property>
                <property name="title">
                    <string>TV options:</string>
                </property>
                <widget class="Label">
                    <property name="name">
                        <cstring>Label14_3_2</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>90</y>
                            <width>470</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>&lt;qt&gt;You will have to restart X server for some of these changes to take effect.&lt;/qt&gt;</string>
                    </property>
                    <property name="alignment">
                        <set>WordBreak|AlignBottom|AlignLeft</set>
                    </property>
                </widget>
                <widget class="QLayoutWidget">
                    <property name="name">
                        <cstring>Layout6</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>11</x>
                            <y>21</y>
                            <width>280</width>
                            <height>52</height>
                        </rect>
                    </property>
                    <grid>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <property name="margin">
                            <number>0</number>
                        </property>
                        <property name="spacing">
                            <number>6</number>
                        </property>
                        <widget class="CheckBox" row="0" column="0" rowspan="1" colspan="2">
                            <property name="name">
                                <cstring>TVSignalFormatCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>TV signal &amp;format:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>you have to check the checkbox for this option to be considered set</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="0" column="2">
                            <item>
                                <property name="text">
                                    <string>Not Configured</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>NTSC-M</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>NTSC-JPN</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-B</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-D</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-G</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-H</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-I</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-K</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-K1</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-L</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-M</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-N</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-CN</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>PAL-SCART</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>TVSignalFormat</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="1" column="0">
                            <property name="name">
                                <cstring>TVStandardOutputCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>&amp;TV standard:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>you have to check the checkbox for this option to be considered set</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="1" column="1" rowspan="1" colspan="2">
                            <item>
                                <property name="text">
                                    <string>Not Configured</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>VIDEO</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>SCART</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>YUV</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>TVStandardOutput</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                    </grid>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>TVApplyChangesExec</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>500</x>
                            <y>80</y>
                            <width>63</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>4</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="font">
                        <font>
                        </font>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@execBegin(bash)
width="@TVSignalFormatCheckbox"
height="@TVStandardOutputCheckbox"
vert="@TVSignalFormat"
horiz="@TVStandardOutput"
plus="+"
if [ "$tvsignalformatcheckbox" = "1" ]
then 
	aticonfigexe="$aticonfigexe --tv-format-type=$tvsignalformat"
fi
if [ "$tvstandardoutputcheckbox" = "1" ] 
then 
	aticonfigexe="$aticonfigexe --tv-standard-type=$tvstandardoutput"
fi
$aticonfigexe &gt; /dev/null
@execEnd

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                </widget>
            </widget>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>TVGeometryGroupbox</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>140</y>
                        <width>581</width>
                        <height>190</height>
                    </rect>
                </property>
                <property name="title">
                    <string>TV Geometry Correction</string>
                </property>
                <widget class="Label">
                    <property name="name">
                        <cstring>Label35</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>4</x>
                            <y>26</y>
                            <width>40</width>
                            <height>16</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Size:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>ExecButtonHeightInc</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>30</x>
                            <y>50</y>
                            <width>20</width>
                            <height>34</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="pixmap">
                        <pixmap>image2</pixmap>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@TvSizeHeight.setText(@expr(@TvSizeHeight.text+1))</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>ExecButtonHeightDec</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>30</x>
                            <y>100</y>
                            <width>20</width>
                            <height>34</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="pixmap">
                        <pixmap>image3</pixmap>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@TvSizeHeight.setText(@expr(@TvSizeHeight.text-1))</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>Label35_3</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>344</x>
                            <y>26</y>
                            <width>60</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Position:</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignRight</set>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>ExecButtonPositionLeft</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>400</x>
                            <y>72</y>
                            <width>20</width>
                            <height>34</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="pixmap">
                        <pixmap>image4</pixmap>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@TvHorizOffset.setText(@expr(@TvHorizOffset.text-1))</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>ExecButtonMoveUp</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>433</x>
                            <y>43</y>
                            <width>34</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="pixmap">
                        <pixmap>image5</pixmap>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@TvVertOffset.setText(@expr(@TvVertOffset.text+1))</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>ExecButtonPositionDown</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>433</x>
                            <y>119</y>
                            <width>34</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="pixmap">
                        <pixmap>image6</pixmap>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@TvVertOffset.setText(@expr(@TvVertOffset.text-1))</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>ExecButtonPositionRight</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>482</x>
                            <y>72</y>
                            <width>20</width>
                            <height>38</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="pixmap">
                        <pixmap>image7</pixmap>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@TvHorizOffset.setText(@expr(@TvHorizOffset.text+1))</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="QLayoutWidget">
                    <property name="name">
                        <cstring>Layout9</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>180</x>
                            <y>50</y>
                            <width>170</width>
                            <height>100</height>
                        </rect>
                    </property>
                    <grid>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <property name="margin">
                            <number>0</number>
                        </property>
                        <property name="spacing">
                            <number>6</number>
                        </property>
                        <widget class="Label" row="2" column="2">
                            <property name="name">
                                <cstring>Label51_3</cstring>
                            </property>
                            <property name="text">
                                <string>px</string>
                            </property>
                        </widget>
                        <widget class="LineEdit" row="2" column="1">
                            <property name="name">
                                <cstring>TvHorizOffset</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>0</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="maximumSize">
                                <size>
                                    <width>40</width>
                                    <height>20</height>
                                </size>
                            </property>
                            <property name="text">
                                <string>0</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="LineEdit" row="1" column="1">
                            <property name="name">
                                <cstring>TvSizeHeight</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>0</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="maximumSize">
                                <size>
                                    <width>40</width>
                                    <height>20</height>
                                </size>
                            </property>
                            <property name="text">
                                <string>100</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="Label" row="1" column="0">
                            <property name="name">
                                <cstring>Label42_2</cstring>
                            </property>
                            <property name="text">
                                <string>Height:</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignRight</set>
                            </property>
                        </widget>
                        <widget class="Label" row="3" column="2">
                            <property name="name">
                                <cstring>Label51_3_2</cstring>
                            </property>
                            <property name="text">
                                <string>px</string>
                            </property>
                        </widget>
                        <widget class="LineEdit" row="3" column="1">
                            <property name="name">
                                <cstring>TvVertOffset</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>0</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="maximumSize">
                                <size>
                                    <width>40</width>
                                    <height>20</height>
                                </size>
                            </property>
                            <property name="text">
                                <string>0</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="Label" row="0" column="0">
                            <property name="name">
                                <cstring>Label42</cstring>
                            </property>
                            <property name="text">
                                <string>Width:</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignRight</set>
                            </property>
                        </widget>
                        <widget class="Label" row="3" column="0">
                            <property name="name">
                                <cstring>Label42_4</cstring>
                            </property>
                            <property name="text">
                                <string>Vert. offset:</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignRight</set>
                            </property>
                        </widget>
                        <widget class="Label" row="1" column="2">
                            <property name="name">
                                <cstring>Label51_2</cstring>
                            </property>
                            <property name="text">
                                <string>%</string>
                            </property>
                        </widget>
                        <widget class="Label" row="2" column="0">
                            <property name="name">
                                <cstring>Label42_3</cstring>
                            </property>
                            <property name="text">
                                <string>Horiz. offset:</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignRight</set>
                            </property>
                        </widget>
                        <widget class="Label" row="0" column="2">
                            <property name="name">
                                <cstring>Label51</cstring>
                            </property>
                            <property name="text">
                                <string>%</string>
                            </property>
                        </widget>
                        <widget class="LineEdit" row="0" column="1">
                            <property name="name">
                                <cstring>TvSizeWidth</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>0</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="maximumSize">
                                <size>
                                    <width>40</width>
                                    <height>20</height>
                                </size>
                            </property>
                            <property name="text">
                                <string>100</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                    </grid>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>TVGeometryExec</cstring>
                    </property>
                    <property name="enabled">
                        <bool>true</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>500</x>
                            <y>150</y>
                            <width>63</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>4</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="font">
                        <font>
                        </font>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@execBegin(bash)
width="@TvSizeWidth"
height="@TvSizeHeight"
vert="@TvVertOffset"
horiz="@TvHorizOffset"
if [ "$vert" -le "0" ]
then 
	vertplus=""
else 
	vertplus="+"
fi
if [ "$horiz" -le "0" ]
then 
	horizplus=""
else 
	horizplus="+"
fi
geo="$width x $height $horizplus $horiz $vertplus $vert"
geometry=`echo $geo | sed -e 's/ //g'`
aticonfigexe="aticonfig --tv-geometry=$geometry"
$aticonfigexe &gt; /dev/null
@execEnd

@exec(kdialog --error '&lt;qt&gt;This function appeared only in driver version 8.27.10, but still appeared to be non-functional. Hope you have better luck than me! &lt;/qt&gt;')

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>&lt;qt&gt;This function appeared only in driver version 8.27.10, but still appeared to be non-functional. Hope you have better luck than me! &lt;/qt&gt;</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;This function appeared only in driver version 8.27.10, but still appeared to be non-functional. Hope you have better luck than me! &lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>ExecButtonWidthtDec</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>72</x>
                            <y>84</y>
                            <width>34</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="pixmap">
                        <pixmap>image8</pixmap>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@TvSizeWidth.setText(@expr(@TvSizeWidth.text-1))</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>ExecButtonWidthtInc</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>120</x>
                            <y>84</y>
                            <width>34</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="pixmap">
                        <pixmap>image9</pixmap>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@TvSizeWidth.setText(@expr(@TvSizeWidth.text+1))</string>
                        </stringlist>
                    </property>
                </widget>
            </widget>
        </widget>
        <widget class="QWidget">
            <property name="name">
                <cstring>tab</cstring>
            </property>
            <attribute name="title">
                <string>Screen Relate&amp;d</string>
            </attribute>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>ScreenOptionsGroupbox</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>10</y>
                        <width>581</width>
                        <height>230</height>
                    </rect>
                </property>
                <property name="title">
                    <string>Screen Options:</string>
                </property>
                <widget class="QLayoutWidget">
                    <property name="name">
                        <cstring>Layout17</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>12</x>
                            <y>22</y>
                            <width>480</width>
                            <height>136</height>
                        </rect>
                    </property>
                    <grid>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <property name="margin">
                            <number>0</number>
                        </property>
                        <property name="spacing">
                            <number>6</number>
                        </property>
                        <widget class="ComboBox" row="4" column="3" rowspan="1" colspan="2">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>left</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>right</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>above</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>below</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>ScreenLayout</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>7</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="minimumSize">
                                <size>
                                    <width>50</width>
                                    <height>0</height>
                                </size>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Dual Head layout only</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="2" column="5">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>single</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>mirror</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>clone</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>horizontal</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>horizontal,reverse</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>vertical</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>vertical,reverse</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>DesktopSetup</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>7</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>&lt;qt&gt;&lt;i&gt;Desktop Setup  (single head, &amp;multiple displays)&lt;/i&gt; allows to specify what type of second dislpay you will see.&lt;/qt&gt;</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>&lt;qt&gt;&lt;i&gt;Desktop Setup  (single head, &amp;multiple displays)&lt;/i&gt; allows to specify what type of second dislpay you will see.&lt;/qt&gt;</string>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="1" column="0" rowspan="1" colspan="2">
                            <property name="name">
                                <cstring>VideoOverlayOnCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="paletteBackgroundColor">
                                <color>
                                    <red>239</red>
                                    <green>239</green>
                                    <blue>239</blue>
                                </color>
                            </property>
                            <property name="text">
                                <string>Video overl&amp;ay visible on:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>you have to check the checkbox for this option to be considered set</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="1" column="2" rowspan="1" colspan="2">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>0</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>1</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>VideoOverlayOn</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>&lt;qt&gt;&lt;i&gt;Video overlay visible on&lt;/i&gt; helps you to switch the movie output realtime either to TV screen or to the monitor in case you have it just on one screen.&lt;/qt&gt;</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>&lt;qt&gt;&lt;i&gt;Video overlay visible on&lt;/i&gt; helps you to switch the movie output realtime either to TV screen or to the monitor in case you have it just on one screen.&lt;/qt&gt;</string>
                            </property>
                        </widget>
                        <widget class="Label" row="3" column="3">
                            <property name="name">
                                <cstring>Label42_5</cstring>
                            </property>
                            <property name="text">
                                <string>px</string>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="2" column="0" rowspan="1" colspan="5">
                            <property name="name">
                                <cstring>DesktopSetupCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>Desktop setup (single head, &amp;multiple displays):</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>you have to check the checkbox for this option to be considered set</string>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="3" column="0">
                            <property name="name">
                                <cstring>ScreenOverlapCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>7</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>Screen overlap:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Single Head layout, big desktop only</string>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="4" column="0" rowspan="1" colspan="2">
                            <property name="name">
                                <cstring>ScreenLayoutCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>7</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>Screen layout (dual head):</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Dual Head layout only</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="0" column="4">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>disable</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>opengl</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>Xv</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>VideoOverlayType</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>&lt;qt&gt;&lt;i&gt;Video Overlay Type &lt;/i&gt; allows to specify hardware overlay type.&lt;/qt&gt;</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>&lt;qt&gt;&lt;i&gt;Video Overlay Type &lt;/i&gt; allows to specify hardware overlay type.&lt;/qt&gt;</string>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="0" column="0" rowspan="1" colspan="4">
                            <property name="name">
                                <cstring>VideoOverlayTypeCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>1</hsizetype>
                                    <vsizetype>7</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>S&amp;et Video Overlay Type:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>you have to check the checkbox for this option to be considered set</string>
                            </property>
                        </widget>
                        <widget class="SpinBoxInt" row="3" column="1" rowspan="1" colspan="2">
                            <property name="name">
                                <cstring>ScreenOverlap</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Single Head layout, big desktop only</string>
                            </property>
                        </widget>
                    </grid>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>ScreenApplyChangesExec</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>500</x>
                            <y>190</y>
                            <width>63</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>1</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="font">
                        <font>
                        </font>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>## vykdomoji dalis

@execBegin(bash)
vot="@VideoOverlayType"
voo="@VideoOverlayOn"
ds="@DesktopSetup"
so="@ScreenOverlap"
sl="@ScreenLayout"
votc="@VideoOverlayTypeCheckbox"
vooc="@VideoOverlayOnCheckbox"
dsc="@DesktopSetupCheckbox"
soc="@ScreenOverlapCheckbox"
slc="@ScreenLayoutCheckbox"
aticonfigexe="aticonfig"
if [ "$votc" = "1" ]
then 
	aticonfigexe="$aticonfigexe --overlay-type=$vot"
fi
if [ "$vooc" = "1" ]
then 
	aticonfigexe="$aticonfigexe --overlay-on=$voo"
fi
if [ "$dsc" = "1" ]
then 
	aticonfigexe="$aticonfigexe --desktop-setup=$ds"
fi
if [ "$soc" = "1" ]
then 
	aticonfigexe="$aticonfigexe --screen-overlap=$so"
fi
if [ "$slc" = "1" ]
then 
	aticonfigexe="$aticonfigexe --screen-layout=$sl"
fi
$aticonfigexe &gt; /dev/null
@execEnd

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                </widget>
            </widget>
        </widget>
        <widget class="QWidget">
            <property name="name">
                <cstring>tab</cstring>
            </property>
            <attribute name="title">
                <string>Ba&amp;ckups &amp;&amp; Revert</string>
            </attribute>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>RevertToOpensource</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>100</y>
                        <width>580</width>
                        <height>70</height>
                    </rect>
                </property>
                <property name="title">
                    <string>Revert to the OpenSource driver</string>
                </property>
                <widget class="CheckBox">
                    <property name="name">
                        <cstring>RestorePreFglrxConfig</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>20</y>
                            <width>460</width>
                            <height>19</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Restore the pre &amp;fglrx config backup file, produced by "aticonfig"</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>0</string>
                            <string></string>
                            <string>1</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="CheckBox">
                    <property name="name">
                        <cstring>SwitchToXlibmesa3d</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>40</y>
                            <width>360</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Switch to xlibmesa &amp;3D acceleration</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>0</string>
                            <string></string>
                            <string>1</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>RevertToOSSDriverExec</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>500</x>
                            <y>40</y>
                            <width>71</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="paletteForegroundColor">
                        <color>
                            <red>0</red>
                            <green>0</green>
                            <blue>0</blue>
                        </color>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>## vykdomoji dalis

@execBegin(bash)

if [ @RestorePreFglrxConfig -eq 1 ]
then 
	cp /etc/X11/xorg.conf.original-0 /etc/X11/xorg.conf
fi
if [ @SwitchToXlibmesa3d -eq 1 ]
then 
	cp /usr/lib/libGL.so.1.2 /usr/lib/fglrx/libGL.so.1.2.fglrxKonf
	cp /usr/lib/fglrx/libGL.so.1.2.xlibmesa /usr/lib/libGL.so.1.2
fi

kdialog --msgbox '&lt;qt&gt;Reboot your mashine for the changes to take effect.&lt;/qt&gt;'

@execEnd

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string></string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string></string>
                    </property>
                </widget>
            </widget>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>ManagingBackupsGroupbox</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>10</y>
                        <width>581</width>
                        <height>80</height>
                    </rect>
                </property>
                <property name="title">
                    <string>Managing Backups</string>
                </property>
                <widget class="Label">
                    <property name="name">
                        <cstring>WorkingConfiguration2Label</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>50</y>
                            <width>170</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Working configuration (2):</string>
                    </property>
                </widget>
                <widget class="Label">
                    <property name="name">
                        <cstring>WorkingConfiguration1Label</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>20</y>
                            <width>170</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Working configuration (1):</string>
                    </property>
                </widget>
                <widget class="CheckBox">
                    <property name="name">
                        <cstring>OverwriteExisting2</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>270</x>
                            <y>50</y>
                            <width>140</width>
                            <height>19</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>overwrite existin&amp;g</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                            <string></string>
                            <string>@DoBackup1Exec.setEnabled(true)</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>When checked, allows to overwrite an existing backup</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>When checked, allows to overwrite an existing backup</string>
                    </property>
                </widget>
                <widget class="CheckBox">
                    <property name="name">
                        <cstring>OverwriteExisting1</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>270</x>
                            <y>20</y>
                            <width>140</width>
                            <height>19</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>overwrite e&amp;xisting</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string></string>
                            <string></string>
                            <string>@DoBackup1Exec.setEnabled(true)</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>When checked, allows to overwrite an existing backup</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>When checked, allows to overwrite an existing backup</string>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>DoBackup2Exec</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>190</x>
                            <y>50</y>
                            <width>73</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="paletteForegroundColor">
                        <color>
                            <red>38</red>
                            <green>0</green>
                            <blue>208</blue>
                        </color>
                    </property>
                    <property name="font">
                        <font>
                        </font>
                    </property>
                    <property name="acceptDrops">
                        <bool>false</bool>
                    </property>
                    <property name="text">
                        <string>Backup</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@execBegin(bash)

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.fglrxKonf-working1
if [ $? = 0 ] ; then kdialog --msgbox '&lt;qt&gt;The backup is created (file /etc/X11/xorg.conf.fglrxKonf-working2 ). &lt;/qt&gt;' ; 
else kdialog --error '&lt;qt&gt;Sorry, the backup could not be created. &lt;/qt&gt;'

sleep 1

@execEnd

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Backups a current  /etc/X11/xorg.conf file to /etc/X11/xorg.conf-fglrxKonf-working1. Make sure you like it before doing it!</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Backups a current  /etc/X11/xorg.conf file to /etc/X11/xorg.conf-fglrxKonf-working2. Make sure you like it before doing it!</string>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>RestoreBackup2Exec</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>420</x>
                            <y>50</y>
                            <width>71</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="paletteForegroundColor">
                        <color>
                            <red>1</red>
                            <green>157</green>
                            <blue>19</blue>
                        </color>
                    </property>
                    <property name="text">
                        <string>Res&amp;tore</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>cp /etc/X11/xorg.conf.fglrxKonf-working2 /etc/X11/xorg.conf  
[ $? -eq 0 ] &amp;&amp; kdialog --msgbox '&lt;qt&gt;The backup /etc/X11/xorg.conf.fglrxKonf-working2 has successfully overwritten the configuration file). &lt;/qt&gt;' || kdialog --error '&lt;qt&gt;Sorry, the backup could not be restored. &lt;/qt&gt;'</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>&lt;qt&gt;Copies a /etc/X11/xorg.conf-fglrxKonf-working2 file to /etc/X11/xorg.conf.&lt;/qt&gt;</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Copies a /etc/X11/xorg.conf-fglrxKonf-working2 file to /etc/X11/xorg.conf.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>RestoreBackup1Exec</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>420</x>
                            <y>20</y>
                            <width>71</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="paletteForegroundColor">
                        <color>
                            <red>1</red>
                            <green>157</green>
                            <blue>19</blue>
                        </color>
                    </property>
                    <property name="font">
                        <font>
                        </font>
                    </property>
                    <property name="text">
                        <string>R&amp;estore</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>cp /etc/X11/xorg.conf.fglrxKonf-working1 /etc/X11/xorg.conf  
[ $? -eq 0 ] &amp;&amp; kdialog --msgbox '&lt;qt&gt;The backup /etc/X11/xorg.conf.fglrxKonf-working1 has successfully overwritten the configuration file). &lt;/qt&gt;' || kdialog --error '&lt;qt&gt;Sorry, the backup could not be restored. &lt;/qt&gt;'</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Copies a file /etc/X11/xorg.conf-fglrxKonf-working1 file to /etc/X11/xorg.conf.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Copies a file /etc/X11/xorg.conf-fglrxKonf-working1 file to /etc/X11/xorg.conf.</string>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>DoBackup1Exec</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>190</x>
                            <y>20</y>
                            <width>73</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="paletteForegroundColor">
                        <color>
                            <red>38</red>
                            <green>0</green>
                            <blue>208</blue>
                        </color>
                    </property>
                    <property name="font">
                        <font>
                        </font>
                    </property>
                    <property name="acceptDrops">
                        <bool>false</bool>
                    </property>
                    <property name="text">
                        <string>Backup</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@execBegin(bash)
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.fglrxKonf-working1
if [ $? = 0 ] ; then kdialog --msgbox '&lt;qt&gt;The backup is created (file /etc/X11/xorg.conf.fglrxKonf-working1 ). &lt;/qt&gt;' ; 
else kdialog --error '&lt;qt&gt;Sorry, the backup could not be created. &lt;/qt&gt;'
sleep 1
@execEnd

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>&lt;qt&gt;Backups a current  /etc/X11/xorg.conf file. Make sure you like it before doing it!&lt;/qt&gt;</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Backups a current  /etc/X11/xorg.conf file. Make sure you like it before doing it!&lt;/qt&gt;</string>
                    </property>
                </widget>
            </widget>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>CompletelyRestore</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>240</y>
                        <width>581</width>
                        <height>90</height>
                    </rect>
                </property>
                <property name="title">
                    <string>Completely restore the state before fglrxKonf was first run</string>
                </property>
                <property name="associations" stdset="0">
                    <stringlist>
                        <string></string>
                    </stringlist>
                </property>
                <widget class="CheckBox">
                    <property name="name">
                        <cstring>UndoXlibmesa3dSwitch</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>40</y>
                            <width>260</width>
                            <height>20</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Undo xlib&amp;mesa 3d acceleration switch</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>0</string>
                            <string></string>
                            <string>1</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="CheckBox">
                    <property name="name">
                        <cstring>RestorePreFglrxKonfConfig</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>20</y>
                            <width>270</width>
                            <height>19</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Restore the pre &amp;fglrxKonf config file</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>0</string>
                            <string></string>
                            <string>1</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="CheckBox">
                    <property name="name">
                        <cstring>RemoveXorgBackups</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>60</y>
                            <width>260</width>
                            <height>19</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Remove all xorg.conf backups</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>0</string>
                            <string></string>
                            <string>1</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>RestorePreFglrxKonfExec</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>500</x>
                            <y>60</y>
                            <width>71</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="paletteForegroundColor">
                        <color>
                            <red>0</red>
                            <green>0</green>
                            <blue>0</blue>
                        </color>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>@switch(@Message.warning("&lt;qt&gt;&lt;b&gt;WARNING&lt;/b&gt;: Depending on the selected options, this may completely purge all changes, performed by fglrxKonf on your system. Are you sure you want to continue?&lt;/qt&gt;",
        Are you sure?, Continue, Abort))
@case(1)
		@execBegin(bash)
		if [ @RestorePreFglrxKonfConfig -eq 1 ]
		then 
			cp /etc/X11/xorg.conf.fglrxKonf-pre /etc/X11/xorg.conf &gt; /dev/null
			rm /etc/X11/xorg.conf.fglrxKonf-pre &gt; /dev/null
		fi
		if [ @UndoXlibmesa3dSwitch -eq 1 ]
		then 
			cp /usr/lib/fglrx/libGL.so.1.2.fglrxKonf /usr/lib/libGL.so.1.2 &gt; /dev/null
			rm /usr/lib/fglrx/libGL.so.1.2.fglrxKonf &gt; /dev/null
		fi
		if [ @RemoveXorgBackups -eq 1 ]
		then 
			rm /etc/X11/xorg.conf.fglrxKonf-working* &gt; /dev/null
			rm /etc/X11/xorg.conf.fglrxKonf-regular* &gt; /dev/null
		fi
		@execEnd
@case(2)
@end

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string></string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string></string>
                    </property>
                </widget>
            </widget>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>SwitchBackToFglrxGroupbox</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>180</y>
                        <width>580</width>
                        <height>50</height>
                    </rect>
                </property>
                <property name="title">
                    <string>Switch back to fglrx driver</string>
                </property>
                <widget class="CheckBox">
                    <property name="name">
                        <cstring>SwitchBackToFglrx</cstring>
                    </property>
                    <property name="enabled">
                        <bool>true</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>10</x>
                            <y>20</y>
                            <width>460</width>
                            <height>19</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Revert back to fglrx</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>0</string>
                            <string></string>
                            <string>1</string>
                        </stringlist>
                    </property>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>SwitchBackToFglrxExec</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>500</x>
                            <y>20</y>
                            <width>71</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>5</hsizetype>
                            <vsizetype>1</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="paletteForegroundColor">
                        <color>
                            <red>0</red>
                            <green>0</green>
                            <blue>0</blue>
                        </color>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>## vykdomoji dalis

@execBegin(bash)

rm /usr/lib/libGL.so.1.2 &gt; /dev/null
cp /usr/lib/fglrx/libGL.so.1.2.fglrxKonf /usr/lib/libGL.so.1.2 &gt; /dev/null
rm /usr/lib/fglrx/libGL.so.1.2.fglrxKonf &gt; /dev/null

if [ -f /etc/X11/xorg.conf.fglrxKonf-working1 ] ; then 
	cp /etc/X11/xorg.conf.fglrxKonf-working1 /etc/X11/xorg.conf &gt; /dev/null
elif [ -f /etc/X11/xorg.conf.fglrxKonf-working2 ] ; then
	cp /etc/X11/xorg.conf.fglrxKonf-working2 /etc/X11/xorg.conf &gt; /dev/null
else
	kdialog --msgbox '&lt;qt&gt;The fglrx 3D acceleration file is returned to its regular location to provide 3d acceleration, but now you may have to configure your fglrx driver again. After you have done that, reboot your mashine for the changes to take effect.&lt;/qt&gt;'
fi
@execEnd

exec(sleep 1)

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string></string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string></string>
                    </property>
                </widget>
            </widget>
        </widget>
        <widget class="QWidget">
            <property name="name">
                <cstring>tab</cstring>
            </property>
            <attribute name="title">
                <string>&amp;Other</string>
            </attribute>
            <widget class="GroupBox">
                <property name="name">
                    <cstring>AdvancedOptionsGroupbox</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>10</x>
                        <y>10</y>
                        <width>580</width>
                        <height>270</height>
                    </rect>
                </property>
                <property name="title">
                    <string>Various options</string>
                </property>
                <widget class="QLayoutWidget">
                    <property name="name">
                        <cstring>Layout14</cstring>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>20</x>
                            <y>30</y>
                            <width>420</width>
                            <height>192</height>
                        </rect>
                    </property>
                    <grid>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <property name="margin">
                            <number>0</number>
                        </property>
                        <property name="spacing">
                            <number>6</number>
                        </property>
                        <widget class="CheckBox" row="3" column="0">
                            <property name="name">
                                <cstring>FastThreadedLocalStorageCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>&amp;Fast threaded local storage:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Single Head layout, big desktop only</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="2" column="1">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>center</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>full</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>LcdMode</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="0" column="0">
                            <property name="name">
                                <cstring>PowerPlayCheckbox</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>Powerplay options [not implemented]:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Single Head layout, big desktop only</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="0" column="1">
                            <property name="name">
                                <cstring>PowerPlay</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="6" column="0">
                            <property name="name">
                                <cstring>FssaSamplesCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>FSAA samples per pi&amp;xel:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Single Head layout, big desktop only</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="6" column="1">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>off</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>0</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>2</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>4</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>6</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>FssaSamples</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="2" column="0">
                            <property name="name">
                                <cstring>LcdModeCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>LCD &amp;mode:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Single Head layout, big desktop only</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="1" column="1">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>on</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>off</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>PseudoColour</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="1" column="0">
                            <property name="name">
                                <cstring>PseudoColourCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>Ps&amp;eudo Colour:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Single Head layout, big desktop only</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="5" column="1">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>on</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>off</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>Fssa</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="5" column="0">
                            <property name="name">
                                <cstring>FssaCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>Full screen anti-aliasing:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Single Head layout, big desktop only</string>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="3" column="1">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>on</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>off</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>FastThreadedLocalStorage</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="ComboBox" row="4" column="1">
                            <item>
                                <property name="text">
                                    <string>--</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>default</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>maya</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>softimage-xsi</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>softimage-3d</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>houdini4.0</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>houdini5.0</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>houdini5.5</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>FireGLWorkstation</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>@widgetText</string>
                                </stringlist>
                            </property>
                        </widget>
                        <widget class="CheckBox" row="4" column="0">
                            <property name="name">
                                <cstring>FireGLWorkstationCheckbox</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>4</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>Fire&amp;GL Workstation Board Features:</string>
                            </property>
                            <property name="associations" stdset="0">
                                <stringlist>
                                    <string>0</string>
                                    <string></string>
                                    <string>1</string>
                                </stringlist>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>For Single Head layout, big desktop only</string>
                            </property>
                        </widget>
                    </grid>
                </widget>
                <widget class="ExecButton">
                    <property name="name">
                        <cstring>AdvancedApplyExec</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>500</x>
                            <y>240</y>
                            <width>63</width>
                            <height>23</height>
                        </rect>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>1</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="font">
                        <font>
                        </font>
                    </property>
                    <property name="text">
                        <string>Apply</string>
                    </property>
                    <property name="associations" stdset="0">
                        <stringlist>
                            <string>## vykdomoji dalis

@execBegin(bash)
aticonfigexe="aticonfig"
[ @PowerPlayCheckbox = 1 ] &amp;&amp; aticonfigexe="$aticonfigexe --set-powerstate=@PowerPlay"
[ @PseudoColourCheckbox = 1 ] &amp;&amp; aticonfigexe="$aticonfigexe --pseudo-color=@PseudoColour"
[ @LcdModeCheckbox = 1 ] &amp;&amp; aticonfigexe="$aticonfigexe --lcd-mode=@LcdMode"
[ @FastThreadedLocalStorageCheckbox = 1 ] &amp;&amp; aticonfigexe="$aticonfigexe --tls=@FastThreadedLocalStorage"
[ @FireGLWorkstationCheckbox = 1 ] &amp;&amp; aticonfigexe="$aticonfigexe --use-app-profile=@FireGLWorkstation"
[ @FssaCheckbox = 1 ] &amp;&amp; aticonfigexe="$aticonfigexe --fsaa=@Fssa"
[ @FssaSamplesCheckbox = 1 ] &amp;&amp; aticonfigexe="$aticonfigexe --fsaa-samples=@FssaSamples"

$aticonfigexe &gt; /dev/null
@execEnd

###################################
## įvykdyti inicializacijos skriptą
exec(@initializationScript)</string>
                        </stringlist>
                    </property>
                </widget>
            </widget>
        </widget>
    </widget>
</widget>
<images>
    <image name="image0">
        <data format="XPM.GZ" length="1256">789cb5d34b0ac2301000d07d4e119a5d91d6df42108fa0b814c4455a2dbaa882d6858877379f493af921141ca4c9a4af266927654e77db35cd4bf2e87877a9697de6779a1f9f6dfbda1f566f92cda654fce674928d4856d09a6e6ed793ec33d1678bb10c997299368d492b9dca500ffe8821860511989008e41a31c2fd60cc313122103671c239329a547e6013236aa037092286ac894fe4fc4f622d783d0e313d775f3ee1c882098831682e87e09bd8b8c45eb1c113a58dbfa3b491df38b59e7eafe6c3a78c2231c3605f400a8518cc08efd0185d94b6a023b5ca2c5148e7667150f33203024e2f4e35e6ece873e41d21dbd8fa718f263ca39b7f9df7c1e6b3245fa39d469e</data>
    </image>
    <image name="image1">
        <data format="XPM.GZ" length="75379">789cedbdd792e4b8922dfa3e5fd1367c1bbbc6092decd87d48adb5ce6bf781a0d622751e3bff7e40f87204191129aa2abbbb7a3a1b667bd7ca8820018763c1b1e004fffbbffeb83e3ef8e3bffefb3feeeeadfbd0fec30eacea8fff721ed2f4e5fffbffffdffffd1fff39ea8cfe180cffe8f626933f7afff9fffcc77fdabb7fd87f18dd69b73ff16a9cf715b6ba03c2dea6c2a23b042e194f3b0abf2a6c774784e355851dc6411f784c38d9d3b85b633f52d8ed4e08bba9c29ec4eafb45aeb1fa3c3c069ee2fba5c6aa3dee5d8d7b1dfe7d70046cd1e79eba5faf2b31ddff1e58d0e7f1bac6fd1a67afc036617b47e19efc5cfd3e7135a6eb17c00ebeafeadbebf3f7bd2d609bbe1f4c80f1fd7c55e3418d2bfebd4b3850f6eb0df8f74505ec107602607c3f7e5278c89f87a7c01e7deed3fd478c935dc2bdce7458e33453782cafa7eae7d3f5c6f273f5fd2807eed2f783038527f27a643fbafea4d79b8e54fba9bed35e1f7843614b62f5fb721d78301dabfb5f000f0907438505e3e81178349d287b5f2b6ccbcfd5f5fc5be0317d9ed1fd1c793f557fef107848f5f1a93d6e6f3a9daaeb29ffed797c3def08784cdf2f943dfa1dc6fe10d8a2df3bdb0acb0187cf9f81a7549fea04584c2df57dd5dffd5ecf9e0a85cf14eef3eff31de029e1d4d558d9a3dc0676e8f75106ec4e6d653f53e181fc5cdd2f4a803dfa3c57fdd51ff5bb5347b54f8da7fe587e5fd5d7d9027609fbfcb947d7ab947dfa937e7feaaaef2b7feb0bfe7ea1faab6ff73b649f7c17b84bbf8f57807b54ffdc051e527da23b8dd5f5fd6be0d154f1535a008f2d35fe6db287d31fc0be47c013fa3ca5dfbbfd2961df57d8eb5b961aafb6fafea0c7bf2f32e029ee1703db168de72b85fb7d8770a1ae3718f45d4b8d876203d823ec850a0ffb636aafb70d6c51fb22c55783517f429f07b7c00eea7faa31f14b4e78d0b394bf66ca3f079341df52fe92293e1f4cfb365ddfa3fa8bbe40ffdb840703fa7d2e8087f47bef0e7864d178ec286ccbebabf19487c063fadc57fd31700613c245a031f9cf40616f601176d4ef879d816d29ff0854fb86dd816329fbfb6a7e18f607ae45f6527c311cc8ee21be52f61a0e871dfa3c54ed1d8e863d4bf94fee283c969f93bf9e02f7e9f354d96f3891f553fd57aafe92837f68297ba56abc0e2d797fd59efc8af07040bf0ff78047f4fd408de7a1188e2de52f95e29ba13d9c102e957f0c9de154d07c45f5f564fdc85fd4f81c7586b650fd1babf968d41d3a82fcada7706f68d1fdfc10d8a5cf23c2fd01fc2d8f080f3da17068283ce0fb85bb84471dfadc57fe301a0ebbf4b95b101e7585eaef6ca4f0487e5fdd2fef2a3c1eda549fc453783a447f7b07c082fa2718131ef571bf0ef050287f8bd47c3172463d6a7fda059e0a65ff50f1e1c81b0941d757f61e77461dea8f7207d816c4c78a4fc6dd511ffe65008fe9fee516b043df2fd7805d41fc41d7eb8d06e43f367dbf3f1a11ce557f8c07a311fa735fe1e1d085bf0784c75da1da9fa9f68f47e30eddcf53fc371e8f7bf4b9df05ee0b353e1dd53fe3c9680afb8d08cbeba9fb8727c07d5c1fdf1f0f84b247a0c68b9cacf0fba8076c917d03fafd743ca4ef47cfc023fc5e8d87b1c5bfb7a97ed6782c88ef159f8c05dbd77b243c9ed0e701d9cbd6f5a7dfdbb2bed43fe70a3b6cdf601b98ebfb40585e8fc66b1fd8126a3c05d43f2e7f3fdf02f6c85f6d35fec61ef757a9c6dba43b766cd5fe6caa706fec127654fc31e9f3f59c7d60cb52fd119ac002fc023ce9d8140faafa4c06d2fe347faf003b54df82ee3f98746de57f89aadf643872891fd21bc263cf56fe1429fb4e4623077c7446786c937f441dc293be4df199b2cf642ceb43f345093ca0cf436a8f35e950ff2402786453bcf3043c261ca9f97222c61ddcdf03b668fc85547f31e952fbb26de0894df3879a3f27dec4b6d5f753359f4d3be301b5375f272cbf4f7c70a9706f8cf1e42bfe9ef619672a7e9f0e64fd14cee97a8369cf26fe57fe341dcb094ff5b74bd79b4c87b6b2574a58465336f59fe263492ee0d754f1fbd49e4ee873ef19786aabf6bbaa3d536722888ffc476087fabff0084f2dfa7e41ed73a7c256ed4d141f4ebdc908e37f0d18fee729beb0ba933ef96fa8d607960ca809e7d784a79ea3be9f2b3eb0fab23e14efa9f65903abeb103fabf8d41acafb513cfa4058b69ff014d882bdae085b3dfa7d6201cb104ad547d5d79a4e26743d2f019e1276cf09d784afbebf4dd81a3bca9f6c355fcac91fdfcfa83e96d5217b4743e009beafc68374367cdfa3ef0b6b4a9ffbcadeb2f29643f757fe61e9fe893708cbfbd3783b06c6f73d7cdf128463d5df963b71a97f924dc2d301fc7b85b0bc3ff58fc2a2c3ed8d54ff891e63bb4358741c8a7fe9f3bef42f1adfcade62c0df4fd5fc2d86420678aa3ecabfc4883ff7fb84458fae573ac0f87e11020f1c351e62d5bf42ae8630de7dc2f2fb341f9e018f1ce53fb15a0f4873e37ef136613940d4e7aef23fa1fbd7de071ed1fc13ad008f317f79c0e06fe700784af5897781c1e749042cc83e6e0e6cd3f8886e813de233f782b0f41fe2af3de09eadfadf4b8187e4df89013c025fa03e16c67bb20d8cf1eebbc0168ddf340076687cf857c01ef9437a4e58f637ad8f0f81fb0ef1e506f010fdbb033ca2feb2d13eb677a4c6b70c9ef079b6053c7188bfd4f810424c09678a2f842d7f4fed0d812d87e663d57f7647fe9efc45cd2f76d7eeb8e48f6a7eb67b76d7a5f84bf9af2da37de2e7e895b070e97eaef23f7b30910c50e3ea1e58ba8cba7e44d8eebba45728ffb0eb805bd9ab1c034b0655f6d822acbfffa2f068d29dd0fcfc0a2c979ceaf7f4f998afe7ac025b138af71f084f7bd04f1ce001e901f980b065937f8447848547edf3707d7be8aafb396a3cd993b13ba6f9c004f6c6ca3f5c9b70fd9fea8f1dc2f608bf57e3cb9eca0848f56fd9273c918ca33e277b58328252f6ab7681f1fd7c83b0b43ff10dd5dfb2c774fdd2059eb8e48f15f0d455fee8527d045f5fdc1066fb1547c0a88f48813dd20363b57eb26dfe7d790fec8c697c8f80619faa24ccbf4fc8ff1cfe7e79078cefe707c0b0a7d8262c231cc5cfa1202c67649acf7dc242d078cbd608db5d1a3f21dddfe5fa462630ae5ff608b33f7967846504417a13d947ae3e896fec4dc2c2a2f9d325fbbab6ed12a6f67b7cbf3bea0f6f22677075bf0130fb87e207a7c3df770dc2dabf47c0184fce3330ece9ac119e7aa44fd857846538a0eaef2aff71bafafa43c27cfdf80418fd9f27c0c389b267d507c6f8b42e09cb05856a6f7547d8ead1fa393f03e6f57e455838d43ff998b0edb9eaf3e09cb0d3211cabf9c2e9717d0daa5f8feb136d119e42af73f6084b7ea678e588b0e852bc99ec1396d7a7f5bb01dc7529fe52fdeff4f97ee92b611931abef5703c29a2f3a84a5c32b7f2dd5fcec0cb47d4f09331fbab784d95f23ea8f81d5213da7a0f60d9c3ed5a752feec0cb5bfee10e6f60682b08c90683d43d71fe9f148f51b717f39e40fa3691ffa34f5ffc8ea927ee4af000f494f29278465c4427c790c8cf57abe49d8c67c5452ff8e359f90fd34fffa9bc09202d5efa784a71dd2ebdd2760f85338067649af0ad4fcef4cf8fa0ed57fc2fe1f024b73abfe2e0530ec9dd884c594e6779fae3fb17b14ef851784a57f907fee038f5d9a6fc95fa6ba7fc91fa67a3c66c0a8cf1ddd6fcaf34d1002c37fa23560aeef2a61793985737ceec80581ba1fd577361f7480c15f554198e747d702e6f975080c7ff46e8151df80ea6fb17f84b83ef7473405b6a01f6f020bd22743b287c5e33d247f93f10ae275b2a7657728fe76c8bf2d678af6d1f8153cbf091a4f82fd374c096b7fd906863d9d2760f84bb84e58f488afb317c2d29e547fe25b3d7f552930ee1f527fd9dc7f490e8cf920253eb679fcfadbc0e0bf6a080c7bc4fbc036e9072eb5cf66fb64c0ce80e68fe002584ef0aa7dd41f0ef35ff90a8cf950507b1cdd7f2360d4b78a80e16fe91818e3c3df0276486fafa8be8e80be90937df4fc29881f5ce647d103c6788fa93e2efb4f6602c37f52fc5eba8ff2c76815d8a5f540c49f7bb41eb055bce6e8f9b25c01867f540161f64787eaeb315f3936f05028fb39b81edf3fa6f1e649ff54fd19923d3cc775d5fd2d35dfba1dbebf1d0363fcdb1530e2a5f09a30f3b57d0accedc7f5f8fe3eaee778743f4fcdb7ae9eaf4bfabe9eafed15c2ecff5e1718fe1f6d13b646a4df1705617b42eb8f6040588e3f75fff00cd8217fcba93e5db7e3d1fe2e7daee763b14698fbdba1ebf5783cc41630e617e79230f7677241d8667d0abf9711bfea1f11003bc4d7c20776a1bf24c01eadc75caaaf9cdfa9ffdc0818fa85df23ec76a93d851a1fae9eef43b2777fdaa5fddac006c6781121615d9f1218f5110530ea233cc25c1f7101dc25bd46b8c0a89f380786be22ce8007b49eb45f8087143f45c0dc9e6407b8ef11ffabf1e3cee2917d605eaf08c2cc1f494a58cfbf3630cf4f3784ad3ef6af4e084b7f227edf0516e45fe61a30dbeb0a98ed75090c7b5953c26c2f0bf5677b596360d8cb1a01c35ed60018f6b2fac0b097d5031e411f0a81e50244f9c316617740f64bd57ce20e757c4bfe35b406b4dfe56e01235eaaf6080b87f40d739d30b7df5c0546fbad13606eff1d616ebfb902cced3f06e6f61f0173fb87c068bfc881d17ebb0446fb85038cf667fcfb31ad17ad2e30f8429c024f492f7203608bd69f29d557c79f31f9f7c8c27ea07d4058af97c8bf47321c247fd90086bda24b60d82ba2f13362fbf82f1a937d5f81d91e1530ec61f2f7d91f4a60d8c32a80610feb1098db9f01a3fd560718ed1727c082e261eb16d8867e83ebbb238fd67f341e74bc5cd0781bf3fc51913dc6ec6fd50e30f6cf9c47600ffa39b5772c04e96fe62661b667fc000c7bc6f784d99ef11d30ec17e37a6c2ff31918f6095f81611f2b0766fb1c00c33ed63e30db670f18f61168bfe3507f5a37c02eadaf5c1fd873547b7dea8f31dbd327fed1eb0341f59f707c90527b271cdf08aacf449a93f4cb1e30d6cbe20518f3554ce36d62dbb47f606e01b37dc99f266c0ff30918f6301f81b9fd1930da6fa1febafd3bc068bfb50d8cf60beadf890bbdcef580a1d7f923e03ee209b2e794e3c7300286bfb9c4d7535e4f860530fb1bcd17539e9f13077844fc646e03b33dc6c0ec6f549fa9f6b72130fbdb0018fe16f78161cfd206863f990fc06caf1418f632ef81612f8bfa6bcaf6b23681612f81f6c90881fc29019e78144f131f5a1c6f15d4df329cc7f8d80146fb5db2b7a5e7eb9231dd3fee01c31f625c9fdb1393fd2d5ddf0418f5b56260d4d7da00ee93fe272ce001f1b973028cf6446a3deb6afdcfa7f949f07c1f907f08bb4b7abbb90b8cf625e42f82db97e0f7dc5fae0b8cf6252bc0dc3ee24fc1ed33ef80d19ee81c18edb1501f6e8fb50e3ca4f5ba85fad40cabda73036c79141f937fcdd67b3930d6cf36cd4736af6712e2675b7468bfb14a80a18704bbc01ee62fe2335bdb670398fd9ffcd766ff4fd681d9ff0530db93f8d566fbc4b7c0b0875901c31e31daa3ed1102c31ed635f098f42f6b1578427a5b46fce6b07d6cfadc61bd324c8011ef27d43f0ec7470e8d574774299f203b00e6f5571718fa8649fcebb0bd2a5c8fede551bce1b0ffa42630fc27217e76d81ec93330da6f96c0dcfe0018edb70530da6f5d01633de46c025ba41714c4577afd6b27c0d0afed3b60d693a9bd2eeb31c63e30f418eb1e18eb49ef0a18f6b54e81b1be142630ebf11130eb5fd43e97d72f25f5b7cbf6f7778007b47f6c52ffb8dafe8fc0b07f4afce16a7fcc8031be530398c737c5ef2efb6b3201e6fe190373ff14c06c7f1f18f6b73c60d8df5a0116a4c7b9743fadafdb2e30eb47fc39ef27903f786c3f8ff8c7637e4b53e001ed079a87c06c9f2760b60f8d678fc7732a80319eab0a18f64b7781e1bf0e8d7f8fed95ee00c35ed50130c677ba0d0cfb252360d8cfcc81d95eb007dbcb72806dd2dbc43330d6fbc909b0e7d17eb9ea0f4fef47883e61ad2f9e00b3ff9e1366bdc9dd24ccfa56e811ae053655df2360d837758061dfea1918eba3648bb0b4277d7f1f98fd710f18fee8bf12e6f9248b8061bf14d763fb254fc0b0979901c35e165f0ff612c7c0f23f652fb457da8fd68b678465a1f5a51abf9ed673aa9030f361fc42584e20c4efc7c0ec7f17c0b04785efb3ff552360ac77d20360f85f9602c3ffb28430fb5fb607ccf68a81e18fd91530ec97a1fe6cbf741398ed87fbb17d2c1b18fa96b341d883be14e1fbb2905ea9f8d39be94d54bf1eeb156e8730cf3ff10130f42fe78130eb8921f5674fc7ef27c0b06f390566ffbb04667b53fff7783d9e1e0263bc673930fc31c3fdd81fb31b60b6ff3561b6bfd10386bd8d3e30ec6d0c8079be0e8061ef6408ccf61684d9bee209b84bfa464cfed5e7f5e29d070cbdb7a2faf4ed3eedf79ba7c0ec8f6360e6c32130ec95d2f8d6fa576502c37e59010cff0cd680d97eb7c0b05f7e0f0cfb19e41f7dedbfa83fdb2fce80612f03f5637b1923608c6703ed61fb99343efa6c3fcb0286fd2c03b847eb4fe75063caefa7fa68fdcda1fa0f78bd1eb884797ef6f07dd6a7ab6d60f44748e37dc0ebaf6c5d631a6f67c0e89fe29e31e945e93130fa2b233ed17a9bd80086bee458c0e093e21918f92a590718fd953f00a3bf0cfe1cfd95df1166fb6634bf0cd8be660c0c7b5a26709fd62b76083ca078bea4fa0d990ffc0d60de8fbb03e6f52dd55fef9ffaf83debd311d567c8f16bb509cc7a35b56fa8d743e7c0cc1fbbc0cc1fc4975abfcb4a608e0f0c60d837eb02633ce48fc0b06fb4078cf5af710b0c7b7babc00ead0f630718ebdf04d7637b9a1130ec59ac69acec634c816551d7a7f1a3f53d8ff86bc4eb25cf05c6fe62180363bfd7bf00467f44d45f23ee8fe80c18fa4c427c3792cd257d0fbfd7f6de0306df641561edcf5bc0b07fb90f0cffce9f8061efca02667d741d187a977103ccfdc1d783be93d3f81dc9788df80b9ff37a23a3f964a4ed1f02c3bec6047844f14346f5d1fa609501b37e4ff3c398f51cf71898e7c75560c467be018cfe893c608c973805865e96b9c0e8af8cfc69ccfb8bd12930f490740398f313707fde5f8cc97e63de1f0a5e8131feb27360ec974627c0d09fc26760f84371080c3e8dc9dfc63c7e231b98e3cf27e031f275517f9efff20218fabd370546fce09bc0e00341f3db98f9c0e901f728ff244e80793fab0b8cf837827d59ff4ed09f92ee29de3900e678e51218fe9fdd0133df4c80311e02d883fd3d43fd987f4a5c9ff92787fd793c94b02f8f874a00633c54b02f8f8702fecae32182bf687d8bf862ccf375b002cc7a25eecfeb9d02f7d37ace1930e6ef18f6e0f83cbe02c6fc92dc0323de0c513f9e6f32d49fe7733300c6f8b35e80c7148f969ec6a47f903fcff466e2abc9a433213df60098d74b47c058ff070130d6fb29cd2f131e3f71048cfde2d804e6fd5d018c7caf82e285098f276f028cfd97fc1498e30f1aef138eefc41818cf07d83630fcd73f0196035a5d6f5b63f2cf2b608e0fa7c0cccfe4df13e6e7e81898f9f81918fe695c03333faf00c31f4bd853ef5f9d01c3ff629a2fb43e5ea0bd923ea9ffee80b15ecec99f2632fea078d402065fa789c6eafea60f0cff303de009c57f1ef597ce17f2683c4cb53f1c02633f3f7c04e6fc0e0318fc1dbc0083bfb35360f0b547fd3765fd270e81f1fc6aba0e0c7fc969bd32e57c9500f5e3fda6f00118fb9bc50130f60712e29329eb4991050c7ecd4f80b1be0dc91fa6ec5f49050c3eb42360f0a12f8005fceb1a98f96f000cfebb83bdd9df4a1a5f7abfc1b802667fbb00663e84bd980fab5560f857790c0c3e2bd13edebff1f973c4bbfe1130f6232260e6b3e01918f1414cf1cc94e331bf041ec2bf5ce029c567d9b3c6541fea2f9d1fe6d9c0d02363e2574befff50ffe97caf620cccfef208ccf900b7c0e0a7a40446be4d4cfe6a31ff8437c0f0a738009ed2f36109cd8716ebeb81078cf55049fd69697d6e0d187c546d01f3f32b87c0f027cf07c6fc593c684ceb3bd48ffde90ef567ffc969bc59ec3ff62b30cf8f1130f3510ccceb57018c78dd3e0186bf540e30fca53c0586bf94c4677affa7d807c6fa367802863ee024c0d04f934b60cc87c19431d65bb87f5dd4ef238d29df8beca9f7873c018cf8d321fed0f9e10e8d4fa1e3c37560ec2785e4bf82e3bb2401863ff8c42f82fdc1b905c67ad8a5f852e87c017ccefd97bf02830f8a5360f4a741f610dc9fc51930d60715eacf7c504c81793db6078ce725aa3560cc3789a9318d47b48ffb3b9c00737fa7c0cc0f683fafd74a8af7f5fe58790e8c78a9bc00667f780466bd18f5e7f82721ff14bcdec82d8d697cc33e3c7f15aec6d4be00d822be316d604138243ed7fb6b9e05cc7a3cad1f6d8e8fca2760ec2fd92360ce17267fb7996f42f2579be71fc700463c93507febfd3993f407bd1f675c00f37c81fa697f3807e6f5f90d30e603771d18fe50e07a3a7f68020c7f282e8131fe8b2b60f843710d8cfeafc8de7abfafc0fdb9bf830760e8b3650e8cfe2e713fe683b200e6fdae0130f821a2f8d896f10e8dd73130f8c014c036f141dad398e20db2bfde2ff4697c381ccf148c79bf90c69bc3f16b81dfeb7884e64f87c7bb180173fe298d079540abfc2107c67ae94e00f37aa90bccfd7f0eccfdef00f37a89e24147f3c12d30f8dda980391fe81a18fd1b24c0880faa7560f47776028cf15dd0fce2e8f5d03d30fabb7805467f17a88f1eef37c0bc5e5a0146ff171d60c41bc52a30fca1807d581ff5d780110f972530d65b450f187a69d10706bf14e45f0eafa752b48fe367f70118f1720a7b33df444fc0f037d30276e06fe40fb3fd570f18fc9214c0bc1f6b0263beb20d60deefa7f8c9653eb2d780119fdb4fc0e0a7621718fe2d6e81b19eb3cf81115f891d60e831e92a30f4b2823fe77ce24b60c4f7f61898f7832f80a1d71887c0d0d78c6360ac0744028cfd6141fee172fe7c007bf17a21f481317f67b81eeb3be20118f1a1cd18f1a13d05c6fe5fc0d7c3fc6f1c0183cf73c658dfda3930e249eb1118fa91db03667d10f6d7fb3d37c0e0130bfdc77a93fb0a8cf854c4c0c86775611f8e571df80faf7fdc1760e453072530d6d70e63c43302fdcdf395e80023ffdf3800869e25ee805d7abede827d391ef2e01fac6ff9ebc098efac3360acc7425c8ff9d4ce80a187098c075eafd9e82f5eafd90130f2d313d49ff5b2a002063f7bf04fd6cf6cf817eb67760accfa19f19dcbf9df36dac3f1bebd010c3dcde6ef43afb0e11fbc9e74bbc0581f38b83faf0f04c6af5e6f5ac088272d8c5fd637ec0930cf377c7fcc3736daabe71bf8a7cef7ed0363be3107c0986f4c8a875c9def0b7ee3f9c7c4f8e7f5aa89fa707c6262bc717c62c05f393e31d0bf3c7f1968afd6b30530e633c30646fc6238c0bcdfe002f3fe0ef897e73703fea3f7e7e03f1cdf187bc098ff0c5a6feb7c112302c6fc67a0bf78fe33305ef5fe28f88de73f037caaf74be16f3cff19dbc098ff0c8c07bd3fb8058cf8c8001ff17c68c09ff4fee12630f44703e35fef27c27f79fd6560bcf07c69c0df598f34305e79fe34e06fbc1f66607cf37c6a801f582f30307fe9fd048c0fd6330df021cfbfc62930e65f03f321eb0b06f88be34103fcc7f1be013ee5f9da007ff27c6dc2ffea52e3136a8ffa8ff05f554c4316cb14b2d8b238b2b8b278b2f866204b6846666c26666a66666e16666956e69d796f3e988fe693f96cbe98afe68ab96aae99eb9f281baa6ccab2a5cab62c3bb2eccab227cbbe2c07e6a12c47e6b179629e9a67e6b92c17e6a579655e9b37e6ad2c1db32b4bef53a56f0e64199a23736c4ecca96cae615886306cc3315cc3337c233042233262233152233372a3304aa332ee8c7be3c178349e8c67e3c578355694a5becb77f9b0182bb2bc18abd2739e8c35e945f7c6bab1616c4acfda32b68d1de969bbd2e3f6a4e705d2ff7ebcec1b07c6a171247db52ec7c689bc56edc3bbf0e12de5c31bf2aeb50faf291f5e555efcaaea55d7ec54fef551d5ee4c7eeb4e7eb792bf28752d535d4b5f8e13478e18c330e5081a9943e3dcb8302e8d2be3dab8316e8d8ed1357a46df18184363648cff4afe3289bb6cc55a9e3131a6666499567d328eb06c3395d3b32b29dab7022bb4222bb612f3de4aadcc7cb472abb04aabaad9cbba93fcf5a3ec45ccb59cb798b9ce14731177fd3c7b81bb0c662ee6ad599fefe85edf54dc55f7fb99ecdbc746cf7ff3d777f9b028e6aacb2bf8eb141c513344050ecba5afd5fc50f358fc33c5bab71e8c43eb515e4f16ebc97a860f6f4b1fce3577dd81bd1e652dc88b5f74ad9e1acc45bc55d76b4bd62cd5fc1a2a7625eeb224794d89bdccc16fc55f357bb9d68b3191cc559fd8655bafd68ae4ac556bcd5ab736ac4d6bcbdab676ac5d6bcfdab70e246f1dd6cc65be589575641dd7ec659dbcc35f1badd2e62e62ae03c55a1c6fcd22ae9ab798b96aee62f6fa2c7ff5c15ecc5d75cce52ec45bb31eafd0e767e8f527ddefafb54ffedd63e3932367bebc7e71597a97bfbbf55f62abafb5d3cb87514eae18e3278a756a9d1977e6c83a57e5c2ba54d7a2d9f76d3f5e6d7157935139de8a156bd51197a778cb26e6927157cd5d63622f39aababf0d7f59c45e665873978ab7aeac6bf0d68d756b75acfacca37ead1b5ac35a1db4c6d6b13591ac3595bc25994b71d7ea3b8cc5acb5b9c05dcc5cc78d95629bb388b588b788b988bb96b1571f6580326cc45d1475799ab976d44c55f7f746a3afa9b7a9bfb9c75f78ccfedd63ee13a3b1397678aefd33ca8b2e0b9cf677dbe253765a66a9afb6d5b3628a9a2b88bf88c188c36a16231efbc9224cb9987be0220c612ad6aad4756b6f9ef933f11779f46983bbdaebd918d156cd5acc59c45ac45bc45cc45d7d39d6fe42fe5ada97962e92bdcc40465e56fda872cd5dc212c2da16b6d5118ed517b522ef8b0025e462ae35ca32ee9af1d54ce762a56bafc55d4de6e248ebb6c5584dde5a64afbe56b86abe1a296b2ba50b5a17ad17ebd5e28cb97230d77d63863a553ed71ca18db1f9778fbd77c7e46c242e8e1c2a6b5f541ec1ef3c1e9e35cbbffceeb66a30d7324b3d7db1a5d6c0590fe0ad33c52ac45ec45feb8a717eaa8848f2d79a884522ff371129febe0efeba0387dde3ce9ae9f47ab154cc9541e322e6a255a2d9602ce2ac21e2813eb8abf757f197493cd5d4e53deb45ad14c35a95570466a9f5a2db88ba6aeeda179955885cae0f27a210e50263cdb3d6fbdafca2ca75f4813adf66abe5bc3553b7b436afd5f9993eefb762ae4c3117a9f3675a9d5f9d8b26e6d6487ff7c8fb604cbeb6548dc7c66ae55ecff45f57d617e2d559b40a0efbbbadf2494bcdd675677f8aa5e6a3a6b251367fad884ad4fe7b26643f8807f1d8f8ac6c95c53ab4f71042a8f375ccd5d0b7345b3539ab59fe02fe52fd0665bee62ca5cc1be2a956b8c4b38cb548e3ba56ba3ca95cb5c6952985ab56e687d611b4ade56cf51e7735f71489b39aacf5be36fff60a7199ba35db556c73d69ed6b898b768b55861f4b5b5f90555e7ef1e6f9f188db368a2a9b2b0c6c20acb96d28abfaa640b7a21ab2cacb1fca66bed96a23ed3ae598dfa7a4b354bfad545bc8857b15233ae58156b62fdd3bf5b171b724cf0dea7b74c9b5fca577f0f7f594b95f93ad25aab578962d3ba91b156adcaef5b0732e252babc8cba86b52edf50e697b3d7328deb7d65feec93cafcfbdcd56fac18df52e6dbfb89ef2bf3bfe9886b8cbcb795e6f61e3debb1796bffbb9e6369a7fe57cb9e9a1576df8c654f7fd74c13d88c6cf5a86d55622f30d50ad05759aa6db3f912fe7a115b625beca8586c57ec89fdd6a7cbee29eb220ec4a1781447ef2af39f61afbf8abf84e92865de946475ccca7ccd5bc21627e25438e24c9ccba2b274c545fdec913ac07c2a2ec5a57522aee694f9b755f976d435af6e35f5ad65bafced9cc2f5165fb1cac53a17455db656e677116d35b35f1675ccb666f35b475b0b6cd5549a9f5b7b49eb0de6a2d1b80755833cf52b8a58d012b396925833d8ea6fca5fc4f5a760af752840335bf95ab9feda2254b1511c145717ef678bb81637e2b6de77141d63bf7145be07df936a6089aee889bea84fd01941979f3454aecf73d717f197ee9d99162f506c285e1e7197de55acf3b794326f75adbe356a28f3e10f2bf3cb74f9f7f614dbcafc5bbafc3265bea9cb4f5a2ad77b7b8af77a55b3a8cbffb394f9b774f9d91a68636e342ed763bfa2d05e2ec5ba345f90cd6b8b9f214ff2e5f7b32af88b2255b2586d2f8a5089bb383bf3ab2cd5f65653ede7319f3193b95f5a66acc52cacf610c903c458d4efa6316dc33ab39e6c6b4197ff3c777d017f9933657e5e97a7ec53a57329def26c6185accc5bbb0d65fe58c659579fd2e517d5ade559f3b3986bc65c9f53e697ad125bcabcc18c35cb9b0f5414d08cb958df9a57e6dfcc5dfabbc7d5bb238e6386c52ca2591ed1e6c20a28402461bda3c7fe5ce115fb54add799c12806ab5791f58cf1bbf317455f958a546bb6af156cb0d74fdb6af04659b6af34f35e7aee63f9faf2670a65f27be0b1f6eab03e15bf7eb2dab33d59015f746cdf0e7e98b3be96bf1acabc1d2aceaa75f9e3862ebf262cc95a719d7d0a95eb80142ee85bef695b9fcd997f4b979fe5715dffb232dfcc995fd4e5671a5733dfb89135ffcfe02b8cb2b6c2452b1e62aec54ce96db0d62c537ab65a345b7aeccffbe9b239656cd431581df9ee2102abd790f5bcf1cfe0af3bc5fbb5fd12b572f46ab697f61acbb67d85ad66bc36d42a87019d83f79622a522d63ebcf3057afe8e2a494399f7a171290eb3233bb61375d4456a673240cbed42bac9dd2fb4f197f8cb2465dea99ff721655ef116b1d62c07a266ac4eadca0bc72a6cd2e5873a63fe6df65a9e7ddace3bdd5f126b2dd7e53fcb5d8bf3fc2cef94159759ac952fd5e5dbcafc6f9f35ff4efef78be6aeb505b579bba136b7f3a47f5e8ffdfcd8a408ac1e8d9eea135a41b6f9ebb753c096f257aaf82b50fc55c7aaa34feebd7decc16ffb70d8f2e16221dfe1e7cb66cb3b766791b8796d57f69d9294ee8d48dcdb0fd683fd683fd9cfbfc060bfca5f42ab5b162bf3b3bc53ab6bbfd4aabcb850451d2225d78a45adcacb72559739ee7a5f97df6a445d8b79a74d7d6bb92ebf5c997f5b97e7a8cb6ef5fafcb3d5bc9738cba77c6ead187feb88abc558edfcefe7c67af14cad144999cff4131e7bcda7d27496743b4ffaebb9eb9bbfdee2acb77c78717729d5bb4b556377e9d7cbd95b4aa8fd6aafd8abf69a2c8f14a39943db12b1bd6e6f881de3e0cfd2bf5a8abcad3350a176a98cf97ac54899a7a156e6f7257795d648b2569d751a88d0deb4b7ec6d7bc7dea5b254e35a9631bfbd907dfaf69e623b03628eb3ec3dbeb72efb66bfa5108c5b3aa7856c88657b8a95dee97afa4897ffddc6506b34cd2bf38b4f9adc37986b9932cf6af37c96f4e027bcf19d621fd887f6917dacfde79bbf66dc35efc393391ffecceed2f39794533c277ed6de89b64fec53fbcc3eb7cfc5aecadd936b66fbc238965c2657afe6c8be9431d89fb2ffc82742a8cc53adcb53f6a999ea8c79622eca3c55cabc52b74899bf32d7ec2bfbbacd1d9f50e699b196e79ece324f2f3fa1ccd723e066097fcdebf2edf36cf68cc52c2ed2b716f34e973e51fcd78c0add9edbc6df3afaafdd37c7d22c97f2a3534c663157f3e9347d8ec99cdafc459cd560af9edd9ff39f5a97fce6afa6bef5f1994c9fdd5dfa9567c597e80d76fdf6a0d81ed9637ba2d798db72ed38754ce4ea9ac6b163b4f4861fe42fa77ec3a9ed380bfce5b1325f73963816cfb37cf9992e8f5321907baa334f59db5a73dc79ee68f0d6dbcafcb2b36cda1ad7d5e795f945fe72bcc66936344b717f37cfb2699f0a31cb3c5d50e6ffae51b1c85f8eef046863e8447aec2caa5ccb95f9cda5cafc4ce59aad179bfad69fc45d7571e205fff9e62fe2af41230371b65e6065be7996cde6121f3e7debb98f9f2ec461ad27319cc4499dccc99d023eb6a16a123b859d3b259d7ee154ce9d73af63f9cf5aa0eb3c388fce93f3ecbc38afce8ab3eaac39eb4dfe52dc65381bb5bae56cd667d970c67c7d268438b5bab52e5fabf2335dbea5ccabbc53670ba369dbd97176ebf2a1327f30a76f9d2dd1e5e7d78b6f2bf37264397bce3e15cd5f0746f34488bd85b303dbbafc432bf7f43752e6e7f9cb39748ed0c263e764892a3f53ba380f9cf5ad7626383d9716b4d4f9b6d6d5d4b93e57da7bfe9fe5af53b4e7cc39772e64d9ffe6af167b19735edccee4611f3efbb37db8c161cd7c9b47e7d2b972ae653d6b746744f25fa5acd1b675eedc8855e5758973eb749caeb2c0f8a318cca9df475abfa3b17e6fddc499baa6f3e2d66f7d17aeed3aae3be3af3aee82322f99cbf55cdfba75033714676ee4c66e52175128958bca1597a6bee5a6e47f6ef6a62eff9e32dfce81784f977f4b999f299ab2bf79bcbbb956e6a386323f5b23ce9f63f39b9e7230cf5f6e81f6956ed58aeb5995679d6bf144bb2da3fd144b339387d98bf21139239114fbf7ca7c36e5684e2bfb0493b97768d17d63e47eeb5fbc8bc1ecb5fc6984657b4b7fa20fcfed07c97bb90feea3fbe43e9b7df56444eebe888e5cf76cc8bae5f685fb2a196cdb48dc1577d55d73d7a1492cb181bbe16eba5beeb664aa1d5d76dd3d77dfbe730fdc43f7c83d764fdc53f7acc95f2a2b6245465eebd6063df1a3b3e6cba5b9f24bf24f35639cbfabcbbfb7a738afcbbf9f7b3ae32dde8569689aba361773ccc57b8a3365e079892aff1bac18dba5cd5feea56edf958eb29e1774f9b6ca357b6eb8bd62a4d8cb532cd67e2a64f65c083f19f29982dc0ace67d4baff07fb94ba45d77323f79bbf665608147bd59e5cfbf1ec49aae53efc27ee2e2d66e2b837eeaddb71bbb22eafc69664aa9e7120eb5d495f2cec0be7c67d959cb6e2f6dd8179d5c8819be7afa166adfa7dbf1377ea995efd2e3551bf2d09fcb5eab99eb7c85fb650195d5bb53e2f578c75defc14311671d5d2fcd305c57ca65fcce79e2ecbe2d2274278be1778a19b7a91177b89d95df0e7c5b8fa1d4d937feda58d3321daa735cf3d55bd58669ce11c7a99977b85577a9577e72d3fe76c49f11e743d1ef5df9ef4df9e3fef2f4dfef25ebc575c616549c6fcf2733733a8a8a9917aabde9ab7ee6d789bde96b7eded7835932d2bef3ed5ab5bb1e7ed7b07dea1f7ea1d79c7dec9dc5a74599ed852de5ae23fdffcd5535e4e995d8e5a45cc67f13ebeaf6ffd05ad45f14ebd33efdcbb50684bf2d84bcdb388c1b6bc4be3d8bbf2aebd1befd6eba8ace725fce575dd9dfa2d70dea07e17208a31e32f6f5cbf03d0377dc3b73ee22ff345f2d79de2afb772e5d5ffbee37f0773cf272ecf3d556b455ff876f3b7bef30e7f3572e68dd989102d4d535fc79dd3079ae7af7cf04cb5be86e7fbadba059fef5f1fe3dc8ffc58e1c4c3cacf4f4debf35e32e32f3ff3735ca1f0cb86ba75df38cb6676b6389f7a9ea8b263ecf8957fd7ee27ffde7f78e704e16c79d1bf7ef49f1ad77af65f7474b7b7b08f395edc3dffe6af4ff19750fcd57c8aaa9e89d76656f8bbede0bffa2bfeaa53ca76afc8f195c99abd1877b66f8efc35e3cc5ff737fc4d5fae0cfd6dd992a5fce5efd4d197bfab990bfce5eff9fbfe817fe81ff9c7fe897fea9ff9e7fec5e7f8ab7126c46c17b155def1bfb6bef5962eaf568cfe65fbb75ea4ffbdbff0fcd7476735cbd9498fa7ab85d39a9f8d4f9e66a3af319717f243fc75e3dfe2571d8511573a81dffbc448d031babe77df1fe05f437fd450e6df3a5d9c4f51c15324fed89f2ceb2b7f8a13353f5df89781d9be5260bc9147662baf9dc561584f7ef3d74ff017ad1eeb75c4e9ef720e5a600522b0c5aa215727c6aa8cbfec7aa43966e0046ee0057e100461100571902ce7af200d327727c899b76c2f288232a882bbe03e78081e83a7e03978a9d78fc16bb012ac066b4dfe3253cb7d87bf969f2eaf4ab01e6cd445fbef66b0156ccbb2b3e4448865a73577cd6eb01b20f3d4dbf4ed603f3868f8f17e53976fac174543995fc8d9d3b5395c722ac4274f84688dcaa3e0d87b0c4e8253affc11fe92fd7aa6af711e5cf0ca2fb8fc7014b432e6f535aef4bfae3f54e6f97d59fae9f3e026b8d5bfef04dda017803ffcfb60a035e04f95866d86c12818eb964d82e99213cf1b676fb6cea918852615be5a68a8ddc77afff19bbffe41fc155aa108edd031d6a50d9eec49e8869e7711fa6110866114c66112a661a6fc60097f857958b83b611956dec87a0aefc27b35e7ca22d90bfc153e848f357f854ffe59f81cbebcc75fe16bfdae45f0d7fc59368bbafc9ea93316c2950f94f925674284abfad76bf5fa305c0f7426bd73d0ca359ecf80e1ccd3e6f97632d6d2d7db78fb54888f7a643642c34d3fd1fdb4156eff60cfeef05542bedede0723607e87fa74313a09f75b2ad74c994f5ada7ceb1cc050cf0be121e980e151887cf7f044ebbf9f2afa4aa7e1598dc373fd970b3c8d44abd9e69915cd15655be7d73bc68d78fb9bbf9afc45a770c4cbf9ebef6eb5f4f2cbf02abc0e6f8cb2b681390e6fc34ed80d7b613f1c98e7e1301c85e370a2cee098f1d740f3d73432dd9d481a48ecc8f63654d8197ff947911589c88e9cc88dbcc8ff247fbd7556f35cee29fb5f14cc2bf38df728be91bd1541258a2213ca7ca4b319dd5c3f4fdfcc3d9d3ff7744e99d7a3e1f6e7f54cdda2c439fc959e8dd248ab45ea7a7954bce3fd33ee6a28f38bfc154ca2529f42dc3c1b60075a17eb5e94dfa87630a20a35b88beed95211ae1d3d464f3f92c5a85bf34c38d28c16bdb69e3099d7e4daa758e85c59fdeb15ac2c07dffca5f86bf4cfe02fe9e7abd15ab46e04b50dacf36823da8cb6a2ed6827da0d9ea2bd683f3ac019424bf8cb194af63af44cb96e2cdabb4833fe0a9ea3a3e8d89b4627d1a9e4afb365fc159dd7fc653e127f4517d1a562af656735cfed266affbbfaf1b72872ee6274cdca7ca433e9a3db254f48b4df3fb7e4ace6197ffd7c7fe81a747eb967f56e6a5dbc07ede9cb729b9b39f37a85b8c85fb25e3dd5c3bb8acd9b27a4d0e9f15bb0d3cc52771194fba83fb35434e0ebd10ec30f5b6748d889f45f464b7745dbd162f39dcb4a1fe35fcb787ba475ce6ffefac7f057348e26d134ae15ceda0671fdeadb5818ddd88e1da35451f8ce5bfc15bbee4eecc5be37725fe777c189bfc2491cc4a17b1847711c27be1179711a67f3fc15e7d1795c980fe6635cc6557c17dfc70f6fbc45b1fd5cb58cb5d8ffe2c74fbe45b1a1cac75053e2677e5222d60ce4ed2d9c1bf889b7287e257f31dffc4af1f48a367e5d60abf9f39af9ace6c613b233d68a573cc4baf16abcd67a8673f1fd2173968aa1bac71b334bc57aaf23defa19ebc4db0b7fd969af7d1b67b8ce3f2dde78ab96fef52e3cfb9bbffe51fc651af15ebc1f1fd813a38ec8533b8f0fe3239c41fb2e7fc5c7f1497c1a9f7923ebc2301adc65da1bb3f82b3eaff3bfe28bf832be8aafe39b3875ac367f99459cc7b77127eec6bdb81f0fe2613c8ac773ccf5e65b14b5ff4d3e788b623b635ea9f21ec650cccf783989d67313c3689f32ffa9b7287e257f0567bfdeb789cea84dc47cee72235b7e36d279e5050d5c73e95662274e82674d13afb1ff3aff74c1eccd47da52ba0efecc5289668e24fc19ebcc2c3cfb8bb1ecb49ef63301a48f6dc2af6343476f49a49f17ffe6af7f147f492f8fc59dbf2e5b796a644992a449f6317ff987495ee7d87ba3a4f02e66ec25927a17d21c327f25a5e724557257f357721fd9719a3c107f258f6662a6c9935924cfc94bf29aacb86eb29aac25ebb19d6cbcfbe6ea8632cffee75effc85b14a9cb395b22d9e47822d9d2febcdd789abe9977da7e9a7e4ee5fa4afefa956ba05f77121d3f257bc9be317f56f36c95357b23d92c076177962d9a1cd4fe9f1c6a7cd478ae24d199d955e31d170d66e7dcb3e47866a9e4e4d7e2af37f86b714ddc3ebd804f57d69edde0afa97ef6e89bbffe51fc55ef3c5a0fc9a9dbb5ce93b3e43cb9482e3fe2afe42ab97677921bc95fb7f213b097f5203b5df257d2d1fcd595fcd563fe4afa92bf0633fe4a86c953324ac6c92499a6a63477965aa948edd4597aee69fb44083a7b6bc65f6ff5453b67be7172518a7822f558e34a75c6681a34ce6a9ecb3b7d5b994fb07f99fe504cd12e5fc65f56aaa30b552769fab91321d61bda10ed23268d67ab3d439fed215757323a49d3143b02693ef76449f30d17a7f3b64ac15f6939ab5daab5b59fd3bf96f157cba317153e66b03335bee9ed167abf46f1d7f89bbffe99fc25fde9cee9a7f7e943fa983ea5cfe9cbfbfc25c6e9abbb93ae7846ba6aeb7d47ebdc3856f1d8c87d61fe4ad73c275d67fe922bc834dd98f197314e37d3ad743bdd71d6d3dd742fdd4f0fd2c3f4283dfeec5b14dfe1afc533bae7ceb94d1103a4a7ac36a73a6b2a3dff99b728a617f8f5077956ef959fe5aff9119b421b8c921499b0e94d6b8d388bb5668af6dc33385c17c7236d28d5ebf5b4b384bfea5855bf616c66ab14b34c5aa43a7b36450658f4f8f9e701965be733f6d20cb6703ebcf69ffc9bbffec9fc552bf9e9201da6a3749c4ed2e9fbfc9599ee4e6664963792eb4e5e3bdade65fdce0fb16b1c0705f357263c277861fecaecccc9dccc23feca7c639c05599845599cc9d02bcbb23c2bb232abb2bba5a7352f39ab597befbed9cc959f9d0bf1ce59cd99ce37cdea75d443f6e8685526386c3c63fde937c07ad869cb9eb21f78cab05d7e9cbf16564c72b594bd64d84dc8563228505e99adbd715633bf8bcc689fd63c67dd5eb69e216338db54f69ce7afa56f48ccf4aa3c83ea9eedb825feb2fbabd6f99cbdbef9eb7f3a7fd138c8f62493ecbfaf7f650792bd0eb3236f941dcf942fb7eb94f8b72f3f39e1fc89ecd43dccce347f9d4bfebaa8f92bbb24fe3206d995e4afebec26bbcd3a5937eb65fd6cf0f669cd6d85ab31c216dea2488d5a38a15b9fd59c0dfd488fec5136ce1acfb8a80cd496caf5190b66531db11c798fb9a9ca0ff6c28ff29766ae862e9f5bb9a0abe4761d73e5c813c8dddc9bcb4e5f3cabb97102cd62749beb15761e7c96bf4ccbd33b997998f6f388d7d9fe7dfe43abc76ffefaa1f6fd0bf9cb7849eff43b3097f2579ce4497c9aa7dec85e937fd1fc653fcf9048f28cf92bcfdd433166feca8bbccc2be6affcaee62fa36ff4b2ebfc3e7fc81ff3a7fc397fc95f3f71924d8bbfe8c4d3d69910f36f736a9f73abcee1ca673b8634ba5667a3e167b24ff335af6c5ff1c7f3207e8cbf16f24e95be95ebe704f37a0fa2cc37b95ef9d6dc59cd16ce759b3fedb4dfb46e83bfb673ec4ae6bbf9dee7d68fd22efbc9eebc5dd475af7ed447bff9eb07daf7afe42f59b377f9cb1ce60761991f7a23396def3163e5321aabf3265431b2e3fc58f3d7897b989f327f999761949fcdf8cb18127f19dd9abf8c9bfc3cbfc85f8c8bcfbe4791fd2fde9d7b2fc65e2bf734d3b9a7ad736ef3cbfcaa399e72fdcc747ef37336cc6fe7c7e857f3d7525d9a73b7d47e62dee1b832eff259cd39b828efe703fd16c5f9939adf9c1d1aea623f1f6a1b8d5a2743bda9dfd77e9e8ff3b927b8b3d71f67af1fe3af054b7debf7dffc55f3d7b430bd517e247fc2b157601bf96174663faae8ebce1b1506f39779ed1ea60f8555f35721e2b4b00b67397f19b773fcf5217b355638796b95d83813e2fdb728166ee115be1ff9f7455084997e02a8887ed68a455c247eeee95cd65fe7af37b2e55fe7b80b79a7455a6097b0c88b829f9929ca023b7ec55d715f5ff6c3b728b6777711011be7c54381acd8e2a9782e5e8ad762a558c5d950cdfc89b93c9362ad58f753afcafb5e516c149bc50fe54dbc6d9de65f3eb4d4ccb30bca00fbe6af7f1f7f15db32d63ad7d156640ec48a378a0c775cec047ea14ed229f688bf8afd02e7af8aa3e2305895fc75541c7f1d7fc1ce16d4e4763e65a57320e64fba7de39cdb42672505177f776fe81e693edfb3785a73332f7376c63cef28fafaa9e5e6c9f2b377922d3b9db4b95eefb4caad799bbf16a7c55971eeae1717c56571555c1737c56dd129bafe5ad12bfac560eebd594bf37c7f6c55fe8596e2ecaf42598934405200cdeffcd57f0b7ff9ebdec838d2ca972756bd5172539fbdcaa7e814c362548c8b49312dcdd2a8f9abb4dc557a7ea814a5fd3e7f19978abf3eb672f3946e579ff341deb681ccd3656f51d45141e9946ef4c4ed2fbd12ea74b29b7e784ed65fd41f3365be9949dece3eadde78ffab5a23b6de8631ff0ec5796f6ef316edfadea0d07ef075362803e3aa0ccba88c335126655a66c1439997853d28cb9ac31acf86ce9ff2df9a35fe344bcd3f41d4b454fbeda7cc5eb3773b7cf3d7ff78feb2ef2543f1e9bf61785f677c95557957dec76775466bf9503eba3bc5b07ca2f357cbe7f2a57cb5ee6bfe2a57ca55cafffa42fe9ae552260bb994cff3fb88cd52aed9bbe57ab9e177cbcd72abdce6e8abdcf92dfa62f14488f69b5fdbef549fc55c7c6edf3265fe3d7b3273cd58ab66ac3afbaecec2abb3f1cecdf372b7dc135be57e79501e9647d959795c9e94a7e559795e5e949765514762ade7dcef1657ed337deccb6cf59ea59a27f12fbc7d5e73fce89bbffe1dfc650eea35a23906831d4bc6ba0acbf2babc495fcbdbd87377e4ff77dc099d1f5d76cb9eb352f6cb41392c47e5b89c7c2d7f19744af7ccd79aa7743f1b2fefad586afe5a2c5e11fe9436f305d69fd76e5e8ca6323f63ad7ce15c98f7dfa1f8b12dbb0df622e662d6aa3389cfd473f3f5131127e5b49ca6c3ca141b595919955589caae59cc3ea99c32ad5cb99e7c2d6e5bef072c5bef5d7a6acc2a0b33ca4f95f9b333ce1acf43354fb56e5b6ab6ae6eea80dffcf52fe0afd00faba0b42f8c2828bd51e5557e15d4edaec22a7277cabb2aae127754a55556e55551955595ac5777ae53dd570f7c7ece9fc05fcdb70cb44ee97eabc5cbf82b7a8cde78aff49f64f1656af3e2fb86f91d8aed3360e6df59d13c65f46d65bead7175e7b8eb1adc75a178eb4cf1d6b179641eaa370bc8523d564fd573f552bd328be54ff979b552ad9671b5565c0649b5de7a77dce293f0f47ed365efaef9b1323b3fe3b961295e253695c0e04d4b8de622d46ffefa1fcf5fd54631f24622b11f6c333ff4faee69b5492dafb6aaedfaff93aadaa976e9fd8fd59ed131ba46afda3757ab83df89bf1cdfcbaac3eaa83acefbc95e75529da697d5179cfbf0696bafcc8dc4d5d6a9094dee9a3bf7056b9fd97b761675f9f795f925dafc027735996bdfdc337775d9abceabc7d4a92eaacbf428bba8aec4561047c7f945755dddb8ebd5ed42d670fb8c8ae6691eb33760fe78e1dfbf65a99912f8594b7df3d7bf80bfdccdaa5375a1d59be55d582ccef0c645d5abfad5a01a5623e22fc9538df76f7f317fd15b9e76147f952dfefaf2bdae2fb3f547a7d9f08a719ebb669af364ee2dd5efbd7f7a9eb76e5bfafc4ce97a8bbb76708277eb54b6d429a7d5383d2e77ab4935bd33ef0ce3f2ce0aeef0d4d6dbe7ecdce9f3c17ebdf07b90deb2d4e21b3cdeb6d4377ffd0bf8eb4eb81bf169fdfcb6370acb3bdbdd58c65f9287ae8c6be346f2d2377f2d5a9a559b56e6bcd17c076c735fb1fd3e0a1e916faf1097b3d7e2be22f3d69556e897c75d357b6d354ef46606a393d9f874a36bf3267f352eee1cc502b3cc167edfc98cc32893785d9dddf3ab65bdf51ea4794b35df1bffb1a5bef9eb5fc05f751b33f3ce0df2d88bcc3b6fd9787997bffecffffa8fff0ba47afcd5</data>
    </image>
    <image name="image2">
        <data format="XPM.GZ" length="407">789cbdd0b10ac2301006e03d4f71245b91d628968af80882a3200eb9d3a043975a0711dfddfc4d1bd217f06ec9c74fee48aa824ec70315957af6ae7f08c9dd75545c5f6dfb3e5ff61fa5ad25bba50d59bd509a49c82c43790f0ad8ac1b1be9c01baa060de86b182c23fd6aa4493ddc2d53a79467a9b064a930074f2904c7340a1e529e2a4d0ee77c7260bef76fa9e3f97bc7dff8eed40f2c7c5edc</data>
    </image>
    <image name="image3">
        <data format="XPM.GZ" length="407">789cbdd0cd0ac2300c07f07b9f22b4b7229d551c1be223081e05f1d0448b1e76d9e641c477b7e987732f6002851f7f12482b0dc7c31e742586d18d7702bab91ef4e5d175cfd379f712d25ab02d6cc0ca859008046a19ca7b26319b7563131df3ca553315d3d76ca649f4ab4cf5ed386b42637c4b8a88bf69e0ff532c9552caa23c4b596596a2a6cdc4d9b4d9e0fc5e33bbb7fcc67b2b3e84615edc</data>
    </image>
    <image name="image4">
        <data format="XPM.GZ" length="843">789c55cfc96e83301080e13b4f61c12daa1c0c2402553d64bd55eab152d5836d20380959c95af5dd9bf18c55c73e7dfa3d06f77becf3e39df5fac1b1939dd14c37f2c07ae5a96d6f5fdf6f3f41280413054b3326c29720344cb3287eacba06ce8919b2b6cc638d6c802216545796b9a0da029338a1bab52c921c7907a6c2718f4ce9bb47cb22a57a0166c2f184cce87009ccd35c20a5a5ca07c819b1406a6091394e8925b2b2d4055d3521d25563221d5e0065e6ea1229697644a4bab6d48e37a2446e802a9315f28a5409726759aa21f24ca4d903500f14cd7696a5a6c30a58c11a0223603d040339b24e8891dbd2ce72dabaf46b55fb75d118af2e57c6fcd7756b8c51ae6eb60f194e75b707b97a385a51ed4e28aae78bf12bbfeefd1af1dbddaf8a8f5abf467cbcf2abe293c6f8ffcca7b5797aef6cfef45e5ecaf0f735f8034dd1cdc6</data>
    </image>
    <image name="image5">
        <data format="XPM.GZ" length="781">789c65cfc16e82401405d03d5f31c11d6994013490a60b946d932e9b345dcc0ca08ca2288862d37faf6fde43b15e369cdc3b439838ecf3e39d3913ab6e445328a656e2c09cf45896ddd7f7db8f65f38871ce7c8f71fbc5b235536ce45e93e7c03931407686a1ab902d90bb9cdada30e4d45640cff5a82d0d232f4416409ffbf4a1cc30f2a9cd81010fa88d81a11f72646228c329f24c8c900b6014f43c1253e4c5504574d5814857ed88343e0145d0b70d52d0d90d91dabda1eab9220ae4162803912153a4f4906bc354ce9092486797403595745619a68ac602984166c011309f81816364ee11474f8fb9638c8f54fd9b18acd32c5f3eaf5785d6d9faff7a53ea6b8aede37a576993723f5c1f6a4da99afbfad8ea5bea53bf3e777a90f682eb78ae1fd22dcc3a8993f8fe87a0c4fe7db5fe006646c202</data>
    </image>
    <image name="image6">
        <data format="XPM.GZ" length="781">789c4dcd4b6f83300c07f03b9f22825b35b50468059a76e8e33a69c749d30e712085b6f441a1af69df7d387656924b7ef6dfce64243e3fdec568e29d5bd5565ae85235629477757dfffa7efbf17c990929451c09e9bf78be115a04617f8c41ae9909b1b04c434dac903294dcdd59a692bb07641446dc6d2cb3282576c858c6fcd1cd328bb93b472632e16e804ce35412c796904e891b6646cc9159e25833736269a9335e7564f2aa3393c35ba44a5c774f543c7b6172f764a91def4c456c9190a882b8204244bc5ae63023ae983cfb40ea29f0ecd232d71cd6c802cf0ca99066864602d144c471d05f05eea2ec8ebcdf3d3cebc00eabb21a568b0dd834e8edee59ad6ad09406b53fb8eaeed89bd3a04f0d550f67944b836a3bac3617abff34e8ebcd98ee4eef671ad4637e5bf07b9006bd5cb9d7303db8feefabf707ec45d27f</data>
    </image>
    <image name="image7">
        <data format="XPM.GZ" length="843">789c55d2c96ec3201006e0bb9f0225b7a84a8c4d225b550f596f957aac54f500d8e33889b3ef55dfbd1e66dc10387dfa191810bd8ef8fc78179d5e7038ea6369859debbde864a7aaba7d7dbffd042d29854c45ac846cbd042d1056b4c37a00202d53110bc724b4c4122943c9e9d231919c56c8288c38bd3ba65142dc2063d970478cf9dc8b631a737a402ad9f04454bcb88d4ce24412bb8e26e91333664a9c2153d570cecc8853479bf2560b266fb562f2e20952ab261d1335d7ae999c8e1c6dc32d53138748a3744edc134d44bc396666403c226ddf70ed95c9b567c7ccf2e21c99e318200d120668a4264244ecb6b5e1e91ed6663aa7e95228e67e0a502e1e69dd0d2c57ff69dd0d40b5f65380cdd64f01767b3f05a8ffa897c2e9eca797ab5fbbbbf93bdf87feb9d5c8eb199663bfe772e2dfa8983edd77963fddd73c5ee3f735f8035671dc26</data>
    </image>
    <image name="image8">
        <data format="XPM.GZ" length="375">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232b45430345430553054d2e15202ca2b281b00415a1a889b04e25a185b1842b889206e2a089881b8ca206e9a19880fe2ea41b8694650ae3206049ba1078249c9101a0ce1aa939293b1a8068a62510d12450098ea6434805f352eb371b90497bbd17c596bcd05004d055b3a</data>
    </image>
    <image name="image9">
        <data format="XPM.GZ" length="375">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232b45430345430553054d2e1524a52485650360082b434103719c4b530b63084701341dc54103003719541dc3433101fc4d58370d38ca05c650c0836430f0e939221349aea24a03836d54910f510d549c82019a63a090de0578dcb6c822ec1ee6eb82f6badb9002f925b0c</data>
    </image>
</images>
<connections>
    <connection>
        <sender>TVStandardOutputCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>TVApplyChangesExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>LcdModeCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>AdvancedApplyExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>InitialConfigCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>PerformInitialConfig</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>PowerPlayCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>AdvancedApplyExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>ScreenOverlapCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>ScreenOverlap</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>FireGLWorkstationCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>AdvancedApplyExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>FssaCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>Fssa</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>ScreenLayoutCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>ScreenLayout</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>PowerPlayCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>PowerPlay</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>SwitchBackToFglrx</sender>
        <signal>toggled(bool)</signal>
        <receiver>SwitchBackToFglrxExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>FssaSamplesCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>AdvancedApplyExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>FastThreadedLocalStorageCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>FastThreadedLocalStorage</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>TVStandardOutputCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>TVStandardOutput</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>VideoOverlayOnCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>ScreenApplyChangesExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>ScreenLayoutCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>ScreenApplyChangesExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>OverwriteExisting1</sender>
        <signal>toggled(bool)</signal>
        <receiver>DoBackup1Exec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>PseudoColourCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>AdvancedApplyExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>TVSignalFormatCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>TVApplyChangesExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>DesktopSetupCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>ScreenApplyChangesExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>FastThreadedLocalStorageCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>AdvancedApplyExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>FssaSamplesCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>FssaSamples</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>VideoOverlayOnCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>VideoOverlayOn</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>UndoXlibmesa3dSwitch</sender>
        <signal>toggled(bool)</signal>
        <receiver>RestorePreFglrxKonfExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>RestorePreFglrxKonfConfig</sender>
        <signal>toggled(bool)</signal>
        <receiver>RestorePreFglrxKonfExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>VideoOverlayTypeCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>ScreenApplyChangesExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>FssaCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>AdvancedApplyExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>RestorePreFglrxConfig</sender>
        <signal>toggled(bool)</signal>
        <receiver>RevertToOSSDriverExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>ScreenOverlapCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>ScreenApplyChangesExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>FireGLWorkstationCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>FireGLWorkstation</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>TVSignalFormatCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>TVSignalFormat</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>SwitchToXlibmesa3d</sender>
        <signal>toggled(bool)</signal>
        <receiver>RevertToOSSDriverExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>RemoveXorgBackups</sender>
        <signal>toggled(bool)</signal>
        <receiver>RestorePreFglrxKonfExec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>TVApplyChangesExec</sender>
        <signal>toggled(bool)</signal>
        <receiver>TVApplyChangesExec</receiver>
        <slot>setDisabled(bool)</slot>
    </connection>
    <connection>
        <sender>PseudoColourCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>PseudoColour</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>InitialConfigCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>InitialConfig</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>OverwriteExisting2</sender>
        <signal>toggled(bool)</signal>
        <receiver>DoBackup2Exec</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>LcdModeCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>LcdMode</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>DesktopSetupCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>DesktopSetup</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>VideoOverlayTypeCheckbox</sender>
        <signal>toggled(bool)</signal>
        <receiver>VideoOverlayType</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>TabWidget1</tabstop>
    <tabstop>PerformInitialConfig</tabstop>
    <tabstop>TVSignalFormatCheckbox</tabstop>
    <tabstop>TVSignalFormat</tabstop>
    <tabstop>TVStandardOutputCheckbox</tabstop>
    <tabstop>TVStandardOutput</tabstop>
    <tabstop>TVApplyChangesExec</tabstop>
    <tabstop>VideoOverlayTypeCheckbox</tabstop>
    <tabstop>VideoOverlayType</tabstop>
    <tabstop>VideoOverlayOnCheckbox</tabstop>
    <tabstop>VideoOverlayOn</tabstop>
    <tabstop>DesktopSetupCheckbox</tabstop>
    <tabstop>DesktopSetup</tabstop>
    <tabstop>ScreenApplyChangesExec</tabstop>
    <tabstop>CancelExec</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>
