plasma-framework/private/publish.ui
Rob Scheepmaker fb14be1caa Add a checkbox to the publication ui.
svn path=/trunk/KDE/kdelibs/; revision=1019592
2009-09-04 00:08:22 +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>Publishing 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>Publish 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>