~neon/kdenetwork/trunk

« back to all changes in this revision

Viewing changes to krfb/krfb/ui/manageinvitations.ui

  • Committer: uwolfer
  • Date: 2013-06-08 10:12:41 UTC
  • Revision ID: svn-v4:283d02a7-25f6-0310-bc7c-ecb5cbfe19da:trunk/KDE/kdenetwork:1357331
kdenetwork has moved to Git

Show diffs side-by-side

added added

removed removed

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