kde-extraapps/kdeplasma-addons/applets/leavenote/widget.ui
2015-01-15 17:07:43 +00:00

35 lines
875 B
XML

<ui version="4.0" >
<class>leavenoteConfig</class>
<widget class="QWidget" name="leavenoteConfig" >
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<widget class="QCheckBox" name="useKNotesCheckBox" >
<property name="toolTip" >
<string>Use KNotes to create notes if it is installed.</string>
</property>
<property name="text" >
<string>Use KNotes</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>52</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>