diff options
Diffstat (limited to 'src/sources/sourceprefs.ui')
-rw-r--r-- | src/sources/sourceprefs.ui | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/src/sources/sourceprefs.ui b/src/sources/sourceprefs.ui new file mode 100644 index 0000000..6d42984 --- /dev/null +++ b/src/sources/sourceprefs.ui @@ -0,0 +1,127 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>SourcePrefs</class> +<widget class="QWidget"> + <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="QLabel"> + <property name="name"> + <cstring>descriptionLabel</cstring> + </property> + <property name="text"> + <string>description</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>hBoxLayout</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>nameLabel</cstring> + </property> + <property name="text"> + <string>Name:</string> + </property> + </widget> + <widget class="QLineEdit"> + <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="QCheckBox"> + <property name="name"> + <cstring>taskbarCheckBox</cstring> + </property> + <property name="text"> + <string>Show this source in Taskbar</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <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="QCheckBox"> + <property name="name"> + <cstring>nameCheckBox</cstring> + </property> + <property name="text"> + <string>Show name in Taskbar</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QCheckBox"> + <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> |