plasma-framework/private/publish.ui
Panagiotis Papadopoulos f6ab4863fb Checkbox labels do not need a full stop according to KDE HIG
svn path=/trunk/KDE/kdelibs/; revision=1049572
2009-11-15 13:41:00 +00:00

59 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>publishWidget</class>
<widget class="QWidget" name="publishWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>394</width>
<height>131</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Sharing a widget on the network allows you to access this widget from another computer as a remote control.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="publishCheckbox">
<property name="text">
<string>Share this widget on the network</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="allUsersCheckbox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Allow everybody to freely access this widget</string>
</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>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>