Giter Site home page Giter Site logo

felgosdk / qtworldsummit2016-v-play Goto Github PK

View Code? Open in Web Editor NEW
9.0 6.0 1.0 7.54 MB

This is the source code of the Qt World Summit 2016 conference app made with Felgo. This project is no longer compatible with the latest Felgo SDK. You can find the new version of this app here: https://github.com/FelgoSDK/Qt-World-Summit-Conference-App

License: Other

QMake 1.51% C++ 3.97% Objective-C 13.70% QML 80.81%

qtworldsummit2016-v-play's Introduction

ScreenShot

Description

This is the source code of the Qt World Summit 2016 conference app made with Felgo, which is available for free in all stores.

Note: This project is no longer compatible with the latest Felgo SDK. You can find the new version of this app here: https://github.com/FelgoSDK/Qt-World-Summit-Conference-App

For more information about creating Apps with Felgo, see here: https://felgo.com/apps/.

ScreenShot|ScreenShot

Download and try the demo:

Installation Instructions

This app was made with Felgo. You need the SDK which is freely available on https://felgo.com/ for all desktop platforms.

  1. Go to https://felgo.com/, register, download and install the free Felgo SDK.
  2. Clone the repository.
  3. Open the project file .pro in QtCreator (comes with Felgo SDK).
  4. Hit run to start the app.

Where to get help

If you need any help feel free to ask in the Felgo Forums https://felgo.com/developers/forums/ or have a look at our online documentation https://felgo.com/doc/.

Contribution guidelines

Currently there are no features open, but if you like to contribute use the code standards coming with the Felgo SDK.

Contributor list

Felgo Team

Credits

V-Play GmbH

Contact us

License

The app sourcecode is released under the MIT license.

Permission is NOT granted to merge, publish, distribute, sublicense and/or sell the provided image, audio and video files of this software.

If You have any questions about those Agreements, please write to [email protected] or visit https://felgo.com/.

qtworldsummit2016-v-play's People

Contributors

gteufl avatar alexhvplay avatar

Stargazers

S.M.Mousavi avatar Sandro Lovnički avatar Jean-Luc Barrière avatar  avatar Pavel B. avatar  avatar Marcin Sękalski avatar kawser avatar Ben Lau avatar

Watchers

Alex Leutgöb avatar James Cloos avatar  avatar kawser avatar  avatar  avatar

Forkers

skywhat7

qtworldsummit2016-v-play's Issues

Resource leak

Have you missed the implementation for the destructor of CacheReply ? In my copy I added it as the following.

CacheReply::~CacheReply() {
  close();
  if (mCacheDev) {
    mCacheDev->close();
    delete mCacheDev;
  }
}

And it works perfectly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.