GithubHelp home page GithubHelp logo

pureqml / controls Goto Github PK

View Code? Open in Web Editor NEW
24.0 8.0 15.0 394 KB

Miscellaneous platform-independent components library for PureQML

License: MIT License

QML 99.70% JavaScript 0.30%
pureqml components-library

controls's People

Contributors

berndamend avatar comrat avatar dimaz87 avatar flomar avatar guyincorner avatar lifeart avatar rei-kon avatar traysh avatar vkrv avatar whoozle 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

controls's Issues

Rendering web page fails with Error: "could not set lazy property paddings in controls.input.BaseInput"

The following error occurs when padding is set on EmailInput:
qml initialization failed: Error: "could not set lazy property paddings in controls.input.BaseInput"

This only happens after commit 49ab256 "relaxed paddings creation". Reverting this commit fixes the problem.

Example code:

        EmailInput {
            width: 750;
            height: 100;

            border.width: 1;
            border.color: '#979797';
            backgroundColor: "white";
            font.pixelSize: 42;
            paddings: Paddings { left: 20; right: 20; }
            placeholder: PlaceHolder { text: qsTr('Enter your email'); }
        }

Code syntax highlighter

Can the code syntax highlighter be used with Qt Quick's TextField? If no, can it be used on the desktop in another widget?

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.