* do not add a KStandardAction manually to actionCollection()
[kdenetwork.git] / krfb / manageinvitations.ui
bloba522798ce846c8330740d750b35c301877d5b054
1 <ui version="4.0" >
2  <class>ManageInvitationsDialog</class>
3  <widget class="QWidget" name="ManageInvitationsDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>550</width>
9     <height>337</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Manage Invitations - Desktop Sharing</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset/>
17   </property>
18   <layout class="QGridLayout" >
19    <item row="0" column="1" colspan="2" >
20     <widget class="QLabel" name="TextLabel2" >
21      <property name="font" >
22       <font>
23        <weight>75</weight>
24        <bold>true</bold>
25       </font>
26      </property>
27      <property name="text" >
28       <string>Welcome to KDE Desktop Sharing</string>
29      </property>
30      <property name="wordWrap" >
31       <bool>false</bool>
32      </property>
33     </widget>
34    </item>
35    <item row="1" column="1" colspan="2" >
36     <widget class="QLabel" name="helpLabel" >
37      <property name="text" >
38       <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
39 p, li { white-space: pre-wrap; }
40 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
41 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">KDE Desktop Sharing allows you to invite somebody at a remote location to watch and possibly control your desktop. &lt;a href="whatsthis">More about invitations...&lt;/a>&lt;/p>&lt;/body>&lt;/html></string>
42      </property>
43      <property name="textFormat" >
44       <enum>Qt::RichText</enum>
45      </property>
46      <property name="wordWrap" >
47       <bool>true</bool>
48      </property>
49      <property name="openExternalLinks" >
50       <bool>false</bool>
51      </property>
52      <property name="textInteractionFlags" >
53       <set>Qt::LinksAccessibleByMouse</set>
54      </property>
55     </widget>
56    </item>
57    <item rowspan="3" row="2" column="0" >
58     <widget class="QLabel" name="pixmapLabel" >
59      <property name="sizePolicy" >
60       <sizepolicy vsizetype="Maximum" hsizetype="Maximum" >
61        <horstretch>0</horstretch>
62        <verstretch>0</verstretch>
63       </sizepolicy>
64      </property>
65      <property name="minimumSize" >
66       <size>
67        <width>128</width>
68        <height>128</height>
69       </size>
70      </property>
71      <property name="maximumSize" >
72       <size>
73        <width>128</width>
74        <height>128</height>
75       </size>
76      </property>
77     </widget>
78    </item>
79    <item rowspan="5" row="2" column="1" >
80     <widget class="QTreeWidget" name="invitationWidget" >
81      <property name="sizePolicy" >
82       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
83        <horstretch>2</horstretch>
84        <verstretch>0</verstretch>
85       </sizepolicy>
86      </property>
87      <property name="alternatingRowColors" >
88       <bool>true</bool>
89      </property>
90      <property name="rootIsDecorated" >
91       <bool>false</bool>
92      </property>
93      <property name="allColumnsShowFocus" >
94       <bool>true</bool>
95      </property>
96      <column>
97       <property name="text" >
98        <string>Creation Time</string>
99       </property>
100      </column>
101      <column>
102       <property name="text" >
103        <string>Expire Time</string>
104       </property>
105      </column>
106     </widget>
107    </item>
108    <item row="2" column="2" >
109     <spacer>
110      <property name="orientation" >
111       <enum>Qt::Vertical</enum>
112      </property>
113      <property name="sizeType" >
114       <enum>QSizePolicy::Expanding</enum>
115      </property>
116      <property name="sizeHint" >
117       <size>
118        <width>155</width>
119        <height>62</height>
120       </size>
121      </property>
122     </spacer>
123    </item>
124    <item row="3" column="2" >
125     <widget class="QPushButton" name="newPersonalInvitationButton" >
126      <property name="toolTip" >
127       <string>Create a new personal invitation...</string>
128      </property>
129      <property name="whatsThis" >
130       <string>Click this button to create a new personal invitation.</string>
131      </property>
132      <property name="text" >
133       <string>New &amp;Personal Invitation...</string>
134      </property>
135     </widget>
136    </item>
137    <item row="4" column="2" >
138     <widget class="QPushButton" name="newEmailInvitationButton" >
139      <property name="toolTip" >
140       <string>Send a new invitation via email...</string>
141      </property>
142      <property name="whatsThis" >
143       <string>Click this button to send a new invitation via email.</string>
144      </property>
145      <property name="text" >
146       <string>&amp;New Email Invitation...</string>
147      </property>
148     </widget>
149    </item>
150    <item row="5" column="2" >
151     <widget class="QPushButton" name="deleteAllButton" >
152      <property name="enabled" >
153       <bool>false</bool>
154      </property>
155      <property name="toolTip" >
156       <string>Delete all invitations</string>
157      </property>
158      <property name="whatsThis" >
159       <string>Deletes all open invitations.</string>
160      </property>
161      <property name="text" >
162       <string>Delete All</string>
163      </property>
164     </widget>
165    </item>
166    <item row="6" column="2" >
167     <widget class="QPushButton" name="deleteOneButton" >
168      <property name="enabled" >
169       <bool>false</bool>
170      </property>
171      <property name="toolTip" >
172       <string>Delete the selected invitation</string>
173      </property>
174      <property name="whatsThis" >
175       <string>Delete the selected invitation. The invited person will not be able to connect using this invitation anymore.</string>
176      </property>
177      <property name="text" >
178       <string>&amp;Delete</string>
179      </property>
180     </widget>
181    </item>
182   </layout>
183  </widget>
184  <layoutdefault spacing="6" margin="11" />
185  <tabstops>
186   <tabstop>invitationWidget</tabstop>
187   <tabstop>newPersonalInvitationButton</tabstop>
188   <tabstop>newEmailInvitationButton</tabstop>
189   <tabstop>deleteAllButton</tabstop>
190   <tabstop>deleteOneButton</tabstop>
191  </tabstops>
192  <resources/>
193  <connections/>
194 </ui>