Skip to content

Instantly share code, notes, and snippets.

View Soulstorm50's full-sized avatar

Soul Soulstorm50

View GitHub Profile
@Soulstorm50
Soulstorm50 / main.cpp
Created August 10, 2017 11:54
src on screen
#include "widget.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
Widget mw(0);
mw.resize(500, 500);
@Soulstorm50
Soulstorm50 / circle.cpp
Created August 10, 2017 13:04
circles on screen
#include "circle.h"
Circle::Circle(QObject *parent) : QObject(parent)
,x(rand() % 600)
,y(rand() % 600)
{
}

Keybase proof

I hereby claim:

  • I am soulstorm50 on github.
  • I am s0ulst0rm (https://keybase.io/s0ulst0rm) on keybase.
  • I have a public key ASDb-rhqd4A2F8Z_y8CwQnREw0bvYTZxdtV12oKRGtxV1Qo

To claim this, I am signing this object: