2009-09-02 04:27:16 +02:00
|
|
|
<?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">
|
2009-10-19 15:29:29 +02:00
|
|
|
<string>Sharing a widget on the network allows you to access this widget from another computer as a remote control.</string>
|
2009-09-02 04:27:16 +02:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="publishCheckbox">
|
|
|
|
<property name="text">
|
2009-11-15 14:41:00 +01:00
|
|
|
<string>Share this widget on the network</string>
|
2009-09-02 04:27:16 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-09-04 02:08:22 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="allUsersCheckbox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2009-11-15 14:41:00 +01:00
|
|
|
<string>Allow everybody to freely access this widget</string>
|
2009-09-04 02:08:22 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-09-02 04:27:16 +02:00
|
|
|
<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>
|