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 <property name="margin" >
22 <property name="spacing" >
25 <item row="2" column="2" >
27 <property name="orientation" >
28 <enum>Qt::Vertical</enum>
30 <property name="sizeType" >
31 <enum>QSizePolicy::Expanding</enum>
33 <property name="sizeHint" >
41 <item row="0" column="1" colspan="2" >
42 <widget class="QLabel" name="TextLabel2" >
43 <property name="font" >
49 <property name="text" >
50 <string>Welcome to KDE Desktop Sharing</string>
52 <property name="wordWrap" >
57 <item rowspan="5" row="2" column="1" >
58 <widget class="QTreeWidget" name="invitationWidget" >
59 <property name="sizePolicy" >
61 <hsizetype>7</hsizetype>
62 <vsizetype>7</vsizetype>
63 <horstretch>2</horstretch>
64 <verstretch>0</verstretch>
67 <property name="alternatingRowColors" >
70 <property name="rootIsDecorated" >
73 <property name="allColumnsShowFocus" >
77 <property name="text" >
78 <string>Created</string>
82 <property name="text" >
83 <string>Expire Time</string>
88 <item rowspan="7" row="0" column="0" >
89 <widget class="QLabel" name="pixmapLabel" >
90 <property name="sizePolicy" >
92 <hsizetype>0</hsizetype>
93 <vsizetype>0</vsizetype>
94 <horstretch>0</horstretch>
95 <verstretch>0</verstretch>
98 <property name="minimumSize" >
104 <property name="maximumSize" >
110 <property name="frameShape" >
111 <enum>QFrame::StyledPanel</enum>
113 <property name="frameShadow" >
114 <enum>QFrame::Plain</enum>
116 <property name="scaledContents" >
119 <property name="alignment" >
120 <set>Qt::AlignTop</set>
122 <property name="wordWrap" >
127 <item row="6" column="2" >
128 <widget class="QPushButton" name="deleteOneButton" >
129 <property name="enabled" >
132 <property name="toolTip" >
133 <string>Delete the selected invitation</string>
135 <property name="whatsThis" >
136 <string>Delete the selected invitation. The invited person will not be able to connect using this invitation anymore.</string>
138 <property name="text" >
139 <string>&Delete</string>
143 <item row="5" column="2" >
144 <widget class="QPushButton" name="deleteAllButton" >
145 <property name="enabled" >
148 <property name="toolTip" >
149 <string>Delete all invitations</string>
151 <property name="whatsThis" >
152 <string>Deletes all open invitations.</string>
154 <property name="text" >
155 <string>Delete All</string>
159 <item row="4" column="2" >
160 <widget class="QPushButton" name="newEmailInvitationButton" >
161 <property name="toolTip" >
162 <string>Send a new invitation via email...</string>
164 <property name="whatsThis" >
165 <string>Click this button to send a new invitation via email.</string>
167 <property name="text" >
168 <string>&New Email Invitation...</string>
172 <item row="3" column="2" >
173 <widget class="QPushButton" name="newPersonalInvitationButton" >
174 <property name="toolTip" >
175 <string>Create a new personal invitation...</string>
177 <property name="whatsThis" >
178 <string>Click this button to create a new personal invitation.</string>
180 <property name="text" >
181 <string>New &Personal Invitation...</string>
185 <item row="1" column="1" colspan="2" >
186 <widget class="QLabel" name="helpLabel" >
187 <property name="text" >
188 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
189 p, li { white-space: pre-wrap; }
190 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
191 <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>
193 <property name="textFormat" >
194 <enum>Qt::RichText</enum>
196 <property name="wordWrap" >
199 <property name="openExternalLinks" >
202 <property name="textInteractionFlags" >
203 <enum>Qt::LinksAccessibleByMouse</enum>
209 <layoutdefault spacing="6" margin="11" />
211 <tabstop>invitationWidget</tabstop>
212 <tabstop>newPersonalInvitationButton</tabstop>
213 <tabstop>newEmailInvitationButton</tabstop>
214 <tabstop>deleteAllButton</tabstop>
215 <tabstop>deleteOneButton</tabstop>