Giter Site home page Giter Site logo

kdablabs / kdabtv Goto Github PK

View Code? Open in Web Editor NEW
263.0 263.0 75.0 13.54 MB

This repository contains the code of the examples showcased in the KDAB TV video series.

Home Page: https://www.kdab.com/kdabtv

License: MIT License

QMake 2.17% QML 15.53% C++ 74.59% Python 2.60% C 1.44% CMake 2.52% Shell 1.03% PLpgSQL 0.12%
cpp kdab opengl qml qt

kdabtv's People

Contributors

chsterz avatar dangelog avatar dfaure-kdab avatar krf avatar lemirep avatar steffen-kdab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kdabtv's Issues

qml-intro: Missing Images

Images referred in few code examples (ex-easing-curve-alltypes etc) are missing from the qml-intro/images/ folder.
It is not possible to running qml example without these images

Request you to kindly upload all images refereed in the example into the image folder.

slides for better understanding

Hello, My name is Vinicius and I was in the qml course on the 4th of September at the KDE event and I would like to have the slides to improve my understanding, sorry I don't speak English very well

CornerButton example bug - error on touchscreen

When using a touchscreen all works fine if I pick any of the 2 actions added.

But if I open the BurgerMenu popup ,then decide that I don't want to choose any of the actions in the CornerButton so I click elsewhere in the app or click the CornerButton again to close the popup . Then touchscreen stops working in the app at all.

interestingly enough this mod I have made (being a beginner), works :

MainWindow::MainWindow(QWidget *parent)
    : QMainWindow(parent)
    , ui(new Ui::MainWindow)
{
    ui->setupUi(this);

    button = BurgerButton::addButtonToCorner(this);
    auto action = new QAction("About KDAB", this);
    this->addAction(action);

    action = new QAction("Help", this);
    this->addAction(action);
    contextMenu.addAction(action);
    connect(button,&BurgerButton::clicked,this, &MainWindow::myAction);
}

void MainWindow::myAction()
{
    qDebug()<<"myAction";
    QPoint globalPos = button->mapToGlobal(button->rect().bottomLeft());
    QAction* selectedAction = contextMenu.exec(globalPos);
}

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.