Fix crash: fix wrong use of QMap's.
[kdenetwork.git] / krfb / manageinvitations.ui
blob3e53e4ee552dc6c4d5bfe22817329477d6cbb532
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>691</width>
9     <height>336</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    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="2" column="2" >
26     <spacer>
27      <property name="orientation" >
28       <enum>Qt::Vertical</enum>
29      </property>
30      <property name="sizeType" >
31       <enum>QSizePolicy::Expanding</enum>
32      </property>
33      <property name="sizeHint" >
34       <size>
35        <width>20</width>
36        <height>81</height>
37       </size>
38      </property>
39     </spacer>
40    </item>
41    <item row="0" column="1" colspan="2" >
42     <widget class="QLabel" name="TextLabel2" >
43      <property name="font" >
44       <font>
45        <weight>75</weight>
46        <bold>true</bold>
47       </font>
48      </property>
49      <property name="text" >
50       <string>Welcome to KDE Desktop Sharing</string>
51      </property>
52      <property name="wordWrap" >
53       <bool>false</bool>
54      </property>
55     </widget>
56    </item>
57    <item rowspan="5" row="2" column="1" >
58     <widget class="QTreeWidget" name="invitationWidget" >
59      <property name="sizePolicy" >
60       <sizepolicy>
61        <hsizetype>7</hsizetype>
62        <vsizetype>7</vsizetype>
63        <horstretch>2</horstretch>
64        <verstretch>0</verstretch>
65       </sizepolicy>
66      </property>
67      <property name="alternatingRowColors" >
68       <bool>true</bool>
69      </property>
70      <property name="rootIsDecorated" >
71       <bool>false</bool>
72      </property>
73      <property name="allColumnsShowFocus" >
74       <bool>true</bool>
75      </property>
76      <column>
77       <property name="text" >
78        <string>Created</string>
79       </property>
80      </column>
81      <column>
82       <property name="text" >
83        <string>Expire Time</string>
84       </property>
85      </column>
86     </widget>
87    </item>
88    <item rowspan="7" row="0" column="0" >
89     <widget class="QLabel" name="pixmapLabel" >
90      <property name="sizePolicy" >
91       <sizepolicy>
92        <hsizetype>0</hsizetype>
93        <vsizetype>0</vsizetype>
94        <horstretch>0</horstretch>
95        <verstretch>0</verstretch>
96       </sizepolicy>
97      </property>
98      <property name="minimumSize" >
99       <size>
100        <width>108</width>
101        <height>318</height>
102       </size>
103      </property>
104      <property name="maximumSize" >
105       <size>
106        <width>108</width>
107        <height>318</height>
108       </size>
109      </property>
110      <property name="frameShape" >
111       <enum>QFrame::StyledPanel</enum>
112      </property>
113      <property name="frameShadow" >
114       <enum>QFrame::Plain</enum>
115      </property>
116      <property name="scaledContents" >
117       <bool>true</bool>
118      </property>
119      <property name="alignment" >
120       <set>Qt::AlignTop</set>
121      </property>
122      <property name="wordWrap" >
123       <bool>false</bool>
124      </property>
125     </widget>
126    </item>
127    <item row="6" column="2" >
128     <widget class="QPushButton" name="deleteOneButton" >
129      <property name="enabled" >
130       <bool>false</bool>
131      </property>
132      <property name="toolTip" >
133       <string>Delete the selected invitation</string>
134      </property>
135      <property name="whatsThis" >
136       <string>Delete the selected invitation. The invited person will not be able to connect using this invitation anymore.</string>
137      </property>
138      <property name="text" >
139       <string>&amp;Delete</string>
140      </property>
141     </widget>
142    </item>
143    <item row="5" column="2" >
144     <widget class="QPushButton" name="deleteAllButton" >
145      <property name="enabled" >
146       <bool>false</bool>
147      </property>
148      <property name="toolTip" >
149       <string>Delete all invitations</string>
150      </property>
151      <property name="whatsThis" >
152       <string>Deletes all open invitations.</string>
153      </property>
154      <property name="text" >
155       <string>Delete All</string>
156      </property>
157     </widget>
158    </item>
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>
163      </property>
164      <property name="whatsThis" >
165       <string>Click this button to send a new invitation via email.</string>
166      </property>
167      <property name="text" >
168       <string>&amp;New Email Invitation...</string>
169      </property>
170     </widget>
171    </item>
172    <item row="3" column="2" >
173     <widget class="QPushButton" name="newPersonalInvitationButton" >
174      <property name="toolTip" >
175       <string>Create a new personal invitation...</string>
176      </property>
177      <property name="whatsThis" >
178       <string>Click this button to create a new personal invitation.</string>
179      </property>
180      <property name="text" >
181       <string>New &amp;Personal Invitation...</string>
182      </property>
183     </widget>
184    </item>
185    <item row="1" column="1" colspan="2" >
186     <widget class="QLabel" name="helpLabel" >
187      <property name="text" >
188       <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
189 p, li { white-space: pre-wrap; }
190 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
191 &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>
192      </property>
193      <property name="textFormat" >
194       <enum>Qt::RichText</enum>
195      </property>
196      <property name="wordWrap" >
197       <bool>true</bool>
198      </property>
199      <property name="openExternalLinks" >
200       <bool>false</bool>
201      </property>
202      <property name="textInteractionFlags" >
203       <enum>Qt::LinksAccessibleByMouse</enum>
204      </property>
205     </widget>
206    </item>
207   </layout>
208  </widget>
209  <layoutdefault spacing="6" margin="11" />
210  <includes>
211   <include location="global" >k3listview.h</include>
212   <include location="local" >k3listview.h</include>
213  </includes>
214  <resources/>
215  <connections/>
216 </ui>