-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipodconversationrecorvermainwindowsapp.ui
278 lines (278 loc) · 10.1 KB
/
ipodconversationrecorvermainwindowsapp.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>IpodConversationRecorverMainWindowsApp</class>
<widget class="QMainWindow" name="IpodConversationRecorverMainWindowsApp">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>170</x>
<y>60</y>
<width>441</width>
<height>411</height>
</rect>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; text-decoration: underline;">Premiers pas :</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Pour commencer a utiliser nos service, vous devez choisir un fichier de base de données qui contient tout vos message.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Elle doit etre au format SQLite et il est preferable d'utiliser le fichier fournis par un Iphone, Ipod de derniere genration (integrant l'application Message d'Apple)</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Pour avoir se fichier il existe plusieurs facon de le recupérer:</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - Si votre Ipod/Iphone est Jailbreacké vous pouvez directement aller chercher le fichier dans le repertoire <span style=" font-style:italic;">&quot;</span><span style=" font-size:10pt; font-style:italic;">/var/mobile/library/SMS/&quot;</span>. vous rapatrier le fichier en question (SMS.db) sur votre ordinteur et le passer au programme.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - Si vous n'avez pas Jaibreacké votre Ipod/Iphone vous devez utiliser Itune pour rapatrier le fichier en question. Faites une sauvegarde de votre Idevice puis ouvrez le fichier de savegarde Itune. Le programme se chargera par la suite d'aller cherche se fichier dans la sauvegarde.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
</property>
</widget>
<widget class="QLabel" name="lableConvPres">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>201</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Conversation Presente :</string>
</property>
</widget>
<widget class="QListWidget" name="ContactList">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>211</width>
<height>491</height>
</rect>
</property>
</widget>
<widget class="QTextBrowser" name="ConversationView">
<property name="geometry">
<rect>
<x>240</x>
<y>40</y>
<width>531</width>
<height>491</height>
</rect>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;">
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
</property>
</widget>
<widget class="QLabel" name="labelContenu">
<property name="geometry">
<rect>
<x>240</x>
<y>10</y>
<width>321</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Contenu de la conversation :</string>
</property>
</widget>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>200</x>
<y>260</y>
<width>301</width>
<height>80</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>291</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Progression de la recherhes d'elements</string>
</property>
</widget>
<widget class="QProgressBar" name="Progress">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>261</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>29</height>
</rect>
</property>
<widget class="QMenu" name="menuFichier">
<property name="title">
<string>Fichier</string>
</property>
<widget class="QMenu" name="menuOpen">
<property name="title">
<string>Open...</string>
</property>
<addaction name="actionSMS_db_from_an_Itune_Save"/>
<addaction name="actionChoose_the_file"/>
</widget>
<addaction name="menuOpen"/>
<addaction name="actionUpload_File_To_server"/>
<addaction name="actionDownload_a_File_from_server"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Edit</string>
</property>
<widget class="QMenu" name="menuExport_Data">
<property name="title">
<string>Export Data</string>
</property>
<addaction name="actionTo_html_format"/>
<addaction name="actionTo_Xml_format"/>
<addaction name="action_2"/>
</widget>
<addaction name="menuExport_Data"/>
<addaction name="actionPreferences"/>
</widget>
<widget class="QMenu" name="menuShare">
<property name="title">
<string>Share</string>
</property>
<addaction name="actionTo_our_securized_server"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="actionVersions"/>
<addaction name="actionUpdates"/>
<addaction name="actionDonate"/>
<addaction name="actionHelp"/>
</widget>
<addaction name="menuFichier"/>
<addaction name="menuEdit"/>
<addaction name="menuShare"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
<action name="actionUpload_File_To_server">
<property name="text">
<string>Upload File To server...</string>
</property>
</action>
<action name="actionDownload_a_File_from_server">
<property name="text">
<string>Download a File from server...</string>
</property>
</action>
<action name="actionSMS_db_from_an_Itune_Save">
<property name="text">
<string>SMS.db from an Itune Save</string>
</property>
</action>
<action name="actionChoose_the_file">
<property name="text">
<string>Choose the file...</string>
</property>
</action>
<action name="actionPreferences">
<property name="text">
<string>Preferences</string>
</property>
</action>
<action name="actionTo_html_format">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>To html format</string>
</property>
</action>
<action name="actionTo_Xml_format">
<property name="text">
<string>To Xml format</string>
</property>
</action>
<action name="action_2">
<property name="text">
<string>...*</string>
</property>
</action>
<action name="actionTo_our_securized_server">
<property name="text">
<string>To our securized server ..</string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionVersions">
<property name="text">
<string>Versions</string>
</property>
</action>
<action name="actionUpdates">
<property name="text">
<string>Updates</string>
</property>
</action>
<action name="actionDonate">
<property name="text">
<string>Donate</string>
</property>
</action>
<action name="actionHelp">
<property name="text">
<string>Help</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>