<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>SourcePrefs</class> <widget class="TQWidget"> <property name="name"> <cstring>SourcePrefs</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>203</width> <height>127</height> </rect> </property> <property name="caption"> <string>SourcePrefs</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <widget class="TQLabel"> <property name="name"> <cstring>descriptionLabel</cstring> </property> <property name="text"> <string>description</string> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>hBoxLayout</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>nameLabel</cstring> </property> <property name="text"> <string>Name:</string> </property> </widget> <widget class="TQLineEdit"> <property name="name"> <cstring>nameLineEdit</cstring> </property> </widget> <spacer> <property name="name"> <cstring>spacer8</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>taskbarCheckBox</cstring> </property> <property name="text"> <string>Show this source in Taskbar</string> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>hBoxLayout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer8</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="TQCheckBox"> <property name="name"> <cstring>nameCheckBox</cstring> </property> <property name="text"> <string>Show name in Taskbar</string> </property> </widget> </hbox> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>tooltipCheckBox</cstring> </property> <property name="text"> <string>Show this source in ToolTip</string> </property> </widget> </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> </UI>