This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | |
</head> | |
<script type="text/javascript"> | |
$(document).ready(function() { | |
var videos = [ | |
'pRpvdcjkT3k', | |
'Te4wx4jtiEA', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Header File | |
#ifndef BUBBLE_H | |
#define BUBBLE_H | |
#include <QWidget> | |
namespace Ui { | |
class Bubble; | |
} |