2 <class>ManageInvitationsDialog</class>
3 <widget class="QWidget" name="ManageInvitationsDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Manage Invitations - Desktop Sharing</string>
15 <property name="windowIcon" >
18 <layout class="QGridLayout" >
19 <item row="0" column="1" colspan="2" >
20 <widget class="QLabel" name="TextLabel2" >
21 <property name="font" >
27 <property name="text" >
28 <string>Welcome to KDE Desktop Sharing</string>
30 <property name="wordWrap" >
35 <item row="1" column="1" colspan="2" >
36 <widget class="QLabel" name="helpLabel" >
37 <property name="text" >
38 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
39 p, li { white-space: pre-wrap; }
40 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
41 <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. <a href="whatsthis">More about invitations...</a></p></body></html></string>
43 <property name="textFormat" >
44 <enum>Qt::RichText</enum>
46 <property name="wordWrap" >
49 <property name="openExternalLinks" >
52 <property name="textInteractionFlags" >
53 <set>Qt::LinksAccessibleByMouse</set>
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>
65 <property name="minimumSize" >
71 <property name="maximumSize" >
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>
87 <property name="alternatingRowColors" >
90 <property name="rootIsDecorated" >
93 <property name="allColumnsShowFocus" >
97 <property name="text" >
98 <string>Creation Time</string>
102 <property name="text" >
103 <string>Expire Time</string>
108 <item row="2" column="2" >
110 <property name="orientation" >
111 <enum>Qt::Vertical</enum>
113 <property name="sizeType" >
114 <enum>QSizePolicy::Expanding</enum>
116 <property name="sizeHint" >
124 <item row="3" column="2" >
125 <widget class="QPushButton" name="newPersonalInvitationButton" >
126 <property name="toolTip" >
127 <string>Create a new personal invitation...</string>
129 <property name="whatsThis" >
130 <string>Click this button to create a new personal invitation.</string>
132 <property name="text" >
133 <string>New &Personal Invitation...</string>
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>
142 <property name="whatsThis" >
143 <string>Click this button to send a new invitation via email.</string>
145 <property name="text" >
146 <string>&New Email Invitation...</string>
150 <item row="5" column="2" >
151 <widget class="QPushButton" name="deleteAllButton" >
152 <property name="enabled" >
155 <property name="toolTip" >
156 <string>Delete all invitations</string>
158 <property name="whatsThis" >
159 <string>Deletes all open invitations.</string>
161 <property name="text" >
162 <string>Delete All</string>
166 <item row="6" column="2" >
167 <widget class="QPushButton" name="deleteOneButton" >
168 <property name="enabled" >
171 <property name="toolTip" >
172 <string>Delete the selected invitation</string>
174 <property name="whatsThis" >
175 <string>Delete the selected invitation. The invited person will not be able to connect using this invitation anymore.</string>
177 <property name="text" >
178 <string>&Delete</string>
184 <layoutdefault spacing="6" margin="11" />
186 <tabstop>invitationWidget</tabstop>
187 <tabstop>newPersonalInvitationButton</tabstop>
188 <tabstop>newEmailInvitationButton</tabstop>
189 <tabstop>deleteAllButton</tabstop>
190 <tabstop>deleteOneButton</tabstop>