mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
35 lines
875 B
XML
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>
|