You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kima/src/sources/sourceprefs.ui

128 lines
4.2 KiB

<!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>