-
Notifications
You must be signed in to change notification settings - Fork 0
/
afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel.html
531 lines (500 loc) · 25.6 KB
/
afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel.html
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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...) • Le blog d'Eskimon</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/hljs-monokai.css" />
<link rel="stylesheet" href="/static/css/style.css" />
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/static/images/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/static/images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/static/images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/static/images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/static/images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/static/images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/static/images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/static/images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/static/images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/static/images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/static/images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/static/images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/static/images/favicon/ms-icon-144x144.png">
<link href="https://eskimon.fr/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Le blog d'Eskimon Atom Feed" />
<link href="https://eskimon.fr/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Le blog d'Eskimon RSS Feed" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-46353906-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-46353906-1');
</script>
<meta name="tags" content="memo" />
<meta name="tags" content="Qt" />
<meta property="og:site_name" content="Le blog d'Eskimon">
<meta property="og:title" content="Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...)">
<meta property="og:url" content="https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel">
<meta property="og:language" content="fr_FR">
<meta property="og:type" content="website">
<meta property="twitter:domain" content="https://eskimon.fr/">
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel">
<meta property="twitter:title" content="Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...)">
<meta property="twitter:site" content="SITENAME">
<meta property="twitter:creator" content="@eskimon_fr">
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
<meta name="DC.publisher" lang="fr" content="Le blog d'Eskimon" />
<meta name="DC.creator" content="Eskimon" />
<meta name="DC.type" content="text" />
<meta name="DC.title" content="Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...)" />
<meta name="DC.abstract" content="Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...)" />
<meta name="DC.subject" lang="fr" content=" – memo; Qt" />
<meta name="DC.date" content="2015-09-13T12:19:00+02:00" />
<meta name="DC.format" content="text/html" />
<meta name="DC.language" content="fr" />
<meta name="DC.rights" content="CC BY" />
<script type="application/ld+json">
[{
"@context": "http://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel"
},
"headline": ""Afficher une image avec Qt (zoom, d\u00e9placement, redimensionnement, tool-tip, menu contextuel ...)"",
"datePublished": "2015-09-13T12:19:00+02:00",
"image": [
"https://eskimon.fr/static/images/logo.png"
],
"author": {
"@type": "Person",
"name": "Eskimon",
"image": "https://eskimon.fr/static/images/logo.png"
},
"publisher": {
"@type": "Organization",
"name": "Eskimon",
"logo": {
"@type": "ImageObject",
"url": "https://eskimon.fr/static/images/logo.png"
}
},
},
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://eskimon.fr/category/articles",
"name": ""Articles""
}
}
, {
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel",
"name": ""Afficher une image avec Qt (zoom, d\u00e9placement, redimensionnement, tool-tip, menu contextuel ...)""
}
}]
}]
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2080155902357792",
enable_page_level_ads: true
});
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-secondary-l40 py-0">
<a class="navbar-brand" href="/">
<img src="/static/images/logo.png" width="20" height="20" alt="">
Le blog d'Eskimon
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div></div>
<div>
<a class="btn btn-lg text-secondary" href="https://github.com/Eskimon" rel="nofollow" title="Mon profil Github">
<i class="fab fa-github fa-lg"></i>
</a>
<a class="btn btn-lg text-secondary" href="https://twitter.com/Eskimon_fr" rel="nofollow" title="Me suivre sur Twitter">
<i class="fab fa-twitter fa-lg"></i>
</a>
<a class="btn btn-lg text-secondary" href="https://twitch.tv/eskimon" rel="nofollow" title="Me suivre sur Twitch">
<i class="fab fa-twitch fa-lg"></i>
</a>
<a class="btn btn-lg text-secondary" href="https://www.youtube.com/user/Eskimon49/featured" rel="nofollow" title="Les VOD sur Youtube">
<i class="fab fa-youtube fa-lg"></i>
</a>
<a class="btn btn-lg text-secondary" href="https://discord.gg/9SkDWft" rel="nofollow" title="Venez participer sur Discord">
<i class="fab fa-discord fa-lg"></i>
</a>
</div>
<div class="navbar-nav">
<a class="nav-item nav-link " href="/category/arduino">Arduino</a>
<a class="nav-item nav-link active" href="/category/articles">Articles</a>
<a class="nav-item nav-link " href="/category/web">Web</a>
</div>
</div>
</nav>
<div class="container-fluid es-verticalfill">
<div class="row">
<!-- Sidebar -->
<div class="col-lg-2 d-none d-lg-block sticky-top es-scrollable pt-3 px-1 bg-light es-ul-bordered" id="es-side-summary">
<nav class="px-2" id="es-side-summary-content">
<!-- Summary will come here -->
</nav>
<hr>
<!-- Self-promo for ebook -->
<div class="text-center">
<h4>Ebook Arduino !</h4>
<a href="/ebook-tutoriel-arduino.html"><img src="/images/couverture-mini.png" alt="couverture ebook" title="couverture de l'ebook"></a>
</div>
<hr>
<!-- Blog side carree -->
<div id="es-side-summary-bot-annonce" class="text-center">
<ins class="adsbygoogle"
style="display:inline-block;width:250px;height:250px"
data-ad-client="ca-pub-2080155902357792"
data-ad-slot="6115810402"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<!-- Main content -->
<div class="col-md-10 col-lg-8 col-xl-7 offset-md-1 offset-lg-1 offset-xl-1 d-block pt-3" id="es-content">
<div class="row">
<div class="col ml-auto mr-auto text-center">
<div class="custom-block alert alert-info">
<div class="custom-block-body">
<p>
Vous avez une question ? Une remarque ? N'hésitez pas à venir en parler dans le chat si je suis en cours de diffusion !
</p>
<iframe src="https://player.twitch.tv/?channel=eskimon&muted=true&autoplay=true&parent=eskimon.fr" scrolling="false" allowfullscreen="true" width="450" height="260" frameborder="0"></iframe>
</div>
</div>
</div>
</div>
<article>
<!-- Leaderboard head article -->
<!--
<ins class="adsbygoogle"
style="display:inline-block;width:970px;height:90px"
data-ad-client="ca-pub-2080155902357792"
data-ad-slot="7158680773"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
-->
<nav aria-label="breadcrumb">
<ol class="breadcrumb bg-white">
<li class="breadcrumb-item"><a href="/category/articles">Articles</a></li>
<li class="breadcrumb-item active" aria-current="page">Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...)</li>
</ol>
</nav>
<header class="es-post-info">
<h1 class="text-center my-4">Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...)</h1>
</header>
<footer class="es-post-info pb-2 mb-2">
<div class="row align-items-center">
<div class="col-auto mr-auto">
<span class="vcard author">
<a class="" href="/author/eskimon" rel="author">Eskimon</a>
</span>
,
<time class="" datetime="2015-09-13T12:19:00+02:00" pubdate>
le dim. 13 septembre 2015
</time>
</div>
<div class="col-auto">
<a class="btn btn-outline-primary btn-sm" href="/tag/memo" rel="tag">memo</a>
<a class="btn btn-outline-primary btn-sm" href="/tag/qt" rel="tag">Qt</a>
</div>
</div>
</footer>
<button type="button" id="sidebarCollapse" class="float-right btn btn-secondary sticky-top d-block d-lg-none">
Sommaire
</button>
<!-- /.post-info -->
<div class="entry-content">
<p>
J’ai récemment aidé un ami avec un peu de code. Il en est émergé un nouveau widget Qt basé sur QGraphicsView. Les fonctionnalités sont décrites après cette vidéo de démonstration :
</p>
<div class="text-center">
<div class="video-container">
<div class="video-wrapper">
<iframe allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/6HVfzBXfZoQ" width="560">
</iframe>
</div>
</div>
</div>
<p>
Cet article montre comment afficher une image avec QT. La classe rOg_image supporte les fonctionnalités suivantes:
</p>
<ul>
<li>
affiche un QImage dans un widget,
</li>
<li>
affiche une image brute dans un widget,
</li>
<li>
supporte le redimensionnement intelligent,
</li>
<li>
zoom avant et arrière avec la molette,
</li>
<li>
déplacement de l’image avec le bouton gauche (dragging),
</li>
<li>
menu contextuel avec le bouton droit,
</li>
<li>
possibilité de surcharger la classe pour dessiner sur ou sous l’image (premier plan ou arrière plan),
</li>
<li>
possibilité de surcharger la classe pour afficher un tool-tip au passage de la souris.
</li>
</ul>
<p>
La classe peut-être téléchargée sur
<a href="http://www.lucidarme.me/?p=5568">
le site de Philippe Lucidarme
</a>
.
</p>
</div>
<!-- /.entry-content -->
<hr>
<div class="text-center">
<img class="es-licence-pic" src="/static/images/CC BY.png" alt="Licence CC BY" title="Article sous licence CC BY">
</div>
<div class="my-3 text-center">
<a class="btn btn-outline-dark mx-1" href="https://twitter.com/share?url=https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel&text=Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...) - https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel" rel="nofollow" title="Partager cet article sur Twitter" role="button" data-toggle="tooltip" data-placement="top">
<i class="fab fa-twitter fa-lg"></i>
</a>
<a class="btn btn-outline-dark mx-1" href="https://www.facebook.com/sharer.php?u=https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel&t=Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...) - https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel" rel="nofollow" title="Partager cet article sur Facebook" role="button" data-toggle="tooltip" data-placement="top">
<i class="fab fa-facebook-f fa-lg"></i>
</a>
<a class="btn btn-outline-dark mx-1" href="https://plus.google.com/share?url=https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel&hl=fr" rel="nofollow" title="Partager cet article sur Google +" role="button" data-toggle="tooltip" data-placement="top">
<i class="fab fa-google-plus fa-lg"></i>
</a>
<!--<a class="btn btn-outline-dark mx-1" href="http://sharetodiaspora.github.io/?url=https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel&title=Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...) - https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel" rel="nofollow" title="Partager cet article sur Diaspora" role="button" data-toggle="tooltip" data-placement="top">
<i class="fab fa-google-plus fa-lg"></i>
</a>-->
<a class="btn btn-outline-dark mx-1" href="mailto:?subject=Afficher une image avec Qt (zoom, déplacement, redimensionnement, tool-tip, menu contextuel ...)&body=https://eskimon.fr/afficher-une-image-avec-qt-zoom-deplacement-redimensionnement-tool-tip-menu-contextuel"rel="nofollow" title="Partager cet article par email" role="button" data-toggle="tooltip" data-placement="top">
<i class="far fa-envelope fa-lg"></i>
</a>
</div>
<hr>
<div class="text-center">
<!-- billboard horizontal fin article -->
<ins class="adsbygoogle" style="display:inline-block;width:970px;height:250px" data-ad-client="ca-pub-2080155902357792" data-ad-slot="6471099302"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="text-center">
<p>Vous avez une question ? Vous souhaitez partager votre experience ? Venez nous rejoindre sur Discord !</p>
<iframe src="https://discordapp.com/widget?id=550632131877928960&theme=dark" width="500" height="500" allowtransparency="true" frameborder="0"></iframe>
</div>
</article>
</div>
<div class="d-none d-xl-block col-xl-1 offset-xl-1 px-0">
<!-- Pub ajouté auto -->
<!--
<div class="d-flex flex-column justify-content-around align-items-end h-100" id="es-right-ad-block">
</div>
-->
</div>
</div>
</div>
<footer class="container-fluid bg-dark small text-white px-3">
<div class="row">
<div class="col align-self-center">
© Eskimon -
Blog propulsé par <a class="bold text-white" href="https://blog.getpelican.com/" rel="nofollow">Pelican</a> -
Thème fait maison
</div>
<div class="col align-self-end text-right">
<a class="btn btn-lg text-light" href="https://github.com/Eskimon" rel="nofollow" title="Mon profil Github">
<i class="fab fa-github fa-lg"></i>
</a>
<a class="btn btn-lg text-light" href="https://twitter.com/Eskimon_fr" rel="nofollow" title="Me suivre sur Twitter">
<i class="fab fa-twitter fa-lg"></i>
</a>
<a class="btn btn-lg text-light" href="https://twitch.tv/eskimon" rel="nofollow" title="Me suivre sur Twitch">
<i class="fab fa-twitch fa-lg"></i>
</a>
<a class="btn btn-lg text-light" href="https://www.youtube.com/user/Eskimon49/featured" rel="nofollow" title="Les VOD sur Youtube">
<i class="fab fa-youtube fa-lg"></i>
</a>
<a class="btn btn-lg text-light" href="https://discord.gg/9SkDWft" rel="nofollow" title="Venez participer sur Discord">
<i class="fab fa-discord fa-lg"></i>
</a>
</div>
</div>
</footer>
<!-- For formula -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- Font awesome -->
<script src="https://use.fontawesome.com/releases/v5.0.0/js/all.js"></script>
<!-- JQuery first -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<!-- Popper.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- For tooltips -->
<script>$(function () { $('[data-toggle="tooltip"]').tooltip()})</script>
<script src="/static/js/my-scripts.js"></script>
<script>
function create_side_summary() {
// Duplicate summary
var main_summary = $('#sommaire').next();
if(main_summary.length === 0)
return
var side_summary = main_summary.clone();
side_summary.addClass('pl-0');
var all_p = side_summary.find('p');
all_p.contents().unwrap();
var all_li = side_summary.find('li');
all_li.addClass('pl-1');
// scrollspy - in
side_summary.attr('id', 'es-side-summary-mainlist');
//side_summary.addClass('nav');
//all_li.addClass('nav-item');
var all_a = side_summary.find('a');
all_a.addClass('nav-link');
var all_ul = side_summary.find('ul');
all_ul.addClass('pl-1');
$('body').scrollspy({ target: '#es-side-summary-mainlist' });
// scrollspy - out
var summary_title = document.createElement("h4");
summary_title.className = 'navbar-brand';
summary_title.innerHTML = 'Sommaire';
$(summary_title).prependTo('#es-side-summary-content');
side_summary.appendTo('#es-side-summary-content');
main_summary.addClass('es-subul-collapse');
}
function generate_spoilers() {
all_secret = $('.custom-block-spoiler');
all_secret.each(function( index ) {
let content = $(this).html();
$(this).html('');
$(this).addClass('card');
var headerText = document.createElement("button");
var cardHeader = document.createElement("div");
var cardBodyWrapper = document.createElement("div");
var cardBody = document.createElement("div");
$(headerText).text('Contenu masqué, cliquez pour afficher');
$(headerText).addClass('btn btn-link btn-sm');
$(headerText).attr('data-toggle', 'collapse');
$(headerText).attr('data-target', '#collapse-' + index);
$(headerText).attr('aria-controls', 'collapse-' + index);
$(headerText).attr('aria-expanded', 'false');
$(cardHeader).append(headerText);
$(cardHeader).addClass('card-header');
$(cardHeader).attr('id', 'spoiler-' + index);
$(cardBody).html(content);
$(cardBody).addClass('card-body');
$(cardBodyWrapper).append(cardBody);
$(cardBodyWrapper).addClass('collapse hide');
$(cardBodyWrapper).attr('id', 'collapse-' + index)
$(cardBodyWrapper).attr('aria-labelledby', 'spoiler-' + index)
$(this).prepend(cardHeader);
$(this).append(cardBodyWrapper);
});
$('.collapse').collapse({toggle: false});
}
function load_extra_ads() {
return;
// Load right side blocks
var sidebar = $('#es-right-ad-block');
var n_height = Math.floor(sidebar.height() / 2000);
for (i = 0; i < n_height; i++) {
var frag = document.createDocumentFragment();
var newAdBlock = document.createElement("div");
var block1 = document.createElement("ins");
var block2 = document.createElement("script");
block1.innerHTML = '<ins class="adsbygoogle" ' +
'style="display:inline-block;width:120px;height:600px" ' +
'data-ad-client="ca-pub-2080155902357792" ' +
'data-ad-slot="4023722026"></ins>';
block2.innerHTML = '(adsbygoogle = window.adsbygoogle || []).push({});';
$(newAdBlock).append(block1);
$(newAdBlock).append(block2);
$(frag).append(newAdBlock);
$(sidebar).append(frag);
}
// Load in feed blocks (above every h3)
var frag = document.createDocumentFragment();
var newAdBlock = document.createElement("div");
var block1 = document.createElement("ins");
var block2 = document.createElement("script");
block1.innerHTML = '<ins class="adsbygoogle"' +
'style = "display:inline-block;width:970px;height:90px"' +
'data - ad - client="ca-pub-2080155902357792"' +
'data - ad - slot="7100712740" ></ins >'
block2.innerHTML = '(adsbygoogle = window.adsbygoogle || []).push({});';
$(newAdBlock).append(block1);
$(newAdBlock).append(block2);
newAdBlock.className = 'my-3 text-center';
$(frag).append(newAdBlock);
var titles = $('.entry-content h3').slice(1);
$(frag).insertBefore(titles);
}
function load_top_moneytizer_ads() {
var frag = document.createDocumentFragment();
var newAdBlock = document.createElement("div");
var script1 = document.createElement("script");
var script2 = document.createElement("script");
script1.src = "//ads.themoneytizer.com/s/gen.js?type=1";
script2.src = "//ads.themoneytizer.com/s/requestform.js?siteId=70220&formatId=1";
newAdBlock.id = '70220-1';
newAdBlock.append(script1);
newAdBlock.append(script2);
$(frag).append(newAdBlock);
$(frag).insertBefore($('.entry-content h3')[1]);
}
$(document).ready(function () {
create_side_summary();
generate_spoilers();
load_extra_ads();
// when opening the sidebar
$('#sidebarCollapse').on('click', function () {
// open sidebar
$('#es-side-summary').removeClass('d-none');
$('#es-content').addClass('d-none');
$('#sidebarCollapse').removeClass('sticky-top');
});
// if dismiss or overlay was clicked
$('#es-side-summary').on('click', function () {
// hide the sidebar
$('#es-side-summary').addClass('d-none');
$('#es-content').removeClass('d-none');
$('#sidebarCollapse').addClass('sticky-top');
});
});
</script>
</body>
</html>