1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>publishWidget</class>
4 <widget class="QWidget" name="publishWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>394</width>
10    <height>131</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout">
14   <item>
15    <widget class="QLabel" name="label">
16     <property name="text">
17      <string>Sharing a widget on the network allows you to access this widget from another computer as a remote control.</string>
18     </property>
19     <property name="wordWrap">
20      <bool>true</bool>
21     </property>
22    </widget>
23   </item>
24   <item>
25    <widget class="QCheckBox" name="publishCheckbox">
26     <property name="text">
27      <string>Share this widget on the network</string>
28     </property>
29    </widget>
30   </item>
31   <item>
32    <widget class="QCheckBox" name="allUsersCheckbox">
33     <property name="enabled">
34      <bool>false</bool>
35     </property>
36     <property name="text">
37      <string>Allow everybody to freely access this widget</string>
38     </property>
39    </widget>
40   </item>
41   <item>
42    <spacer name="verticalSpacer">
43     <property name="orientation">
44      <enum>Qt::Vertical</enum>
45     </property>
46     <property name="sizeHint" stdset="0">
47      <size>
48       <width>20</width>
49       <height>40</height>
50      </size>
51     </property>
52    </spacer>
53   </item>
54  </layout>
55 </widget>
56 <resources/>
57 <connections/>
58</ui>
59